Shades of Han Purple #3221E8
Tints of Han Purple #3221E8
RGB
CMYK
RGB Variations
Color information
#3221E8 (or 0x3221E8) is known color: Han Purple. HEX triplet: 32, 21 and E8. RGB value is (50,33,232). Sum of RGB (Red+Green+Blue) = 50+33+232=315 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.87% from 315); Green value is 33 (13.28% from 255 or 10.48% from 315); Blue value is 232 (91.02% from 255 or 73.65% from 315); Max value from RGB is 232 - color contains mainly: blue. Hex color #3221E8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3221E8 is #CDDE17. Grayscale: #3B3B3B. Windows color (decimal): -13491736 or 15212850. OLE color: 15212850.
HSL color Cylindrical-coordinate representation of color #3221E8: hue angle of 245.13º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3221E8 is Cyan = 0.78, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 50 | 33 | 232 | - |
| CMYK | 0.78 | 0.86 | 0 | 0.09 |
| HSL | 245.13º | 0.81% | 0.52% | - |
| HSV(B) | 245.13º | 0.86% | 0.91% | - |
| XYZ | 16.42 | 7.59 | 76.94 | - |
| YUV | 60.77 | 224.63 | 120.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 33 | 232 | 0.78 | 0.86 | 0 | 0.09 | 245.13 | 0.81 | 0.52 |
| Hex | 32 | 21 | E8 | 4E | 56 | 0 | 9 | F5 | 51 | 34 |
| Octal | 62 | 41 | 350 | 116 | 126 | 0 | 11 | 365 | 121 | 64 |
| Binary | 110010 | 100001 | 11101000 | 1001110 | 1010110 | 0 | 1001 | 11110101 | 1010001 | 110100 |
Color Harmonies of #3221E8
Complementary color
Monochromatic Colors of #3221E8
Black with #3221E8
Text Example
Text Example
White with #3221E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3221E8; }
p { color: rgb(50,33,232); }
H1.HeaderClassName
{
color: #3221E8;
}
.AnyTagClassName
{
color: #3221E8;
}
</style>
background-color css
<style>
a { background-color: #3221E8; }
a { background-color: rgb(50,33,232); }
div.DivClassName
{
background-color: #3221E8;
}
.BgClassName
{
background-color: #3221E8;
}
</style>
border-color css
<style>
span { border-color: #3221E8; }
span { border-color: rgb(50,33,232); }
td.TdClassName
{
border-color: #3221E8;
}
.TagClassName
{
border-color: #3221E8;
}
</style>