Shades of Han Purple #4019EE
Tints of Han Purple #4019EE
RGB
CMYK
RGB Variations
Color information
#4019EE (or 0x4019EE) is known color: Han Purple. HEX triplet: 40, 19 and EE. RGB value is (64,25,238). Sum of RGB (Red+Green+Blue) = 64+25+238=327 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.57% from 327); Green value is 25 (10.16% from 255 or 7.65% from 327); Blue value is 238 (93.36% from 255 or 72.78% from 327); Max value from RGB is 238 - color contains mainly: blue. Hex color #4019EE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4019EE is #BFE611. Grayscale: #3C3C3C. Windows color (decimal): -12576274 or 15604032. OLE color: 15604032.
HSL color Cylindrical-coordinate representation of color #4019EE: hue angle of 250.99º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4019EE is Cyan = 0.73, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 25 | 238 | - |
| CMYK | 0.73 | 0.89 | 0 | 0.07 |
| HSL | 250.99º | 0.86% | 0.52% | - |
| HSV(B) | 250.99º | 0.89% | 0.93% | - |
| XYZ | 17.89 | 7.96 | 81.48 | - |
| YUV | 60.94 | 227.92 | 130.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 25 | 238 | 0.73 | 0.89 | 0 | 0.07 | 250.99 | 0.86 | 0.52 |
| Hex | 40 | 19 | EE | 49 | 59 | 0 | 7 | FB | 56 | 34 |
| Octal | 100 | 31 | 356 | 111 | 131 | 0 | 7 | 373 | 126 | 64 |
| Binary | 1000000 | 11001 | 11101110 | 1001001 | 1011001 | 0 | 111 | 11111011 | 1010110 | 110100 |
Color Harmonies of #4019EE
Complementary color
Monochromatic Colors of #4019EE
Black with #4019EE
Text Example
Text Example
White with #4019EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4019EE; }
p { color: rgb(64,25,238); }
H1.HeaderClassName
{
color: #4019EE;
}
.AnyTagClassName
{
color: #4019EE;
}
</style>
background-color css
<style>
a { background-color: #4019EE; }
a { background-color: rgb(64,25,238); }
div.DivClassName
{
background-color: #4019EE;
}
.BgClassName
{
background-color: #4019EE;
}
</style>
border-color css
<style>
span { border-color: #4019EE; }
span { border-color: rgb(64,25,238); }
td.TdClassName
{
border-color: #4019EE;
}
.TagClassName
{
border-color: #4019EE;
}
</style>