Shades of Han Purple #332EE8
Tints of Han Purple #332EE8
RGB
CMYK
RGB Variations
Color information
#332EE8 (or 0x332EE8) is known color: Han Purple. HEX triplet: 33, 2E and E8. RGB value is (51,46,232). Sum of RGB (Red+Green+Blue) = 51+46+232=329 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.50% from 329); Green value is 46 (18.36% from 255 or 13.98% from 329); Blue value is 232 (91.02% from 255 or 70.52% from 329); Max value from RGB is 232 - color contains mainly: blue. Hex color #332EE8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #332EE8 is #CCD117. Grayscale: #434343. Windows color (decimal): -13422872 or 15216179. OLE color: 15216179.
HSL color Cylindrical-coordinate representation of color #332EE8: hue angle of 241.61º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #332EE8 is Cyan = 0.78, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 51 | 46 | 232 | - |
| CMYK | 0.78 | 0.80 | 0 | 0.09 |
| HSL | 241.61º | 0.8% | 0.55% | - |
| HSV(B) | 241.61º | 0.8% | 0.91% | - |
| XYZ | 16.91 | 8.48 | 77.09 | - |
| YUV | 68.7 | 220.16 | 115.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 46 | 232 | 0.78 | 0.80 | 0 | 0.09 | 241.61 | 0.8 | 0.55 |
| Hex | 33 | 2E | E8 | 4E | 50 | 0 | 9 | F2 | 50 | 37 |
| Octal | 63 | 56 | 350 | 116 | 120 | 0 | 11 | 362 | 120 | 67 |
| Binary | 110011 | 101110 | 11101000 | 1001110 | 1010000 | 0 | 1001 | 11110010 | 1010000 | 110111 |
Color Harmonies of #332EE8
Complementary color
Monochromatic Colors of #332EE8
Black with #332EE8
Text Example
Text Example
White with #332EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332EE8; }
p { color: rgb(51,46,232); }
H1.HeaderClassName
{
color: #332EE8;
}
.AnyTagClassName
{
color: #332EE8;
}
</style>
background-color css
<style>
a { background-color: #332EE8; }
a { background-color: rgb(51,46,232); }
div.DivClassName
{
background-color: #332EE8;
}
.BgClassName
{
background-color: #332EE8;
}
</style>
border-color css
<style>
span { border-color: #332EE8; }
span { border-color: rgb(51,46,232); }
td.TdClassName
{
border-color: #332EE8;
}
.TagClassName
{
border-color: #332EE8;
}
</style>