Shades of Han Purple #4220D4
Tints of Han Purple #4220D4
RGB
CMYK
RGB Variations
Color information
#4220D4 (or 0x4220D4) is known color: Han Purple. HEX triplet: 42, 20 and D4. RGB value is (66,32,212). Sum of RGB (Red+Green+Blue) = 66+32+212=310 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.29% from 310); Green value is 32 (12.89% from 255 or 10.32% from 310); Blue value is 212 (83.20% from 255 or 68.39% from 310); Max value from RGB is 212 - color contains mainly: blue. Hex color #4220D4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4220D4 is #BDDF2B. Grayscale: #3E3E3E. Windows color (decimal): -12443436 or 13901890. OLE color: 13901890.
HSL color Cylindrical-coordinate representation of color #4220D4: hue angle of 251.33º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4220D4 is Cyan = 0.69, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 66 | 32 | 212 | - |
| CMYK | 0.69 | 0.85 | 0 | 0.17 |
| HSL | 251.33º | 0.74% | 0.48% | - |
| HSV(B) | 251.33º | 0.85% | 0.83% | - |
| XYZ | 14.65 | 6.94 | 62.86 | - |
| YUV | 62.69 | 212.26 | 130.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 32 | 212 | 0.69 | 0.85 | 0 | 0.17 | 251.33 | 0.74 | 0.48 |
| Hex | 42 | 20 | D4 | 45 | 55 | 0 | 11 | FB | 4A | 30 |
| Octal | 102 | 40 | 324 | 105 | 125 | 0 | 21 | 373 | 112 | 60 |
| Binary | 1000010 | 100000 | 11010100 | 1000101 | 1010101 | 0 | 10001 | 11111011 | 1001010 | 110000 |
Color Harmonies of #4220D4
Complementary color
Monochromatic Colors of #4220D4
Black with #4220D4
Text Example
Text Example
White with #4220D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4220D4; }
p { color: rgb(66,32,212); }
H1.HeaderClassName
{
color: #4220D4;
}
.AnyTagClassName
{
color: #4220D4;
}
</style>
background-color css
<style>
a { background-color: #4220D4; }
a { background-color: rgb(66,32,212); }
div.DivClassName
{
background-color: #4220D4;
}
.BgClassName
{
background-color: #4220D4;
}
</style>
border-color css
<style>
span { border-color: #4220D4; }
span { border-color: rgb(66,32,212); }
td.TdClassName
{
border-color: #4220D4;
}
.TagClassName
{
border-color: #4220D4;
}
</style>