Shades of Han Purple #4119DA
Tints of Han Purple #4119DA
RGB
CMYK
RGB Variations
Color information
#4119DA (or 0x4119DA) is known color: Han Purple. HEX triplet: 41, 19 and DA. RGB value is (65,25,218). Sum of RGB (Red+Green+Blue) = 65+25+218=308 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.10% from 308); Green value is 25 (10.16% from 255 or 8.12% from 308); Blue value is 218 (85.55% from 255 or 70.78% from 308); Max value from RGB is 218 - color contains mainly: blue. Hex color #4119DA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4119DA is #BEE625. Grayscale: #3A3A3A. Windows color (decimal): -12510758 or 14293313. OLE color: 14293313.
HSL color Cylindrical-coordinate representation of color #4119DA: hue angle of 252.44º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4119DA is Cyan = 0.70, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 65 | 25 | 218 | - |
| CMYK | 0.70 | 0.89 | 0 | 0.15 |
| HSL | 252.44º | 0.79% | 0.48% | - |
| HSV(B) | 252.44º | 0.89% | 0.85% | - |
| XYZ | 15.18 | 6.88 | 66.86 | - |
| YUV | 58.96 | 217.75 | 132.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 25 | 218 | 0.70 | 0.89 | 0 | 0.15 | 252.44 | 0.79 | 0.48 |
| Hex | 41 | 19 | DA | 46 | 59 | 0 | F | FC | 4F | 30 |
| Octal | 101 | 31 | 332 | 106 | 131 | 0 | 17 | 374 | 117 | 60 |
| Binary | 1000001 | 11001 | 11011010 | 1000110 | 1011001 | 0 | 1111 | 11111100 | 1001111 | 110000 |
Color Harmonies of #4119DA
Complementary color
Monochromatic Colors of #4119DA
Black with #4119DA
Text Example
Text Example
White with #4119DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4119DA; }
p { color: rgb(65,25,218); }
H1.HeaderClassName
{
color: #4119DA;
}
.AnyTagClassName
{
color: #4119DA;
}
</style>
background-color css
<style>
a { background-color: #4119DA; }
a { background-color: rgb(65,25,218); }
div.DivClassName
{
background-color: #4119DA;
}
.BgClassName
{
background-color: #4119DA;
}
</style>
border-color css
<style>
span { border-color: #4119DA; }
span { border-color: rgb(65,25,218); }
td.TdClassName
{
border-color: #4119DA;
}
.TagClassName
{
border-color: #4119DA;
}
</style>