Shades of Han Purple #332CE8
Tints of Han Purple #332CE8
RGB
CMYK
RGB Variations
Color information
#332CE8 (or 0x332CE8) is known color: Han Purple. HEX triplet: 33, 2C and E8. RGB value is (51,44,232). Sum of RGB (Red+Green+Blue) = 51+44+232=327 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.60% from 327); Green value is 44 (17.58% from 255 or 13.46% from 327); Blue value is 232 (91.02% from 255 or 70.95% from 327); Max value from RGB is 232 - color contains mainly: blue. Hex color #332CE8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #332CE8 is #CCD317. Grayscale: #424242. Windows color (decimal): -13423384 or 15215667. OLE color: 15215667.
HSL color Cylindrical-coordinate representation of color #332CE8: hue angle of 242.23º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #332CE8 is Cyan = 0.78, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 51 | 44 | 232 | - |
| CMYK | 0.78 | 0.81 | 0 | 0.09 |
| HSL | 242.23º | 0.8% | 0.54% | - |
| HSV(B) | 242.23º | 0.81% | 0.91% | - |
| XYZ | 16.83 | 8.33 | 77.06 | - |
| YUV | 67.53 | 220.82 | 116.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 44 | 232 | 0.78 | 0.81 | 0 | 0.09 | 242.23 | 0.8 | 0.54 |
| Hex | 33 | 2C | E8 | 4E | 51 | 0 | 9 | F2 | 50 | 36 |
| Octal | 63 | 54 | 350 | 116 | 121 | 0 | 11 | 362 | 120 | 66 |
| Binary | 110011 | 101100 | 11101000 | 1001110 | 1010001 | 0 | 1001 | 11110010 | 1010000 | 110110 |
Color Harmonies of #332CE8
Complementary color
Monochromatic Colors of #332CE8
Black with #332CE8
Text Example
Text Example
White with #332CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332CE8; }
p { color: rgb(51,44,232); }
H1.HeaderClassName
{
color: #332CE8;
}
.AnyTagClassName
{
color: #332CE8;
}
</style>
background-color css
<style>
a { background-color: #332CE8; }
a { background-color: rgb(51,44,232); }
div.DivClassName
{
background-color: #332CE8;
}
.BgClassName
{
background-color: #332CE8;
}
</style>
border-color css
<style>
span { border-color: #332CE8; }
span { border-color: rgb(51,44,232); }
td.TdClassName
{
border-color: #332CE8;
}
.TagClassName
{
border-color: #332CE8;
}
</style>