Shades of Han Purple #4013E9
Tints of Han Purple #4013E9
RGB
CMYK
RGB Variations
Color information
#4013E9 (or 0x4013E9) is known color: Han Purple. HEX triplet: 40, 13 and E9. RGB value is (64,19,233). Sum of RGB (Red+Green+Blue) = 64+19+233=316 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.25% from 316); Green value is 19 (7.81% from 255 or 6.01% from 316); Blue value is 233 (91.41% from 255 or 73.73% from 316); Max value from RGB is 233 - color contains mainly: blue. Hex color #4013E9 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4013E9 is #BFEC16. Grayscale: #383838. Windows color (decimal): -12577815 or 15274816. OLE color: 15274816.
HSL color Cylindrical-coordinate representation of color #4013E9: hue angle of 252.62º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4013E9 is Cyan = 0.73, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 64 | 19 | 233 | - |
| CMYK | 0.73 | 0.92 | 0 | 0.09 |
| HSL | 252.62º | 0.85% | 0.49% | - |
| HSV(B) | 252.62º | 0.92% | 0.91% | - |
| XYZ | 17.06 | 7.44 | 77.63 | - |
| YUV | 56.85 | 227.41 | 133.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 19 | 233 | 0.73 | 0.92 | 0 | 0.09 | 252.62 | 0.85 | 0.49 |
| Hex | 40 | 13 | E9 | 49 | 5C | 0 | 9 | FD | 55 | 31 |
| Octal | 100 | 23 | 351 | 111 | 134 | 0 | 11 | 375 | 125 | 61 |
| Binary | 1000000 | 10011 | 11101001 | 1001001 | 1011100 | 0 | 1001 | 11111101 | 1010101 | 110001 |
Color Harmonies of #4013E9
Complementary color
Monochromatic Colors of #4013E9
Black with #4013E9
Text Example
Text Example
White with #4013E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4013E9; }
p { color: rgb(64,19,233); }
H1.HeaderClassName
{
color: #4013E9;
}
.AnyTagClassName
{
color: #4013E9;
}
</style>
background-color css
<style>
a { background-color: #4013E9; }
a { background-color: rgb(64,19,233); }
div.DivClassName
{
background-color: #4013E9;
}
.BgClassName
{
background-color: #4013E9;
}
</style>
border-color css
<style>
span { border-color: #4013E9; }
span { border-color: rgb(64,19,233); }
td.TdClassName
{
border-color: #4013E9;
}
.TagClassName
{
border-color: #4013E9;
}
</style>