Shades of Han Purple #4032DB
Tints of Han Purple #4032DB
RGB
CMYK
RGB Variations
Color information
#4032DB (or 0x4032DB) is known color: Han Purple. HEX triplet: 40, 32 and DB. RGB value is (64,50,219). Sum of RGB (Red+Green+Blue) = 64+50+219=333 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.22% from 333); Green value is 50 (19.92% from 255 or 15.02% from 333); Blue value is 219 (85.94% from 255 or 65.77% from 333); Max value from RGB is 219 - color contains mainly: blue. Hex color #4032DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4032DB is #BFCD24. Grayscale: #484848. Windows color (decimal): -12569893 or 14365248. OLE color: 14365248.
HSL color Cylindrical-coordinate representation of color #4032DB: hue angle of 244.97º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4032DB is Cyan = 0.71, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 64 | 50 | 219 | - |
| CMYK | 0.71 | 0.77 | 0 | 0.14 |
| HSL | 244.97º | 0.7% | 0.53% | - |
| HSV(B) | 244.97º | 0.77% | 0.86% | - |
| XYZ | 16.04 | 8.49 | 67.81 | - |
| YUV | 73.45 | 210.14 | 121.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 50 | 219 | 0.71 | 0.77 | 0 | 0.14 | 244.97 | 0.7 | 0.53 |
| Hex | 40 | 32 | DB | 47 | 4D | 0 | E | F5 | 46 | 35 |
| Octal | 100 | 62 | 333 | 107 | 115 | 0 | 16 | 365 | 106 | 65 |
| Binary | 1000000 | 110010 | 11011011 | 1000111 | 1001101 | 0 | 1110 | 11110101 | 1000110 | 110101 |
Color Harmonies of #4032DB
Complementary color
Monochromatic Colors of #4032DB
Black with #4032DB
Text Example
Text Example
White with #4032DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4032DB; }
p { color: rgb(64,50,219); }
H1.HeaderClassName
{
color: #4032DB;
}
.AnyTagClassName
{
color: #4032DB;
}
</style>
background-color css
<style>
a { background-color: #4032DB; }
a { background-color: rgb(64,50,219); }
div.DivClassName
{
background-color: #4032DB;
}
.BgClassName
{
background-color: #4032DB;
}
</style>
border-color css
<style>
span { border-color: #4032DB; }
span { border-color: rgb(64,50,219); }
td.TdClassName
{
border-color: #4032DB;
}
.TagClassName
{
border-color: #4032DB;
}
</style>