#571699
A dark, vivid purple closely aligning with Indigo.
About #571699
The hex code #571699 represents a beautifully specific shade of purple. It is closely associated with the named CSS color Indigo. This translates to an RGB value of rgb(87, 22, 153).
If you are designing for print, the four-color process is what matters most. The color uses 43% Cyan, 86% Magenta, 0% Yellow, and 40% Black. With a hue angle of 269.8 degrees, it sits comfortably in the purple spectrum.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#571699
RGB87, 22, 153
HSL269.8°, 74.9%, 34.3%
CMYK43%, 86%, 0%, 40%
HSV269.8°, 85.6%, 60.0%
LAB26.4, 52.8, -57.8
XYZ10.0, 4.9, 30.6
Decimal5707417
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.61:1
Text on #FFFFFF
AAA
1.98:1
Text on #000000
FAIL
10.14:1
Text on #F8FAFC
AAA
1.68:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #571699;
}
.text-color {
color: #571699;
}
.border-color {
border: 2px solid #571699;
}