Shades of Han Purple #4022DB
Tints of Han Purple #4022DB
RGB
CMYK
RGB Variations
Color information
#4022DB (or 0x4022DB) is known color: Han Purple. HEX triplet: 40, 22 and DB. RGB value is (64,34,219). Sum of RGB (Red+Green+Blue) = 64+34+219=317 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.19% from 317); Green value is 34 (13.67% from 255 or 10.73% from 317); Blue value is 219 (85.94% from 255 or 69.09% from 317); Max value from RGB is 219 - color contains mainly: blue. Hex color #4022DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4022DB is #BFDD24. Grayscale: #3F3F3F. Windows color (decimal): -12573989 or 14361152. OLE color: 14361152.
HSL color Cylindrical-coordinate representation of color #4022DB: hue angle of 249.73º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4022DB is Cyan = 0.71, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 64 | 34 | 219 | - |
| CMYK | 0.71 | 0.84 | 0 | 0.14 |
| HSL | 249.73º | 0.73% | 0.5% | - |
| HSV(B) | 249.73º | 0.84% | 0.86% | - |
| XYZ | 15.47 | 7.35 | 67.62 | - |
| YUV | 64.06 | 215.44 | 127.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 34 | 219 | 0.71 | 0.84 | 0 | 0.14 | 249.73 | 0.73 | 0.5 |
| Hex | 40 | 22 | DB | 47 | 54 | 0 | E | FA | 49 | 32 |
| Octal | 100 | 42 | 333 | 107 | 124 | 0 | 16 | 372 | 111 | 62 |
| Binary | 1000000 | 100010 | 11011011 | 1000111 | 1010100 | 0 | 1110 | 11111010 | 1001001 | 110010 |
Color Harmonies of #4022DB
Complementary color
Monochromatic Colors of #4022DB
Black with #4022DB
Text Example
Text Example
White with #4022DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4022DB; }
p { color: rgb(64,34,219); }
H1.HeaderClassName
{
color: #4022DB;
}
.AnyTagClassName
{
color: #4022DB;
}
</style>
background-color css
<style>
a { background-color: #4022DB; }
a { background-color: rgb(64,34,219); }
div.DivClassName
{
background-color: #4022DB;
}
.BgClassName
{
background-color: #4022DB;
}
</style>
border-color css
<style>
span { border-color: #4022DB; }
span { border-color: rgb(64,34,219); }
td.TdClassName
{
border-color: #4022DB;
}
.TagClassName
{
border-color: #4022DB;
}
</style>