Shades of Han Purple #4022EB
Tints of Han Purple #4022EB
RGB
CMYK
RGB Variations
Color information
#4022EB (or 0x4022EB) is known color: Han Purple. HEX triplet: 40, 22 and EB. RGB value is (64,34,235). Sum of RGB (Red+Green+Blue) = 64+34+235=333 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.22% from 333); Green value is 34 (13.67% from 255 or 10.21% from 333); Blue value is 235 (92.19% from 255 or 70.57% from 333); Max value from RGB is 235 - color contains mainly: blue. Hex color #4022EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4022EB is #BFDD14. Grayscale: #414141. Windows color (decimal): -12573973 or 15409728. OLE color: 15409728.
HSL color Cylindrical-coordinate representation of color #4022EB: hue angle of 248.96º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4022EB is Cyan = 0.73, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 64 | 34 | 235 | - |
| CMYK | 0.73 | 0.86 | 0 | 0.08 |
| HSL | 248.96º | 0.83% | 0.53% | - |
| HSV(B) | 248.96º | 0.86% | 0.92% | - |
| XYZ | 17.68 | 8.23 | 79.25 | - |
| YUV | 65.88 | 223.44 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 34 | 235 | 0.73 | 0.86 | 0 | 0.08 | 248.96 | 0.83 | 0.53 |
| Hex | 40 | 22 | EB | 49 | 56 | 0 | 8 | F9 | 53 | 35 |
| Octal | 100 | 42 | 353 | 111 | 126 | 0 | 10 | 371 | 123 | 65 |
| Binary | 1000000 | 100010 | 11101011 | 1001001 | 1010110 | 0 | 1000 | 11111001 | 1010011 | 110101 |
Color Harmonies of #4022EB
Complementary color
Monochromatic Colors of #4022EB
Black with #4022EB
Text Example
Text Example
White with #4022EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4022EB; }
p { color: rgb(64,34,235); }
H1.HeaderClassName
{
color: #4022EB;
}
.AnyTagClassName
{
color: #4022EB;
}
</style>
background-color css
<style>
a { background-color: #4022EB; }
a { background-color: rgb(64,34,235); }
div.DivClassName
{
background-color: #4022EB;
}
.BgClassName
{
background-color: #4022EB;
}
</style>
border-color css
<style>
span { border-color: #4022EB; }
span { border-color: rgb(64,34,235); }
td.TdClassName
{
border-color: #4022EB;
}
.TagClassName
{
border-color: #4022EB;
}
</style>