Shades of Han Purple #401EEB
Tints of Han Purple #401EEB
RGB
CMYK
RGB Variations
Color information
#401EEB (or 0x401EEB) is known color: Han Purple. HEX triplet: 40, 1E and EB. RGB value is (64,30,235). Sum of RGB (Red+Green+Blue) = 64+30+235=329 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.45% from 329); Green value is 30 (12.11% from 255 or 9.12% from 329); Blue value is 235 (92.19% from 255 or 71.43% from 329); Max value from RGB is 235 - color contains mainly: blue. Hex color #401EEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #401EEB is #BFE114. Grayscale: #3E3E3E. Windows color (decimal): -12574997 or 15408704. OLE color: 15408704.
HSL color Cylindrical-coordinate representation of color #401EEB: hue angle of 249.95º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #401EEB is Cyan = 0.73, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 64 | 30 | 235 | - |
| CMYK | 0.73 | 0.87 | 0 | 0.08 |
| HSL | 249.95º | 0.84% | 0.52% | - |
| HSV(B) | 249.95º | 0.87% | 0.92% | - |
| XYZ | 17.57 | 8.02 | 79.22 | - |
| YUV | 63.54 | 224.76 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 30 | 235 | 0.73 | 0.87 | 0 | 0.08 | 249.95 | 0.84 | 0.52 |
| Hex | 40 | 1E | EB | 49 | 57 | 0 | 8 | FA | 54 | 34 |
| Octal | 100 | 36 | 353 | 111 | 127 | 0 | 10 | 372 | 124 | 64 |
| Binary | 1000000 | 11110 | 11101011 | 1001001 | 1010111 | 0 | 1000 | 11111010 | 1010100 | 110100 |
Color Harmonies of #401EEB
Complementary color
Monochromatic Colors of #401EEB
Black with #401EEB
Text Example
Text Example
White with #401EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401EEB; }
p { color: rgb(64,30,235); }
H1.HeaderClassName
{
color: #401EEB;
}
.AnyTagClassName
{
color: #401EEB;
}
</style>
background-color css
<style>
a { background-color: #401EEB; }
a { background-color: rgb(64,30,235); }
div.DivClassName
{
background-color: #401EEB;
}
.BgClassName
{
background-color: #401EEB;
}
</style>
border-color css
<style>
span { border-color: #401EEB; }
span { border-color: rgb(64,30,235); }
td.TdClassName
{
border-color: #401EEB;
}
.TagClassName
{
border-color: #401EEB;
}
</style>