Shades of Han Purple #4111EA
Tints of Han Purple #4111EA
RGB
CMYK
RGB Variations
Color information
#4111EA (or 0x4111EA) is known color: Han Purple. HEX triplet: 41, 11 and EA. RGB value is (65,17,234). Sum of RGB (Red+Green+Blue) = 65+17+234=316 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.57% from 316); Green value is 17 (7.03% from 255 or 5.38% from 316); Blue value is 234 (91.80% from 255 or 74.05% from 316); Max value from RGB is 234 - color contains mainly: blue. Hex color #4111EA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4111EA is #BEEE15. Grayscale: #373737. Windows color (decimal): -12512790 or 15339841. OLE color: 15339841.
HSL color Cylindrical-coordinate representation of color #4111EA: hue angle of 253.27º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4111EA is Cyan = 0.72, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 65 | 17 | 234 | - |
| CMYK | 0.72 | 0.93 | 0 | 0.08 |
| HSL | 253.27º | 0.86% | 0.49% | - |
| HSV(B) | 253.27º | 0.93% | 0.92% | - |
| XYZ | 17.23 | 7.47 | 78.37 | - |
| YUV | 56.09 | 228.4 | 134.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 17 | 234 | 0.72 | 0.93 | 0 | 0.08 | 253.27 | 0.86 | 0.49 |
| Hex | 41 | 11 | EA | 48 | 5D | 0 | 8 | FD | 56 | 31 |
| Octal | 101 | 21 | 352 | 110 | 135 | 0 | 10 | 375 | 126 | 61 |
| Binary | 1000001 | 10001 | 11101010 | 1001000 | 1011101 | 0 | 1000 | 11111101 | 1010110 | 110001 |
Color Harmonies of #4111EA
Complementary color
Monochromatic Colors of #4111EA
Black with #4111EA
Text Example
Text Example
White with #4111EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4111EA; }
p { color: rgb(65,17,234); }
H1.HeaderClassName
{
color: #4111EA;
}
.AnyTagClassName
{
color: #4111EA;
}
</style>
background-color css
<style>
a { background-color: #4111EA; }
a { background-color: rgb(65,17,234); }
div.DivClassName
{
background-color: #4111EA;
}
.BgClassName
{
background-color: #4111EA;
}
</style>
border-color css
<style>
span { border-color: #4111EA; }
span { border-color: rgb(65,17,234); }
td.TdClassName
{
border-color: #4111EA;
}
.TagClassName
{
border-color: #4111EA;
}
</style>