Shades of Han Purple #4113D8
Tints of Han Purple #4113D8
RGB
CMYK
RGB Variations
Color information
#4113D8 (or 0x4113D8) is known color: Han Purple. HEX triplet: 41, 13 and D8. RGB value is (65,19,216). Sum of RGB (Red+Green+Blue) = 65+19+216=300 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.67% from 300); Green value is 19 (7.81% from 255 or 6.33% from 300); Blue value is 216 (84.77% from 255 or 72% from 300); Max value from RGB is 216 - color contains mainly: blue. Hex color #4113D8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4113D8 is #BEEC27. Grayscale: #363636. Windows color (decimal): -12512296 or 14160705. OLE color: 14160705.
HSL color Cylindrical-coordinate representation of color #4113D8: hue angle of 254.01º 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 #4113D8 is Cyan = 0.70, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 65 | 19 | 216 | - |
| CMYK | 0.70 | 0.91 | 0 | 0.15 |
| HSL | 254.01º | 0.84% | 0.46% | - |
| HSV(B) | 254.01º | 0.91% | 0.85% | - |
| XYZ | 14.81 | 6.55 | 65.45 | - |
| YUV | 55.21 | 218.74 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 19 | 216 | 0.70 | 0.91 | 0 | 0.15 | 254.01 | 0.84 | 0.46 |
| Hex | 41 | 13 | D8 | 46 | 5B | 0 | F | FE | 54 | 2E |
| Octal | 101 | 23 | 330 | 106 | 133 | 0 | 17 | 376 | 124 | 56 |
| Binary | 1000001 | 10011 | 11011000 | 1000110 | 1011011 | 0 | 1111 | 11111110 | 1010100 | 101110 |
Color Harmonies of #4113D8
Complementary color
Monochromatic Colors of #4113D8
Black with #4113D8
Text Example
Text Example
White with #4113D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4113D8; }
p { color: rgb(65,19,216); }
H1.HeaderClassName
{
color: #4113D8;
}
.AnyTagClassName
{
color: #4113D8;
}
</style>
background-color css
<style>
a { background-color: #4113D8; }
a { background-color: rgb(65,19,216); }
div.DivClassName
{
background-color: #4113D8;
}
.BgClassName
{
background-color: #4113D8;
}
</style>
border-color css
<style>
span { border-color: #4113D8; }
span { border-color: rgb(65,19,216); }
td.TdClassName
{
border-color: #4113D8;
}
.TagClassName
{
border-color: #4113D8;
}
</style>