Shades of Han Purple #332EE9
Tints of Han Purple #332EE9
RGB
CMYK
RGB Variations
Color information
#332EE9 (or 0x332EE9) is known color: Han Purple. HEX triplet: 33, 2E and E9. RGB value is (51,46,233). Sum of RGB (Red+Green+Blue) = 51+46+233=330 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.45% from 330); Green value is 46 (18.36% from 255 or 13.94% from 330); Blue value is 233 (91.41% from 255 or 70.61% from 330); Max value from RGB is 233 - color contains mainly: blue. Hex color #332EE9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #332EE9 is #CCD116. Grayscale: #444444. Windows color (decimal): -13422871 or 15281715. OLE color: 15281715.
HSL color Cylindrical-coordinate representation of color #332EE9: hue angle of 241.6º degrees, saturation: 0.81, 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 #332EE9 is Cyan = 0.78, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 51 | 46 | 233 | - |
| CMYK | 0.78 | 0.80 | 0 | 0.09 |
| HSL | 241.6º | 0.81% | 0.55% | - |
| HSV(B) | 241.6º | 0.8% | 0.91% | - |
| XYZ | 17.05 | 8.54 | 77.84 | - |
| YUV | 68.81 | 220.66 | 115.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 46 | 233 | 0.78 | 0.80 | 0 | 0.09 | 241.6 | 0.81 | 0.55 |
| Hex | 33 | 2E | E9 | 4E | 50 | 0 | 9 | F2 | 51 | 37 |
| Octal | 63 | 56 | 351 | 116 | 120 | 0 | 11 | 362 | 121 | 67 |
| Binary | 110011 | 101110 | 11101001 | 1001110 | 1010000 | 0 | 1001 | 11110010 | 1010001 | 110111 |
Color Harmonies of #332EE9
Complementary color
Monochromatic Colors of #332EE9
Black with #332EE9
Text Example
Text Example
White with #332EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332EE9; }
p { color: rgb(51,46,233); }
H1.HeaderClassName
{
color: #332EE9;
}
.AnyTagClassName
{
color: #332EE9;
}
</style>
background-color css
<style>
a { background-color: #332EE9; }
a { background-color: rgb(51,46,233); }
div.DivClassName
{
background-color: #332EE9;
}
.BgClassName
{
background-color: #332EE9;
}
</style>
border-color css
<style>
span { border-color: #332EE9; }
span { border-color: rgb(51,46,233); }
td.TdClassName
{
border-color: #332EE9;
}
.TagClassName
{
border-color: #332EE9;
}
</style>