Shades of Han Purple #4119D0
Tints of Han Purple #4119D0
RGB
CMYK
RGB Variations
Color information
#4119D0 (or 0x4119D0) is known color: Han Purple. HEX triplet: 41, 19 and D0. RGB value is (65,25,208). Sum of RGB (Red+Green+Blue) = 65+25+208=298 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.81% from 298); Green value is 25 (10.16% from 255 or 8.39% from 298); Blue value is 208 (81.64% from 255 or 69.80% from 298); Max value from RGB is 208 - color contains mainly: blue. Hex color #4119D0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4119D0 is #BEE62F. Grayscale: #393939. Windows color (decimal): -12510768 or 13637953. OLE color: 13637953.
HSL color Cylindrical-coordinate representation of color #4119D0: hue angle of 253.11º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4119D0 is Cyan = 0.69, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 65 | 25 | 208 | - |
| CMYK | 0.69 | 0.88 | 0 | 0.18 |
| HSL | 253.11º | 0.79% | 0.46% | - |
| HSV(B) | 253.11º | 0.88% | 0.82% | - |
| XYZ | 13.91 | 6.37 | 60.17 | - |
| YUV | 57.82 | 212.75 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 25 | 208 | 0.69 | 0.88 | 0 | 0.18 | 253.11 | 0.79 | 0.46 |
| Hex | 41 | 19 | D0 | 45 | 58 | 0 | 12 | FD | 4F | 2E |
| Octal | 101 | 31 | 320 | 105 | 130 | 0 | 22 | 375 | 117 | 56 |
| Binary | 1000001 | 11001 | 11010000 | 1000101 | 1011000 | 0 | 10010 | 11111101 | 1001111 | 101110 |
Color Harmonies of #4119D0
Complementary color
Monochromatic Colors of #4119D0
Black with #4119D0
Text Example
Text Example
White with #4119D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4119D0; }
p { color: rgb(65,25,208); }
H1.HeaderClassName
{
color: #4119D0;
}
.AnyTagClassName
{
color: #4119D0;
}
</style>
background-color css
<style>
a { background-color: #4119D0; }
a { background-color: rgb(65,25,208); }
div.DivClassName
{
background-color: #4119D0;
}
.BgClassName
{
background-color: #4119D0;
}
</style>
border-color css
<style>
span { border-color: #4119D0; }
span { border-color: rgb(65,25,208); }
td.TdClassName
{
border-color: #4119D0;
}
.TagClassName
{
border-color: #4119D0;
}
</style>