#3A1DE9
A medium, vivid blue closely aligning with Mediumblue.
About #3A1DE9
Visually, #3A1DE9 is defined as a vivid blue. If you're using CSS, you might find it aligns closely with Mediumblue. This translates to an RGB value of rgb(58, 29, 233).
Translating this color to physical media requires the CMYK color model. The color uses 75% Cyan, 88% Magenta, 0% Yellow, and 9% Black. With a hue angle of 248.5 degrees, it sits comfortably in the blue spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#3A1DE9
RGB58, 29, 233
HSL248.5°, 82.3%, 51.4%
CMYK75%, 88%, 0%, 9%
HSV248.5°, 87.6%, 91.4%
LAB33.3, 68.8, -93.8
XYZ16.9, 7.7, 77.7
Decimal3808745
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.29:1
Text on #FFFFFF
AAA
2.53:1
Text on #000000
FAIL
7.93:1
Text on #F8FAFC
AAA
2.15:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A1DE9;
}
.text-color {
color: #3A1DE9;
}
.border-color {
border: 2px solid #3A1DE9;
}