#3A0FD3
A medium, vivid blue closely aligning with Mediumblue.
About #3A0FD3
At its core, #3A0FD3 is a medium and vivid hue. Its closest recognized web color is Mediumblue. This translates to an RGB value of rgb(58, 15, 211).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 73% cyan and 93% magenta inks. The HSL representation is 253.2° hue, 86.7% saturation, and 44.3% lightness.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#3A0FD3
RGB58, 15, 211
HSL253.2°, 86.7%, 44.3%
CMYK73%, 93%, 0%, 17%
HSV253.2°, 92.9%, 82.7%
LAB29.3, 66.9, -87.8
XYZ13.7, 5.9, 62.1
Decimal3805139
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.59:1
Text on #FFFFFF
AAA
2.19:1
Text on #000000
FAIL
9.17:1
Text on #F8FAFC
AAA
1.86:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A0FD3;
}
.text-color {
color: #3A0FD3;
}
.border-color {
border: 2px solid #3A0FD3;
}