Shades of Han Purple #4026E9
Tints of Han Purple #4026E9
RGB
CMYK
RGB Variations
Color information
#4026E9 (or 0x4026E9) is known color: Han Purple. HEX triplet: 40, 26 and E9. RGB value is (64,38,233). Sum of RGB (Red+Green+Blue) = 64+38+233=335 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.10% from 335); Green value is 38 (15.23% from 255 or 11.34% from 335); Blue value is 233 (91.41% from 255 or 69.55% from 335); Max value from RGB is 233 - color contains mainly: blue. Hex color #4026E9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4026E9 is #BFD916. Grayscale: #434343. Windows color (decimal): -12572951 or 15279680. OLE color: 15279680.
HSL color Cylindrical-coordinate representation of color #4026E9: hue angle of 248º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4026E9 is Cyan = 0.73, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 64 | 38 | 233 | - |
| CMYK | 0.73 | 0.84 | 0 | 0.09 |
| HSL | 248º | 0.82% | 0.53% | - |
| HSV(B) | 248º | 0.84% | 0.91% | - |
| XYZ | 17.52 | 8.36 | 77.78 | - |
| YUV | 68 | 221.11 | 125.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 38 | 233 | 0.73 | 0.84 | 0 | 0.09 | 248 | 0.82 | 0.53 |
| Hex | 40 | 26 | E9 | 49 | 54 | 0 | 9 | F8 | 52 | 35 |
| Octal | 100 | 46 | 351 | 111 | 124 | 0 | 11 | 370 | 122 | 65 |
| Binary | 1000000 | 100110 | 11101001 | 1001001 | 1010100 | 0 | 1001 | 11111000 | 1010010 | 110101 |
Color Harmonies of #4026E9
Complementary color
Monochromatic Colors of #4026E9
Black with #4026E9
Text Example
Text Example
White with #4026E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4026E9; }
p { color: rgb(64,38,233); }
H1.HeaderClassName
{
color: #4026E9;
}
.AnyTagClassName
{
color: #4026E9;
}
</style>
background-color css
<style>
a { background-color: #4026E9; }
a { background-color: rgb(64,38,233); }
div.DivClassName
{
background-color: #4026E9;
}
.BgClassName
{
background-color: #4026E9;
}
</style>
border-color css
<style>
span { border-color: #4026E9; }
span { border-color: rgb(64,38,233); }
td.TdClassName
{
border-color: #4026E9;
}
.TagClassName
{
border-color: #4026E9;
}
</style>