#3A00FF
A medium, vivid blue closely aligning with Blue.
About #3A00FF
At its core, #3A00FF is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Blue. Its digital footprint relies on 58 parts red, 0 parts green, and 255 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 77% C, 100% M, 0% Y, and 0% K. With a hue angle of 253.6 degrees, it sits comfortably in the blue spectrum.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#3A00FF
RGB58, 0, 255
HSL253.6°, 100.0%, 50.0%
CMYK77%, 100%, 0%, 0%
HSV253.6°, 100.0%, 100.0%
LAB34.2, 79.9, -104.6
XYZ19.8, 8.1, 95.1
Decimal3801343
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.00:1
Text on #FFFFFF
AAA
2.62:1
Text on #000000
FAIL
7.65:1
Text on #F8FAFC
AAA
2.23:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A00FF;
}
.text-color {
color: #3A00FF;
}
.border-color {
border: 2px solid #3A00FF;
}