Shades of Han Purple #4227DC
Tints of Han Purple #4227DC
RGB
CMYK
RGB Variations
Color information
#4227DC (or 0x4227DC) is known color: Han Purple. HEX triplet: 42, 27 and DC. RGB value is (66,39,220). Sum of RGB (Red+Green+Blue) = 66+39+220=325 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.31% from 325); Green value is 39 (15.62% from 255 or 12% from 325); Blue value is 220 (86.33% from 255 or 67.69% from 325); Max value from RGB is 220 - color contains mainly: blue. Hex color #4227DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4227DC is #BDD823. Grayscale: #434343. Windows color (decimal): -12441636 or 14427970. OLE color: 14427970.
HSL color Cylindrical-coordinate representation of color #4227DC: hue angle of 248.95º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4227DC is Cyan = 0.7, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 66 | 39 | 220 | - |
| CMYK | 0.7 | 0.82 | 0 | 0.14 |
| HSL | 248.95º | 0.72% | 0.51% | - |
| HSV(B) | 248.95º | 0.82% | 0.86% | - |
| XYZ | 15.89 | 7.78 | 68.37 | - |
| YUV | 67.71 | 213.95 | 126.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 39 | 220 | 0.7 | 0.82 | 0 | 0.14 | 248.95 | 0.72 | 0.51 |
| Hex | 42 | 27 | DC | 46 | 52 | 0 | E | F9 | 48 | 33 |
| Octal | 102 | 47 | 334 | 106 | 122 | 0 | 16 | 371 | 110 | 63 |
| Binary | 1000010 | 100111 | 11011100 | 1000110 | 1010010 | 0 | 1110 | 11111001 | 1001000 | 110011 |
Color Harmonies of #4227DC
Complementary color
Monochromatic Colors of #4227DC
Black with #4227DC
Text Example
Text Example
White with #4227DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4227DC; }
p { color: rgb(66,39,220); }
H1.HeaderClassName
{
color: #4227DC;
}
.AnyTagClassName
{
color: #4227DC;
}
</style>
background-color css
<style>
a { background-color: #4227DC; }
a { background-color: rgb(66,39,220); }
div.DivClassName
{
background-color: #4227DC;
}
.BgClassName
{
background-color: #4227DC;
}
</style>
border-color css
<style>
span { border-color: #4227DC; }
span { border-color: rgb(66,39,220); }
td.TdClassName
{
border-color: #4227DC;
}
.TagClassName
{
border-color: #4227DC;
}
</style>