Shades of Han Purple #4113DC
Tints of Han Purple #4113DC
RGB
CMYK
RGB Variations
Color information
#4113DC (or 0x4113DC) is known color: Han Purple. HEX triplet: 41, 13 and DC. RGB value is (65,19,220). Sum of RGB (Red+Green+Blue) = 65+19+220=304 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.38% from 304); Green value is 19 (7.81% from 255 or 6.25% from 304); Blue value is 220 (86.33% from 255 or 72.37% from 304); Max value from RGB is 220 - color contains mainly: blue. Hex color #4113DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4113DC is #BEEC23. Grayscale: #363636. Windows color (decimal): -12512292 or 14422849. OLE color: 14422849.
HSL color Cylindrical-coordinate representation of color #4113DC: hue angle of 253.73º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4113DC is Cyan = 0.70, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 65 | 19 | 220 | - |
| CMYK | 0.70 | 0.91 | 0 | 0.14 |
| HSL | 253.73º | 0.84% | 0.47% | - |
| HSV(B) | 253.73º | 0.91% | 0.86% | - |
| XYZ | 15.33 | 6.76 | 68.21 | - |
| YUV | 55.67 | 220.74 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 19 | 220 | 0.70 | 0.91 | 0 | 0.14 | 253.73 | 0.84 | 0.47 |
| Hex | 41 | 13 | DC | 46 | 5B | 0 | E | FE | 54 | 2F |
| Octal | 101 | 23 | 334 | 106 | 133 | 0 | 16 | 376 | 124 | 57 |
| Binary | 1000001 | 10011 | 11011100 | 1000110 | 1011011 | 0 | 1110 | 11111110 | 1010100 | 101111 |
Color Harmonies of #4113DC
Complementary color
Monochromatic Colors of #4113DC
Black with #4113DC
Text Example
Text Example
White with #4113DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4113DC; }
p { color: rgb(65,19,220); }
H1.HeaderClassName
{
color: #4113DC;
}
.AnyTagClassName
{
color: #4113DC;
}
</style>
background-color css
<style>
a { background-color: #4113DC; }
a { background-color: rgb(65,19,220); }
div.DivClassName
{
background-color: #4113DC;
}
.BgClassName
{
background-color: #4113DC;
}
</style>
border-color css
<style>
span { border-color: #4113DC; }
span { border-color: rgb(65,19,220); }
td.TdClassName
{
border-color: #4113DC;
}
.TagClassName
{
border-color: #4113DC;
}
</style>