Shades of Han Purple #4018EE
Tints of Han Purple #4018EE
RGB
CMYK
RGB Variations
Color information
#4018EE (or 0x4018EE) is known color: Han Purple. HEX triplet: 40, 18 and EE. RGB value is (64,24,238). Sum of RGB (Red+Green+Blue) = 64+24+238=326 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.63% from 326); Green value is 24 (9.77% from 255 or 7.36% from 326); Blue value is 238 (93.36% from 255 or 73.01% from 326); Max value from RGB is 238 - color contains mainly: blue. Hex color #4018EE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4018EE is #BFE711. Grayscale: #3B3B3B. Windows color (decimal): -12576530 or 15603776. OLE color: 15603776.
HSL color Cylindrical-coordinate representation of color #4018EE: hue angle of 251.21º degrees, saturation: 0.86, 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 #4018EE is Cyan = 0.73, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 24 | 238 | - |
| CMYK | 0.73 | 0.90 | 0 | 0.07 |
| HSL | 251.22º | 0.86% | 0.51% | - |
| HSV(B) | 251.22º | 0.9% | 0.93% | - |
| XYZ | 17.87 | 7.92 | 81.47 | - |
| YUV | 60.36 | 228.25 | 130.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 24 | 238 | 0.73 | 0.90 | 0 | 0.07 | 251.22 | 0.86 | 0.51 |
| Hex | 40 | 18 | EE | 49 | 5A | 0 | 7 | FB | 56 | 33 |
| Octal | 100 | 30 | 356 | 111 | 132 | 0 | 7 | 373 | 126 | 63 |
| Binary | 1000000 | 11000 | 11101110 | 1001001 | 1011010 | 0 | 111 | 11111011 | 1010110 | 110011 |
Color Harmonies of #4018EE
Complementary color
Monochromatic Colors of #4018EE
Black with #4018EE
Text Example
Text Example
White with #4018EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4018EE; }
p { color: rgb(64,24,238); }
H1.HeaderClassName
{
color: #4018EE;
}
.AnyTagClassName
{
color: #4018EE;
}
</style>
background-color css
<style>
a { background-color: #4018EE; }
a { background-color: rgb(64,24,238); }
div.DivClassName
{
background-color: #4018EE;
}
.BgClassName
{
background-color: #4018EE;
}
</style>
border-color css
<style>
span { border-color: #4018EE; }
span { border-color: rgb(64,24,238); }
td.TdClassName
{
border-color: #4018EE;
}
.TagClassName
{
border-color: #4018EE;
}
</style>