Shades of Han Purple #4113D9
Tints of Han Purple #4113D9
RGB
CMYK
RGB Variations
Color information
#4113D9 (or 0x4113D9) is known color: Han Purple. HEX triplet: 41, 13 and D9. RGB value is (65,19,217). Sum of RGB (Red+Green+Blue) = 65+19+217=301 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.59% from 301); Green value is 19 (7.81% from 255 or 6.31% from 301); Blue value is 217 (85.16% from 255 or 72.09% from 301); Max value from RGB is 217 - color contains mainly: blue. Hex color #4113D9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4113D9 is #BEEC26. Grayscale: #363636. Windows color (decimal): -12512295 or 14226241. OLE color: 14226241.
HSL color Cylindrical-coordinate representation of color #4113D9: hue angle of 253.94º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4113D9 is Cyan = 0.70, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 65 | 19 | 217 | - |
| CMYK | 0.70 | 0.91 | 0 | 0.15 |
| HSL | 253.94º | 0.84% | 0.46% | - |
| HSV(B) | 253.94º | 0.91% | 0.85% | - |
| XYZ | 14.94 | 6.6 | 66.13 | - |
| YUV | 55.33 | 219.24 | 134.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 19 | 217 | 0.70 | 0.91 | 0 | 0.15 | 253.94 | 0.84 | 0.46 |
| Hex | 41 | 13 | D9 | 46 | 5B | 0 | F | FE | 54 | 2E |
| Octal | 101 | 23 | 331 | 106 | 133 | 0 | 17 | 376 | 124 | 56 |
| Binary | 1000001 | 10011 | 11011001 | 1000110 | 1011011 | 0 | 1111 | 11111110 | 1010100 | 101110 |
Color Harmonies of #4113D9
Complementary color
Monochromatic Colors of #4113D9
Black with #4113D9
Text Example
Text Example
White with #4113D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4113D9; }
p { color: rgb(65,19,217); }
H1.HeaderClassName
{
color: #4113D9;
}
.AnyTagClassName
{
color: #4113D9;
}
</style>
background-color css
<style>
a { background-color: #4113D9; }
a { background-color: rgb(65,19,217); }
div.DivClassName
{
background-color: #4113D9;
}
.BgClassName
{
background-color: #4113D9;
}
</style>
border-color css
<style>
span { border-color: #4113D9; }
span { border-color: rgb(65,19,217); }
td.TdClassName
{
border-color: #4113D9;
}
.TagClassName
{
border-color: #4113D9;
}
</style>