Shades of Han Purple #4029E8
Tints of Han Purple #4029E8
RGB
CMYK
RGB Variations
Color information
#4029E8 (or 0x4029E8) is known color: Han Purple. HEX triplet: 40, 29 and E8. RGB value is (64,41,232). Sum of RGB (Red+Green+Blue) = 64+41+232=337 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.99% from 337); Green value is 41 (16.41% from 255 or 12.17% from 337); Blue value is 232 (91.02% from 255 or 68.84% from 337); Max value from RGB is 232 - color contains mainly: blue. Hex color #4029E8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4029E8 is #BFD617. Grayscale: #444444. Windows color (decimal): -12572184 or 15214912. OLE color: 15214912.
HSL color Cylindrical-coordinate representation of color #4029E8: hue angle of 247.23º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4029E8 is Cyan = 0.72, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 64 | 41 | 232 | - |
| CMYK | 0.72 | 0.82 | 0 | 0.09 |
| HSL | 247.23º | 0.81% | 0.54% | - |
| HSV(B) | 247.23º | 0.82% | 0.91% | - |
| XYZ | 17.47 | 8.5 | 77.06 | - |
| YUV | 69.65 | 219.62 | 123.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 41 | 232 | 0.72 | 0.82 | 0 | 0.09 | 247.23 | 0.81 | 0.54 |
| Hex | 40 | 29 | E8 | 48 | 52 | 0 | 9 | F7 | 51 | 36 |
| Octal | 100 | 51 | 350 | 110 | 122 | 0 | 11 | 367 | 121 | 66 |
| Binary | 1000000 | 101001 | 11101000 | 1001000 | 1010010 | 0 | 1001 | 11110111 | 1010001 | 110110 |
Color Harmonies of #4029E8
Complementary color
Monochromatic Colors of #4029E8
Black with #4029E8
Text Example
Text Example
White with #4029E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4029E8; }
p { color: rgb(64,41,232); }
H1.HeaderClassName
{
color: #4029E8;
}
.AnyTagClassName
{
color: #4029E8;
}
</style>
background-color css
<style>
a { background-color: #4029E8; }
a { background-color: rgb(64,41,232); }
div.DivClassName
{
background-color: #4029E8;
}
.BgClassName
{
background-color: #4029E8;
}
</style>
border-color css
<style>
span { border-color: #4029E8; }
span { border-color: rgb(64,41,232); }
td.TdClassName
{
border-color: #4029E8;
}
.TagClassName
{
border-color: #4029E8;
}
</style>