Shades of Han Purple #4028E5
Tints of Han Purple #4028E5
RGB
CMYK
RGB Variations
Color information
#4028E5 (or 0x4028E5) is known color: Han Purple. HEX triplet: 40, 28 and E5. RGB value is (64,40,229). Sum of RGB (Red+Green+Blue) = 64+40+229=333 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.22% from 333); Green value is 40 (16.02% from 255 or 12.01% from 333); Blue value is 229 (89.84% from 255 or 68.77% from 333); Max value from RGB is 229 - color contains mainly: blue. Hex color #4028E5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4028E5 is #BFD71A. Grayscale: #434343. Windows color (decimal): -12572443 or 15018048. OLE color: 15018048.
HSL color Cylindrical-coordinate representation of color #4028E5: hue angle of 247.62º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4028E5 is Cyan = 0.72, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 64 | 40 | 229 | - |
| CMYK | 0.72 | 0.83 | 0 | 0.10 |
| HSL | 247.62º | 0.78% | 0.53% | - |
| HSV(B) | 247.62º | 0.83% | 0.9% | - |
| XYZ | 17.02 | 8.26 | 74.83 | - |
| YUV | 68.72 | 218.45 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 40 | 229 | 0.72 | 0.83 | 0 | 0.10 | 247.62 | 0.78 | 0.53 |
| Hex | 40 | 28 | E5 | 48 | 53 | 0 | A | F8 | 4E | 35 |
| Octal | 100 | 50 | 345 | 110 | 123 | 0 | 12 | 370 | 116 | 65 |
| Binary | 1000000 | 101000 | 11100101 | 1001000 | 1010011 | 0 | 1010 | 11111000 | 1001110 | 110101 |
Color Harmonies of #4028E5
Complementary color
Monochromatic Colors of #4028E5
Black with #4028E5
Text Example
Text Example
White with #4028E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4028E5; }
p { color: rgb(64,40,229); }
H1.HeaderClassName
{
color: #4028E5;
}
.AnyTagClassName
{
color: #4028E5;
}
</style>
background-color css
<style>
a { background-color: #4028E5; }
a { background-color: rgb(64,40,229); }
div.DivClassName
{
background-color: #4028E5;
}
.BgClassName
{
background-color: #4028E5;
}
</style>
border-color css
<style>
span { border-color: #4028E5; }
span { border-color: rgb(64,40,229); }
td.TdClassName
{
border-color: #4028E5;
}
.TagClassName
{
border-color: #4028E5;
}
</style>