Shades of Han Purple #4222EF
Tints of Han Purple #4222EF
RGB
CMYK
RGB Variations
Color information
#4222EF (or 0x4222EF) is known color: Han Purple. HEX triplet: 42, 22 and EF. RGB value is (66,34,239). Sum of RGB (Red+Green+Blue) = 66+34+239=339 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.47% from 339); Green value is 34 (13.67% from 255 or 10.03% from 339); Blue value is 239 (93.75% from 255 or 70.50% from 339); Max value from RGB is 239 - color contains mainly: blue. Hex color #4222EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4222EF is #BDDD10. Grayscale: #424242. Windows color (decimal): -12442897 or 15671874. OLE color: 15671874.
HSL color Cylindrical-coordinate representation of color #4222EF: hue angle of 249.37º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4222EF is Cyan = 0.72, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 66 | 34 | 239 | - |
| CMYK | 0.72 | 0.86 | 0 | 0.06 |
| HSL | 249.37º | 0.86% | 0.54% | - |
| HSV(B) | 249.37º | 0.86% | 0.94% | - |
| XYZ | 18.4 | 8.53 | 82.34 | - |
| YUV | 66.94 | 225.1 | 127.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 34 | 239 | 0.72 | 0.86 | 0 | 0.06 | 249.37 | 0.86 | 0.54 |
| Hex | 42 | 22 | EF | 48 | 56 | 0 | 6 | F9 | 56 | 36 |
| Octal | 102 | 42 | 357 | 110 | 126 | 0 | 6 | 371 | 126 | 66 |
| Binary | 1000010 | 100010 | 11101111 | 1001000 | 1010110 | 0 | 110 | 11111001 | 1010110 | 110110 |
Color Harmonies of #4222EF
Complementary color
Monochromatic Colors of #4222EF
Black with #4222EF
Text Example
Text Example
White with #4222EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4222EF; }
p { color: rgb(66,34,239); }
H1.HeaderClassName
{
color: #4222EF;
}
.AnyTagClassName
{
color: #4222EF;
}
</style>
background-color css
<style>
a { background-color: #4222EF; }
a { background-color: rgb(66,34,239); }
div.DivClassName
{
background-color: #4222EF;
}
.BgClassName
{
background-color: #4222EF;
}
</style>
border-color css
<style>
span { border-color: #4222EF; }
span { border-color: rgb(66,34,239); }
td.TdClassName
{
border-color: #4222EF;
}
.TagClassName
{
border-color: #4222EF;
}
</style>