#50078A
A dark, vivid purple closely aligning with Indigo.
About #50078A
Visually, #50078A is defined as a vivid purple. If you're using CSS, you might find it aligns closely with Indigo. This translates to an RGB value of rgb(80, 7, 138).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 42% cyan and 95% magenta inks. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. 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#50078A
RGB80, 7, 138
HSL273.4°, 90.3%, 28.4%
CMYK42%, 95%, 0%, 46%
HSV273.4°, 94.9%, 54.1%
LAB22.6, 52.4, -54.8
XYZ8.0, 3.7, 24.3
Decimal5244810
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.08:1
Text on #FFFFFF
AAA
1.74:1
Text on #000000
FAIL
11.55:1
Text on #F8FAFC
AAA
1.48:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #50078A;
}
.text-color {
color: #50078A;
}
.border-color {
border: 2px solid #50078A;
}