Shades of Han Purple #4023EB
Tints of Han Purple #4023EB
RGB
CMYK
RGB Variations
Color information
#4023EB (or 0x4023EB) is known color: Han Purple. HEX triplet: 40, 23 and EB. RGB value is (64,35,235). Sum of RGB (Red+Green+Blue) = 64+35+235=334 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.16% from 334); Green value is 35 (14.06% from 255 or 10.48% from 334); Blue value is 235 (92.19% from 255 or 70.36% from 334); Max value from RGB is 235 - color contains mainly: blue. Hex color #4023EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4023EB is #BFDC14. Grayscale: #414141. Windows color (decimal): -12573717 or 15409984. OLE color: 15409984.
HSL color Cylindrical-coordinate representation of color #4023EB: hue angle of 248.7º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4023EB is Cyan = 0.73, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 64 | 35 | 235 | - |
| CMYK | 0.73 | 0.85 | 0 | 0.08 |
| HSL | 248.7º | 0.83% | 0.53% | - |
| HSV(B) | 248.7º | 0.85% | 0.92% | - |
| XYZ | 17.71 | 8.29 | 79.26 | - |
| YUV | 66.47 | 223.11 | 126.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 35 | 235 | 0.73 | 0.85 | 0 | 0.08 | 248.7 | 0.83 | 0.53 |
| Hex | 40 | 23 | EB | 49 | 55 | 0 | 8 | F9 | 53 | 35 |
| Octal | 100 | 43 | 353 | 111 | 125 | 0 | 10 | 371 | 123 | 65 |
| Binary | 1000000 | 100011 | 11101011 | 1001001 | 1010101 | 0 | 1000 | 11111001 | 1010011 | 110101 |
Color Harmonies of #4023EB
Complementary color
Monochromatic Colors of #4023EB
Black with #4023EB
Text Example
Text Example
White with #4023EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4023EB; }
p { color: rgb(64,35,235); }
H1.HeaderClassName
{
color: #4023EB;
}
.AnyTagClassName
{
color: #4023EB;
}
</style>
background-color css
<style>
a { background-color: #4023EB; }
a { background-color: rgb(64,35,235); }
div.DivClassName
{
background-color: #4023EB;
}
.BgClassName
{
background-color: #4023EB;
}
</style>
border-color css
<style>
span { border-color: #4023EB; }
span { border-color: rgb(64,35,235); }
td.TdClassName
{
border-color: #4023EB;
}
.TagClassName
{
border-color: #4023EB;
}
</style>