#502CCC
A medium, moderate blue closely aligning with Blueviolet.
About #502CCC
At its core, #502CCC is a medium and moderate hue. It is closely associated with the named CSS color Blueviolet. This translates to an RGB value of rgb(80, 44, 204).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 61% cyan, 78% magenta, 0% yellow, and 20% black. The HSL representation is 253.5° hue, 64.5% saturation, and 48.6% 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#502CCC
RGB80, 44, 204
HSL253.5°, 64.5%, 48.6%
CMYK61%, 78%, 0%, 20%
HSV253.5°, 78.4%, 80.0%
LAB33.7, 56.6, -76.3
XYZ15.1, 7.9, 57.8
Decimal5254348
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.16:1
Text on #FFFFFF
AAA
2.57:1
Text on #000000
FAIL
7.80:1
Text on #F8FAFC
AAA
2.19:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #502CCC;
}
.text-color {
color: #502CCC;
}
.border-color {
border: 2px solid #502CCC;
}