Shades of Han Purple #4012FF
Tints of Han Purple #4012FF
RGB
CMYK
RGB Variations
Color information
#4012FF (or 0x4012FF) is known color: Han Purple. HEX triplet: 40, 12 and FF. RGB value is (64,18,255). Sum of RGB (Red+Green+Blue) = 64+18+255=337 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.99% from 337); Green value is 18 (7.42% from 255 or 5.34% 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 #4012FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4012FF is #BFED00. Grayscale: #393939. Windows color (decimal): -12578049 or 16716352. OLE color: 16716352.
HSL color Cylindrical-coordinate representation of color #4012FF: hue angle of 251.65º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4012FF is Cyan = 0.75, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 64 | 18 | 255 | - |
| CMYK | 0.75 | 0.93 | 0 | 0 |
| HSL | 251.65º | 1% | 0.54% | - |
| HSV(B) | 251.65º | 0.93% | 1% | - |
| XYZ | 20.38 | 8.74 | 95.22 | - |
| YUV | 58.77 | 238.74 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 18 | 255 | 0.75 | 0.93 | 0 | 0 | 251.65 | 1 | 0.54 |
| Hex | 40 | 12 | FF | 4B | 5D | 0 | 0 | FC | 64 | 36 |
| Octal | 100 | 22 | 377 | 113 | 135 | 0 | 0 | 374 | 144 | 66 |
| Binary | 1000000 | 10010 | 11111111 | 1001011 | 1011101 | 0 | 0 | 11111100 | 1100100 | 110110 |
Color Harmonies of #4012FF
Complementary color
Monochromatic Colors of #4012FF
Black with #4012FF
Text Example
Text Example
White with #4012FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4012FF; }
p { color: rgb(64,18,255); }
H1.HeaderClassName
{
color: #4012FF;
}
.AnyTagClassName
{
color: #4012FF;
}
</style>
background-color css
<style>
a { background-color: #4012FF; }
a { background-color: rgb(64,18,255); }
div.DivClassName
{
background-color: #4012FF;
}
.BgClassName
{
background-color: #4012FF;
}
</style>
border-color css
<style>
span { border-color: #4012FF; }
span { border-color: rgb(64,18,255); }
td.TdClassName
{
border-color: #4012FF;
}
.TagClassName
{
border-color: #4012FF;
}
</style>