Shades of Han Purple #4419DB
Tints of Han Purple #4419DB
RGB
CMYK
RGB Variations
Color information
#4419DB (or 0x4419DB) is known color: Han Purple. HEX triplet: 44, 19 and DB. RGB value is (68,25,219). Sum of RGB (Red+Green+Blue) = 68+25+219=312 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.79% from 312); Green value is 25 (10.16% from 255 or 8.01% from 312); Blue value is 219 (85.94% from 255 or 70.19% from 312); Max value from RGB is 219 - color contains mainly: blue. Hex color #4419DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4419DB is #BBE624. Grayscale: #3B3B3B. Windows color (decimal): -12314149 or 14358852. OLE color: 14358852.
HSL color Cylindrical-coordinate representation of color #4419DB: hue angle of 253.3º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4419DB is Cyan = 0.69, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 68 | 25 | 219 | - |
| CMYK | 0.69 | 0.89 | 0 | 0.14 |
| HSL | 253.3º | 0.8% | 0.48% | - |
| HSV(B) | 253.3º | 0.89% | 0.86% | - |
| XYZ | 15.52 | 7.04 | 67.56 | - |
| YUV | 59.97 | 217.75 | 133.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 25 | 219 | 0.69 | 0.89 | 0 | 0.14 | 253.3 | 0.8 | 0.48 |
| Hex | 44 | 19 | DB | 45 | 59 | 0 | E | FD | 50 | 30 |
| Octal | 104 | 31 | 333 | 105 | 131 | 0 | 16 | 375 | 120 | 60 |
| Binary | 1000100 | 11001 | 11011011 | 1000101 | 1011001 | 0 | 1110 | 11111101 | 1010000 | 110000 |
Color Harmonies of #4419DB
Complementary color
Monochromatic Colors of #4419DB
Black with #4419DB
Text Example
Text Example
White with #4419DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4419DB; }
p { color: rgb(68,25,219); }
H1.HeaderClassName
{
color: #4419DB;
}
.AnyTagClassName
{
color: #4419DB;
}
</style>
background-color css
<style>
a { background-color: #4419DB; }
a { background-color: rgb(68,25,219); }
div.DivClassName
{
background-color: #4419DB;
}
.BgClassName
{
background-color: #4419DB;
}
</style>
border-color css
<style>
span { border-color: #4419DB; }
span { border-color: rgb(68,25,219); }
td.TdClassName
{
border-color: #4419DB;
}
.TagClassName
{
border-color: #4419DB;
}
</style>