Indigo — Color Codes & Palette
Color Codes
| Format | Value | |
|---|---|---|
| HEX | #4B0082 | |
| RGB | rgb(75, 0, 130) | |
| HSL | hsl(275, 100%, 25%) |
Shades of Indigo
| #440075 | #3E006B | #390061 | #330057 | #2D004D | #270042 | #210038 | #1B002E |
Tints of Indigo
| #6200A8 | #7A00D1 | #9200FA | #A424FF | #B54DFF | #C675FF | #D79EFF | #E8C7FF |
Color Pairings & Harmony
|
Complementary
#358000
|
Analogous +30°
#800075
|
Analogous −30°
#0B0080
|
Triadic +120°
#804A00
|
Triadic −120°
#00804A
|
Contrast & Accessibility (WCAG 2.1)
CSS Snippet
.element {
color: #4B0082;
}
.element-bg {
background-color: #4B0082;
color: #ffffff;
}
.element-border {
border: 2px solid #4B0082;
}
About Indigo
Indigo is a dark color with vivid, highly saturated, defined by the hex code #4B0082. Its exact color model values are rgb(75, 0, 130) in RGB and hsl(275, 100%, 25%) in HSL (hue 275°, saturation 100%, lightness 25%). On a white background the contrast ratio is 12.95:1 — AAA pass for normal text, and on black it is 1.62:1 — Fail. Use Indigo for UI elements, backgrounds, text, borders, or decorative accents. The shades section below shows progressively darker variations, while the tints strip shows progressively lighter versions — both useful for building a tonal palette. The harmony swatches provide complementary, analogous, and triadic pairings based on the HSL hue wheel.
Want to explore this color interactively, generate palettes, or convert between color formats? The DevArbor Color Picker has you covered.
Open the Color Picker →