Shades of Han Purple #4111E9
Tints of Han Purple #4111E9
RGB
CMYK
RGB Variations
Color information
#4111E9 (or 0x4111E9) is known color: Han Purple. HEX triplet: 41, 11 and E9. RGB value is (65,17,233). Sum of RGB (Red+Green+Blue) = 65+17+233=315 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.63% from 315); Green value is 17 (7.03% from 255 or 5.40% from 315); Blue value is 233 (91.41% from 255 or 73.97% from 315); Max value from RGB is 233 - color contains mainly: blue. Hex color #4111E9 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4111E9 is #BEEE16. Grayscale: #373737. Windows color (decimal): -12512791 or 15274305. OLE color: 15274305.
HSL color Cylindrical-coordinate representation of color #4111E9: hue angle of 253.33º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4111E9 is Cyan = 0.72, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 65 | 17 | 233 | - |
| CMYK | 0.72 | 0.93 | 0 | 0.09 |
| HSL | 253.33º | 0.86% | 0.49% | - |
| HSV(B) | 253.33º | 0.93% | 0.91% | - |
| XYZ | 17.09 | 7.41 | 77.62 | - |
| YUV | 55.98 | 227.9 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 17 | 233 | 0.72 | 0.93 | 0 | 0.09 | 253.33 | 0.86 | 0.49 |
| Hex | 41 | 11 | E9 | 48 | 5D | 0 | 9 | FD | 56 | 31 |
| Octal | 101 | 21 | 351 | 110 | 135 | 0 | 11 | 375 | 126 | 61 |
| Binary | 1000001 | 10001 | 11101001 | 1001000 | 1011101 | 0 | 1001 | 11111101 | 1010110 | 110001 |
Color Harmonies of #4111E9
Complementary color
Monochromatic Colors of #4111E9
Black with #4111E9
Text Example
Text Example
White with #4111E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4111E9; }
p { color: rgb(65,17,233); }
H1.HeaderClassName
{
color: #4111E9;
}
.AnyTagClassName
{
color: #4111E9;
}
</style>
background-color css
<style>
a { background-color: #4111E9; }
a { background-color: rgb(65,17,233); }
div.DivClassName
{
background-color: #4111E9;
}
.BgClassName
{
background-color: #4111E9;
}
</style>
border-color css
<style>
span { border-color: #4111E9; }
span { border-color: rgb(65,17,233); }
td.TdClassName
{
border-color: #4111E9;
}
.TagClassName
{
border-color: #4111E9;
}
</style>