Shades of Han Purple #4018EC
Tints of Han Purple #4018EC
RGB
CMYK
RGB Variations
Color information
#4018EC (or 0x4018EC) is known color: Han Purple. HEX triplet: 40, 18 and EC. RGB value is (64,24,236). Sum of RGB (Red+Green+Blue) = 64+24+236=324 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.75% from 324); Green value is 24 (9.77% from 255 or 7.41% from 324); Blue value is 236 (92.58% from 255 or 72.84% from 324); Max value from RGB is 236 - color contains mainly: blue. Hex color #4018EC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4018EC is #BFE713. Grayscale: #3B3B3B. Windows color (decimal): -12576532 or 15472704. OLE color: 15472704.
HSL color Cylindrical-coordinate representation of color #4018EC: hue angle of 251.32º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4018EC is Cyan = 0.73, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 24 | 236 | - |
| CMYK | 0.73 | 0.90 | 0 | 0.07 |
| HSL | 251.32º | 0.85% | 0.51% | - |
| HSV(B) | 251.32º | 0.9% | 0.93% | - |
| XYZ | 17.58 | 7.8 | 79.94 | - |
| YUV | 60.13 | 227.25 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 24 | 236 | 0.73 | 0.90 | 0 | 0.07 | 251.32 | 0.85 | 0.51 |
| Hex | 40 | 18 | EC | 49 | 5A | 0 | 7 | FB | 55 | 33 |
| Octal | 100 | 30 | 354 | 111 | 132 | 0 | 7 | 373 | 125 | 63 |
| Binary | 1000000 | 11000 | 11101100 | 1001001 | 1011010 | 0 | 111 | 11111011 | 1010101 | 110011 |
Color Harmonies of #4018EC
Complementary color
Monochromatic Colors of #4018EC
Black with #4018EC
Text Example
Text Example
White with #4018EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4018EC; }
p { color: rgb(64,24,236); }
H1.HeaderClassName
{
color: #4018EC;
}
.AnyTagClassName
{
color: #4018EC;
}
</style>
background-color css
<style>
a { background-color: #4018EC; }
a { background-color: rgb(64,24,236); }
div.DivClassName
{
background-color: #4018EC;
}
.BgClassName
{
background-color: #4018EC;
}
</style>
border-color css
<style>
span { border-color: #4018EC; }
span { border-color: rgb(64,24,236); }
td.TdClassName
{
border-color: #4018EC;
}
.TagClassName
{
border-color: #4018EC;
}
</style>