#3A33D3
A medium, moderate blue closely aligning with Blueviolet.
About #3A33D3
At its core, #3A33D3 is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Blueviolet. This translates to an RGB value of rgb(58, 51, 211).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 73% cyan and 76% magenta inks. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. 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#3A33D3
RGB58, 51, 211
HSL242.6°, 64.5%, 51.4%
CMYK73%, 76%, 0%, 17%
HSV242.6°, 75.8%, 82.7%
LAB33.9, 53.1, -80.0
XYZ14.7, 8.0, 62.4
Decimal3814355
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.10:1
Text on #FFFFFF
AAA
2.59:1
Text on #000000
FAIL
7.74:1
Text on #F8FAFC
AAA
2.21:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A33D3;
}
.text-color {
color: #3A33D3;
}
.border-color {
border: 2px solid #3A33D3;
}