Shades of Han Purple #4221EA
Tints of Han Purple #4221EA
RGB
CMYK
RGB Variations
Color information
#4221EA (or 0x4221EA) is known color: Han Purple. HEX triplet: 42, 21 and EA. RGB value is (66,33,234). Sum of RGB (Red+Green+Blue) = 66+33+234=333 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.82% from 333); Green value is 33 (13.28% from 255 or 9.91% from 333); Blue value is 234 (91.80% from 255 or 70.27% from 333); Max value from RGB is 234 - color contains mainly: blue. Hex color #4221EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4221EA is #BDDE15. Grayscale: #414141. Windows color (decimal): -12443158 or 15343938. OLE color: 15343938.
HSL color Cylindrical-coordinate representation of color #4221EA: hue angle of 249.85º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4221EA is Cyan = 0.72, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 66 | 33 | 234 | - |
| CMYK | 0.72 | 0.86 | 0 | 0.08 |
| HSL | 249.85º | 0.83% | 0.52% | - |
| HSV(B) | 249.85º | 0.86% | 0.92% | - |
| XYZ | 17.64 | 8.19 | 78.49 | - |
| YUV | 65.78 | 222.93 | 128.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 33 | 234 | 0.72 | 0.86 | 0 | 0.08 | 249.85 | 0.83 | 0.52 |
| Hex | 42 | 21 | EA | 48 | 56 | 0 | 8 | FA | 53 | 34 |
| Octal | 102 | 41 | 352 | 110 | 126 | 0 | 10 | 372 | 123 | 64 |
| Binary | 1000010 | 100001 | 11101010 | 1001000 | 1010110 | 0 | 1000 | 11111010 | 1010011 | 110100 |
Color Harmonies of #4221EA
Complementary color
Monochromatic Colors of #4221EA
Black with #4221EA
Text Example
Text Example
White with #4221EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4221EA; }
p { color: rgb(66,33,234); }
H1.HeaderClassName
{
color: #4221EA;
}
.AnyTagClassName
{
color: #4221EA;
}
</style>
background-color css
<style>
a { background-color: #4221EA; }
a { background-color: rgb(66,33,234); }
div.DivClassName
{
background-color: #4221EA;
}
.BgClassName
{
background-color: #4221EA;
}
</style>
border-color css
<style>
span { border-color: #4221EA; }
span { border-color: rgb(66,33,234); }
td.TdClassName
{
border-color: #4221EA;
}
.TagClassName
{
border-color: #4221EA;
}
</style>