#570099
A dark, vivid purple closely aligning with Indigo.
About #570099
When working with digital screens, the color #570099 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Indigo. This translates to an RGB value of rgb(87, 0, 153).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 43% cyan and 100% magenta inks. The HSL representation is 274.1° hue, 100.0% saturation, and 30.0% lightness.
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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#570099
RGB87, 0, 153
HSL274.1°, 100.0%, 30.0%
CMYK43%, 100%, 0%, 40%
HSV274.1°, 100.0%, 60.0%
LAB24.7, 58.0, -60.6
XYZ9.7, 4.3, 30.5
Decimal5701785
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.26:1
Text on #FFFFFF
AAA
1.87:1
Text on #000000
FAIL
10.76:1
Text on #F8FAFC
AAA
1.59:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #570099;
}
.text-color {
color: #570099;
}
.border-color {
border: 2px solid #570099;
}