Shades of Han Purple #4010E1
Tints of Han Purple #4010E1
RGB
CMYK
RGB Variations
Color information
#4010E1 (or 0x4010E1) is known color: Han Purple. HEX triplet: 40, 10 and E1. RGB value is (64,16,225). Sum of RGB (Red+Green+Blue) = 64+16+225=305 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.98% from 305); Green value is 16 (6.64% from 255 or 5.25% from 305); Blue value is 225 (88.28% from 255 or 73.77% from 305); Max value from RGB is 225 - color contains mainly: blue. Hex color #4010E1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4010E1 is #BFEF1E. Grayscale: #353535. Windows color (decimal): -12578591 or 14749760. OLE color: 14749760.
HSL color Cylindrical-coordinate representation of color #4010E1: hue angle of 253.78º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4010E1 is Cyan = 0.72, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 64 | 16 | 225 | - |
| CMYK | 0.72 | 0.93 | 0 | 0.12 |
| HSL | 253.78º | 0.87% | 0.47% | - |
| HSV(B) | 253.78º | 0.93% | 0.88% | - |
| XYZ | 15.89 | 6.9 | 71.73 | - |
| YUV | 54.18 | 224.4 | 135.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 16 | 225 | 0.72 | 0.93 | 0 | 0.12 | 253.78 | 0.87 | 0.47 |
| Hex | 40 | 10 | E1 | 48 | 5D | 0 | C | FE | 57 | 2F |
| Octal | 100 | 20 | 341 | 110 | 135 | 0 | 14 | 376 | 127 | 57 |
| Binary | 1000000 | 10000 | 11100001 | 1001000 | 1011101 | 0 | 1100 | 11111110 | 1010111 | 101111 |
Color Harmonies of #4010E1
Complementary color
Monochromatic Colors of #4010E1
Black with #4010E1
Text Example
Text Example
White with #4010E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4010E1; }
p { color: rgb(64,16,225); }
H1.HeaderClassName
{
color: #4010E1;
}
.AnyTagClassName
{
color: #4010E1;
}
</style>
background-color css
<style>
a { background-color: #4010E1; }
a { background-color: rgb(64,16,225); }
div.DivClassName
{
background-color: #4010E1;
}
.BgClassName
{
background-color: #4010E1;
}
</style>
border-color css
<style>
span { border-color: #4010E1; }
span { border-color: rgb(64,16,225); }
td.TdClassName
{
border-color: #4010E1;
}
.TagClassName
{
border-color: #4010E1;
}
</style>