Shades of Han Purple #4011FF
Tints of Han Purple #4011FF
RGB
CMYK
RGB Variations
Color information
#4011FF (or 0x4011FF) is known color: Han Purple. HEX triplet: 40, 11 and FF. RGB value is (64,17,255). Sum of RGB (Red+Green+Blue) = 64+17+255=336 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.05% from 336); Green value is 17 (7.03% from 255 or 5.06% from 336); Blue value is 255 (100% from 255 or 75.89% from 336); Max value from RGB is 255 - color contains mainly: blue. Hex color #4011FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4011FF is #BFEE00. Grayscale: #393939. Windows color (decimal): -12578305 or 16716096. OLE color: 16716096.
HSL color Cylindrical-coordinate representation of color #4011FF: hue angle of 251.85º 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 #4011FF is Cyan = 0.75, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 64 | 17 | 255 | - |
| CMYK | 0.75 | 0.93 | 0 | 0 |
| HSL | 251.85º | 1% | 0.53% | - |
| HSV(B) | 251.85º | 0.93% | 1% | - |
| XYZ | 20.36 | 8.71 | 95.22 | - |
| YUV | 58.19 | 239.07 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 17 | 255 | 0.75 | 0.93 | 0 | 0 | 251.85 | 1 | 0.53 |
| Hex | 40 | 11 | FF | 4B | 5D | 0 | 0 | FC | 64 | 35 |
| Octal | 100 | 21 | 377 | 113 | 135 | 0 | 0 | 374 | 144 | 65 |
| Binary | 1000000 | 10001 | 11111111 | 1001011 | 1011101 | 0 | 0 | 11111100 | 1100100 | 110101 |
Color Harmonies of #4011FF
Complementary color
Monochromatic Colors of #4011FF
Black with #4011FF
Text Example
Text Example
White with #4011FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4011FF; }
p { color: rgb(64,17,255); }
H1.HeaderClassName
{
color: #4011FF;
}
.AnyTagClassName
{
color: #4011FF;
}
</style>
background-color css
<style>
a { background-color: #4011FF; }
a { background-color: rgb(64,17,255); }
div.DivClassName
{
background-color: #4011FF;
}
.BgClassName
{
background-color: #4011FF;
}
</style>
border-color css
<style>
span { border-color: #4011FF; }
span { border-color: rgb(64,17,255); }
td.TdClassName
{
border-color: #4011FF;
}
.TagClassName
{
border-color: #4011FF;
}
</style>