Shades of Han Purple #4111FF
Tints of Han Purple #4111FF
RGB
CMYK
RGB Variations
Color information
#4111FF (or 0x4111FF) is known color: Han Purple. HEX triplet: 41, 11 and FF. RGB value is (65,17,255). Sum of RGB (Red+Green+Blue) = 65+17+255=337 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.29% from 337); Green value is 17 (7.03% from 255 or 5.04% from 337); Blue value is 255 (100% from 255 or 75.67% from 337); Max value from RGB is 255 - color contains mainly: blue. Hex color #4111FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4111FF is #BEEE00. Grayscale: #393939. Windows color (decimal): -12512769 or 16716097. OLE color: 16716097.
HSL color Cylindrical-coordinate representation of color #4111FF: hue angle of 252.1º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4111FF is Cyan = 0.75, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 65 | 17 | 255 | - |
| CMYK | 0.75 | 0.93 | 0 | 0 |
| HSL | 252.1º | 1% | 0.53% | - |
| HSV(B) | 252.1º | 0.93% | 1% | - |
| XYZ | 20.43 | 8.74 | 95.22 | - |
| YUV | 58.48 | 238.9 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 17 | 255 | 0.75 | 0.93 | 0 | 0 | 252.1 | 1 | 0.53 |
| Hex | 41 | 11 | FF | 4B | 5D | 0 | 0 | FC | 64 | 35 |
| Octal | 101 | 21 | 377 | 113 | 135 | 0 | 0 | 374 | 144 | 65 |
| Binary | 1000001 | 10001 | 11111111 | 1001011 | 1011101 | 0 | 0 | 11111100 | 1100100 | 110101 |
Color Harmonies of #4111FF
Complementary color
Monochromatic Colors of #4111FF
Black with #4111FF
Text Example
Text Example
White with #4111FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4111FF; }
p { color: rgb(65,17,255); }
H1.HeaderClassName
{
color: #4111FF;
}
.AnyTagClassName
{
color: #4111FF;
}
</style>
background-color css
<style>
a { background-color: #4111FF; }
a { background-color: rgb(65,17,255); }
div.DivClassName
{
background-color: #4111FF;
}
.BgClassName
{
background-color: #4111FF;
}
</style>
border-color css
<style>
span { border-color: #4111FF; }
span { border-color: rgb(65,17,255); }
td.TdClassName
{
border-color: #4111FF;
}
.TagClassName
{
border-color: #4111FF;
}
</style>