Shades of Han Purple #4224EC
Tints of Han Purple #4224EC
RGB
CMYK
RGB Variations
Color information
#4224EC (or 0x4224EC) is known color: Han Purple. HEX triplet: 42, 24 and EC. RGB value is (66,36,236). Sum of RGB (Red+Green+Blue) = 66+36+236=338 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.53% from 338); Green value is 36 (14.45% from 255 or 10.65% from 338); Blue value is 236 (92.58% from 255 or 69.82% from 338); Max value from RGB is 236 - color contains mainly: blue. Hex color #4224EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4224EC is #BDDB13. Grayscale: #434343. Windows color (decimal): -12442388 or 15475778. OLE color: 15475778.
HSL color Cylindrical-coordinate representation of color #4224EC: hue angle of 249º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4224EC is Cyan = 0.72, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 66 | 36 | 236 | - |
| CMYK | 0.72 | 0.85 | 0 | 0.07 |
| HSL | 249º | 0.84% | 0.53% | - |
| HSV(B) | 249º | 0.85% | 0.93% | - |
| XYZ | 18.02 | 8.48 | 80.04 | - |
| YUV | 67.77 | 222.94 | 126.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 36 | 236 | 0.72 | 0.85 | 0 | 0.07 | 249 | 0.84 | 0.53 |
| Hex | 42 | 24 | EC | 48 | 55 | 0 | 7 | F9 | 54 | 35 |
| Octal | 102 | 44 | 354 | 110 | 125 | 0 | 7 | 371 | 124 | 65 |
| Binary | 1000010 | 100100 | 11101100 | 1001000 | 1010101 | 0 | 111 | 11111001 | 1010100 | 110101 |
Color Harmonies of #4224EC
Complementary color
Monochromatic Colors of #4224EC
Black with #4224EC
Text Example
Text Example
White with #4224EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4224EC; }
p { color: rgb(66,36,236); }
H1.HeaderClassName
{
color: #4224EC;
}
.AnyTagClassName
{
color: #4224EC;
}
</style>
background-color css
<style>
a { background-color: #4224EC; }
a { background-color: rgb(66,36,236); }
div.DivClassName
{
background-color: #4224EC;
}
.BgClassName
{
background-color: #4224EC;
}
</style>
border-color css
<style>
span { border-color: #4224EC; }
span { border-color: rgb(66,36,236); }
td.TdClassName
{
border-color: #4224EC;
}
.TagClassName
{
border-color: #4224EC;
}
</style>