Shades of Han Purple #4027E4
Tints of Han Purple #4027E4
RGB
CMYK
RGB Variations
Color information
#4027E4 (or 0x4027E4) is known color: Han Purple. HEX triplet: 40, 27 and E4. RGB value is (64,39,228). Sum of RGB (Red+Green+Blue) = 64+39+228=331 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.34% from 331); Green value is 39 (15.62% from 255 or 11.78% from 331); Blue value is 228 (89.45% from 255 or 68.88% from 331); Max value from RGB is 228 - color contains mainly: blue. Hex color #4027E4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4027E4 is #BFD81B. Grayscale: #434343. Windows color (decimal): -12572700 or 14952256. OLE color: 14952256.
HSL color Cylindrical-coordinate representation of color #4027E4: hue angle of 247.94º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4027E4 is Cyan = 0.72, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 64 | 39 | 228 | - |
| CMYK | 0.72 | 0.83 | 0 | 0.11 |
| HSL | 247.94º | 0.78% | 0.52% | - |
| HSV(B) | 247.94º | 0.83% | 0.89% | - |
| XYZ | 16.84 | 8.14 | 74.08 | - |
| YUV | 68.02 | 218.28 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 39 | 228 | 0.72 | 0.83 | 0 | 0.11 | 247.94 | 0.78 | 0.52 |
| Hex | 40 | 27 | E4 | 48 | 53 | 0 | B | F8 | 4E | 34 |
| Octal | 100 | 47 | 344 | 110 | 123 | 0 | 13 | 370 | 116 | 64 |
| Binary | 1000000 | 100111 | 11100100 | 1001000 | 1010011 | 0 | 1011 | 11111000 | 1001110 | 110100 |
Color Harmonies of #4027E4
Complementary color
Monochromatic Colors of #4027E4
Black with #4027E4
Text Example
Text Example
White with #4027E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4027E4; }
p { color: rgb(64,39,228); }
H1.HeaderClassName
{
color: #4027E4;
}
.AnyTagClassName
{
color: #4027E4;
}
</style>
background-color css
<style>
a { background-color: #4027E4; }
a { background-color: rgb(64,39,228); }
div.DivClassName
{
background-color: #4027E4;
}
.BgClassName
{
background-color: #4027E4;
}
</style>
border-color css
<style>
span { border-color: #4027E4; }
span { border-color: rgb(64,39,228); }
td.TdClassName
{
border-color: #4027E4;
}
.TagClassName
{
border-color: #4027E4;
}
</style>