Shades of Han Purple #4226DC
Tints of Han Purple #4226DC
RGB
CMYK
RGB Variations
Color information
#4226DC (or 0x4226DC) is known color: Han Purple. HEX triplet: 42, 26 and DC. RGB value is (66,38,220). Sum of RGB (Red+Green+Blue) = 66+38+220=324 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.37% from 324); Green value is 38 (15.23% from 255 or 11.73% from 324); Blue value is 220 (86.33% from 255 or 67.90% from 324); Max value from RGB is 220 - color contains mainly: blue. Hex color #4226DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4226DC is #BDD923. Grayscale: #424242. Windows color (decimal): -12441892 or 14427714. OLE color: 14427714.
HSL color Cylindrical-coordinate representation of color #4226DC: hue angle of 249.23º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4226DC is Cyan = 0.7, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 66 | 38 | 220 | - |
| CMYK | 0.7 | 0.83 | 0 | 0.14 |
| HSL | 249.23º | 0.72% | 0.51% | - |
| HSV(B) | 249.23º | 0.83% | 0.86% | - |
| XYZ | 15.86 | 7.71 | 68.36 | - |
| YUV | 67.12 | 214.28 | 127.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 38 | 220 | 0.7 | 0.83 | 0 | 0.14 | 249.23 | 0.72 | 0.51 |
| Hex | 42 | 26 | DC | 46 | 53 | 0 | E | F9 | 48 | 33 |
| Octal | 102 | 46 | 334 | 106 | 123 | 0 | 16 | 371 | 110 | 63 |
| Binary | 1000010 | 100110 | 11011100 | 1000110 | 1010011 | 0 | 1110 | 11111001 | 1001000 | 110011 |
Color Harmonies of #4226DC
Complementary color
Monochromatic Colors of #4226DC
Black with #4226DC
Text Example
Text Example
White with #4226DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4226DC; }
p { color: rgb(66,38,220); }
H1.HeaderClassName
{
color: #4226DC;
}
.AnyTagClassName
{
color: #4226DC;
}
</style>
background-color css
<style>
a { background-color: #4226DC; }
a { background-color: rgb(66,38,220); }
div.DivClassName
{
background-color: #4226DC;
}
.BgClassName
{
background-color: #4226DC;
}
</style>
border-color css
<style>
span { border-color: #4226DC; }
span { border-color: rgb(66,38,220); }
td.TdClassName
{
border-color: #4226DC;
}
.TagClassName
{
border-color: #4226DC;
}
</style>