#571D92
A dark, moderate purple closely aligning with Indigo.
About #571D92
The hex code #571D92 represents a beautifully specific shade of purple. It is closely associated with the named CSS color Indigo. To achieve this exact tint on a monitor, you would use an RGB mix of 87, 29, and 146.
For print applications, it's crucial to understand its CMYK makeup. The color uses 40% Cyan, 80% Magenta, 0% Yellow, and 43% Black. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#571D92
RGB87, 29, 146
HSL269.7°, 66.9%, 34.3%
CMYK40%, 80%, 0%, 43%
HSV269.7°, 80.1%, 57.3%
LAB26.7, 48.6, -53.1
XYZ9.6, 5.0, 27.7
Decimal5709202
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.52:1
Text on #FFFFFF
AAA
2.00:1
Text on #000000
FAIL
10.06:1
Text on #F8FAFC
AAA
1.70:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #571D92;
}
.text-color {
color: #571D92;
}
.border-color {
border: 2px solid #571D92;
}