Shades of Han Purple #4116DC
Tints of Han Purple #4116DC
RGB
CMYK
RGB Variations
Color information
#4116DC (or 0x4116DC) is known color: Han Purple. HEX triplet: 41, 16 and DC. RGB value is (65,22,220). Sum of RGB (Red+Green+Blue) = 65+22+220=307 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.17% from 307); Green value is 22 (8.98% from 255 or 7.17% from 307); Blue value is 220 (86.33% from 255 or 71.66% from 307); Max value from RGB is 220 - color contains mainly: blue. Hex color #4116DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4116DC is #BEE923. Grayscale: #383838. Windows color (decimal): -12511524 or 14423617. OLE color: 14423617.
HSL color Cylindrical-coordinate representation of color #4116DC: hue angle of 253.03º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4116DC is Cyan = 0.70, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 65 | 22 | 220 | - |
| CMYK | 0.70 | 0.9 | 0 | 0.14 |
| HSL | 253.03º | 0.82% | 0.47% | - |
| HSV(B) | 253.03º | 0.9% | 0.86% | - |
| XYZ | 15.39 | 6.86 | 68.22 | - |
| YUV | 57.43 | 219.75 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 22 | 220 | 0.70 | 0.9 | 0 | 0.14 | 253.03 | 0.82 | 0.47 |
| Hex | 41 | 16 | DC | 46 | 5A | 0 | E | FD | 52 | 2F |
| Octal | 101 | 26 | 334 | 106 | 132 | 0 | 16 | 375 | 122 | 57 |
| Binary | 1000001 | 10110 | 11011100 | 1000110 | 1011010 | 0 | 1110 | 11111101 | 1010010 | 101111 |
Color Harmonies of #4116DC
Complementary color
Monochromatic Colors of #4116DC
Black with #4116DC
Text Example
Text Example
White with #4116DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4116DC; }
p { color: rgb(65,22,220); }
H1.HeaderClassName
{
color: #4116DC;
}
.AnyTagClassName
{
color: #4116DC;
}
</style>
background-color css
<style>
a { background-color: #4116DC; }
a { background-color: rgb(65,22,220); }
div.DivClassName
{
background-color: #4116DC;
}
.BgClassName
{
background-color: #4116DC;
}
</style>
border-color css
<style>
span { border-color: #4116DC; }
span { border-color: rgb(65,22,220); }
td.TdClassName
{
border-color: #4116DC;
}
.TagClassName
{
border-color: #4116DC;
}
</style>