Shades of Han Purple #4029DB
Tints of Han Purple #4029DB
RGB
CMYK
RGB Variations
Color information
#4029DB (or 0x4029DB) is known color: Han Purple. HEX triplet: 40, 29 and DB. RGB value is (64,41,219). Sum of RGB (Red+Green+Blue) = 64+41+219=324 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.75% from 324); Green value is 41 (16.41% from 255 or 12.65% from 324); Blue value is 219 (85.94% from 255 or 67.59% from 324); Max value from RGB is 219 - color contains mainly: blue. Hex color #4029DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4029DB is #BFD624. Grayscale: #434343. Windows color (decimal): -12572197 or 14362944. OLE color: 14362944.
HSL color Cylindrical-coordinate representation of color #4029DB: hue angle of 247.75º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4029DB is Cyan = 0.71, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 64 | 41 | 219 | - |
| CMYK | 0.71 | 0.81 | 0 | 0.14 |
| HSL | 247.75º | 0.71% | 0.51% | - |
| HSV(B) | 247.75º | 0.81% | 0.86% | - |
| XYZ | 15.69 | 7.79 | 67.69 | - |
| YUV | 68.17 | 213.12 | 125.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 41 | 219 | 0.71 | 0.81 | 0 | 0.14 | 247.75 | 0.71 | 0.51 |
| Hex | 40 | 29 | DB | 47 | 51 | 0 | E | F8 | 47 | 33 |
| Octal | 100 | 51 | 333 | 107 | 121 | 0 | 16 | 370 | 107 | 63 |
| Binary | 1000000 | 101001 | 11011011 | 1000111 | 1010001 | 0 | 1110 | 11111000 | 1000111 | 110011 |
Color Harmonies of #4029DB
Complementary color
Monochromatic Colors of #4029DB
Black with #4029DB
Text Example
Text Example
White with #4029DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4029DB; }
p { color: rgb(64,41,219); }
H1.HeaderClassName
{
color: #4029DB;
}
.AnyTagClassName
{
color: #4029DB;
}
</style>
background-color css
<style>
a { background-color: #4029DB; }
a { background-color: rgb(64,41,219); }
div.DivClassName
{
background-color: #4029DB;
}
.BgClassName
{
background-color: #4029DB;
}
</style>
border-color css
<style>
span { border-color: #4029DB; }
span { border-color: rgb(64,41,219); }
td.TdClassName
{
border-color: #4029DB;
}
.TagClassName
{
border-color: #4029DB;
}
</style>