Shades of Han Purple #4224EE
Tints of Han Purple #4224EE
RGB
CMYK
RGB Variations
Color information
#4224EE (or 0x4224EE) is known color: Han Purple. HEX triplet: 42, 24 and EE. RGB value is (66,36,238). Sum of RGB (Red+Green+Blue) = 66+36+238=340 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.41% from 340); Green value is 36 (14.45% from 255 or 10.59% from 340); Blue value is 238 (93.36% from 255 or 70% from 340); Max value from RGB is 238 - color contains mainly: blue. Hex color #4224EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4224EE is #BDDB11. Grayscale: #434343. Windows color (decimal): -12442386 or 15606850. OLE color: 15606850.
HSL color Cylindrical-coordinate representation of color #4224EE: hue angle of 248.91º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4224EE is Cyan = 0.72, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 66 | 36 | 238 | - |
| CMYK | 0.72 | 0.85 | 0 | 0.07 |
| HSL | 248.91º | 0.86% | 0.54% | - |
| HSV(B) | 248.91º | 0.85% | 0.93% | - |
| XYZ | 18.31 | 8.59 | 81.58 | - |
| YUV | 68 | 223.94 | 126.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 36 | 238 | 0.72 | 0.85 | 0 | 0.07 | 248.91 | 0.86 | 0.54 |
| Hex | 42 | 24 | EE | 48 | 55 | 0 | 7 | F9 | 56 | 36 |
| Octal | 102 | 44 | 356 | 110 | 125 | 0 | 7 | 371 | 126 | 66 |
| Binary | 1000010 | 100100 | 11101110 | 1001000 | 1010101 | 0 | 111 | 11111001 | 1010110 | 110110 |
Color Harmonies of #4224EE
Complementary color
Monochromatic Colors of #4224EE
Black with #4224EE
Text Example
Text Example
White with #4224EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4224EE; }
p { color: rgb(66,36,238); }
H1.HeaderClassName
{
color: #4224EE;
}
.AnyTagClassName
{
color: #4224EE;
}
</style>
background-color css
<style>
a { background-color: #4224EE; }
a { background-color: rgb(66,36,238); }
div.DivClassName
{
background-color: #4224EE;
}
.BgClassName
{
background-color: #4224EE;
}
</style>
border-color css
<style>
span { border-color: #4224EE; }
span { border-color: rgb(66,36,238); }
td.TdClassName
{
border-color: #4224EE;
}
.TagClassName
{
border-color: #4224EE;
}
</style>