Shades of Han Purple #4022D6
Tints of Han Purple #4022D6
RGB
CMYK
RGB Variations
Color information
#4022D6 (or 0x4022D6) is known color: Han Purple. HEX triplet: 40, 22 and D6. RGB value is (64,34,214). Sum of RGB (Red+Green+Blue) = 64+34+214=312 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.51% from 312); Green value is 34 (13.67% from 255 or 10.90% from 312); Blue value is 214 (83.98% from 255 or 68.59% from 312); Max value from RGB is 214 - color contains mainly: blue. Hex color #4022D6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4022D6 is #BFDD29. Grayscale: #3E3E3E. Windows color (decimal): -12573994 or 14033472. OLE color: 14033472.
HSL color Cylindrical-coordinate representation of color #4022D6: hue angle of 250º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4022D6 is Cyan = 0.70, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 64 | 34 | 214 | - |
| CMYK | 0.70 | 0.84 | 0 | 0.16 |
| HSL | 250º | 0.73% | 0.49% | - |
| HSV(B) | 250º | 0.84% | 0.84% | - |
| XYZ | 14.82 | 7.09 | 64.21 | - |
| YUV | 63.49 | 212.94 | 128.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 34 | 214 | 0.70 | 0.84 | 0 | 0.16 | 250 | 0.73 | 0.49 |
| Hex | 40 | 22 | D6 | 46 | 54 | 0 | 10 | FA | 49 | 31 |
| Octal | 100 | 42 | 326 | 106 | 124 | 0 | 20 | 372 | 111 | 61 |
| Binary | 1000000 | 100010 | 11010110 | 1000110 | 1010100 | 0 | 10000 | 11111010 | 1001001 | 110001 |
Color Harmonies of #4022D6
Complementary color
Monochromatic Colors of #4022D6
Black with #4022D6
Text Example
Text Example
White with #4022D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4022D6; }
p { color: rgb(64,34,214); }
H1.HeaderClassName
{
color: #4022D6;
}
.AnyTagClassName
{
color: #4022D6;
}
</style>
background-color css
<style>
a { background-color: #4022D6; }
a { background-color: rgb(64,34,214); }
div.DivClassName
{
background-color: #4022D6;
}
.BgClassName
{
background-color: #4022D6;
}
</style>
border-color css
<style>
span { border-color: #4022D6; }
span { border-color: rgb(64,34,214); }
td.TdClassName
{
border-color: #4022D6;
}
.TagClassName
{
border-color: #4022D6;
}
</style>