Shades of Han Purple #4119DB
Tints of Han Purple #4119DB
RGB
CMYK
RGB Variations
Color information
#4119DB (or 0x4119DB) is known color: Han Purple. HEX triplet: 41, 19 and DB. RGB value is (65,25,219). Sum of RGB (Red+Green+Blue) = 65+25+219=309 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.04% from 309); Green value is 25 (10.16% from 255 or 8.09% from 309); Blue value is 219 (85.94% from 255 or 70.87% from 309); Max value from RGB is 219 - color contains mainly: blue. Hex color #4119DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4119DB is #BEE624. Grayscale: #3A3A3A. Windows color (decimal): -12510757 or 14358849. OLE color: 14358849.
HSL color Cylindrical-coordinate representation of color #4119DB: hue angle of 252.37º 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 #4119DB is Cyan = 0.70, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 65 | 25 | 219 | - |
| CMYK | 0.70 | 0.89 | 0 | 0.14 |
| HSL | 252.37º | 0.8% | 0.48% | - |
| HSV(B) | 252.37º | 0.89% | 0.86% | - |
| XYZ | 15.31 | 6.93 | 67.55 | - |
| YUV | 59.08 | 218.25 | 132.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 25 | 219 | 0.70 | 0.89 | 0 | 0.14 | 252.37 | 0.8 | 0.48 |
| Hex | 41 | 19 | DB | 46 | 59 | 0 | E | FC | 50 | 30 |
| Octal | 101 | 31 | 333 | 106 | 131 | 0 | 16 | 374 | 120 | 60 |
| Binary | 1000001 | 11001 | 11011011 | 1000110 | 1011001 | 0 | 1110 | 11111100 | 1010000 | 110000 |
Color Harmonies of #4119DB
Complementary color
Monochromatic Colors of #4119DB
Black with #4119DB
Text Example
Text Example
White with #4119DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4119DB; }
p { color: rgb(65,25,219); }
H1.HeaderClassName
{
color: #4119DB;
}
.AnyTagClassName
{
color: #4119DB;
}
</style>
background-color css
<style>
a { background-color: #4119DB; }
a { background-color: rgb(65,25,219); }
div.DivClassName
{
background-color: #4119DB;
}
.BgClassName
{
background-color: #4119DB;
}
</style>
border-color css
<style>
span { border-color: #4119DB; }
span { border-color: rgb(65,25,219); }
td.TdClassName
{
border-color: #4119DB;
}
.TagClassName
{
border-color: #4119DB;
}
</style>