Shades of Han Purple #4116DA
Tints of Han Purple #4116DA
RGB
CMYK
RGB Variations
Color information
#4116DA (or 0x4116DA) is known color: Han Purple. HEX triplet: 41, 16 and DA. RGB value is (65,22,218). Sum of RGB (Red+Green+Blue) = 65+22+218=305 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.31% from 305); Green value is 22 (8.98% from 255 or 7.21% from 305); Blue value is 218 (85.55% from 255 or 71.48% from 305); Max value from RGB is 218 - color contains mainly: blue. Hex color #4116DA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4116DA is #BEE925. Grayscale: #383838. Windows color (decimal): -12511526 or 14292545. OLE color: 14292545.
HSL color Cylindrical-coordinate representation of color #4116DA: hue angle of 253.16º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4116DA is Cyan = 0.70, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 65 | 22 | 218 | - |
| CMYK | 0.70 | 0.90 | 0 | 0.15 |
| HSL | 253.16º | 0.82% | 0.47% | - |
| HSV(B) | 253.16º | 0.9% | 0.85% | - |
| XYZ | 15.12 | 6.76 | 66.84 | - |
| YUV | 57.2 | 218.75 | 133.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 22 | 218 | 0.70 | 0.90 | 0 | 0.15 | 253.16 | 0.82 | 0.47 |
| Hex | 41 | 16 | DA | 46 | 5A | 0 | F | FD | 52 | 2F |
| Octal | 101 | 26 | 332 | 106 | 132 | 0 | 17 | 375 | 122 | 57 |
| Binary | 1000001 | 10110 | 11011010 | 1000110 | 1011010 | 0 | 1111 | 11111101 | 1010010 | 101111 |
Color Harmonies of #4116DA
Complementary color
Monochromatic Colors of #4116DA
Black with #4116DA
Text Example
Text Example
White with #4116DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4116DA; }
p { color: rgb(65,22,218); }
H1.HeaderClassName
{
color: #4116DA;
}
.AnyTagClassName
{
color: #4116DA;
}
</style>
background-color css
<style>
a { background-color: #4116DA; }
a { background-color: rgb(65,22,218); }
div.DivClassName
{
background-color: #4116DA;
}
.BgClassName
{
background-color: #4116DA;
}
</style>
border-color css
<style>
span { border-color: #4116DA; }
span { border-color: rgb(65,22,218); }
td.TdClassName
{
border-color: #4116DA;
}
.TagClassName
{
border-color: #4116DA;
}
</style>