Shades of Han Purple #400FE9
Tints of Han Purple #400FE9
RGB
CMYK
RGB Variations
Color information
#400FE9 (or 0x400FE9) is known color: Han Purple. HEX triplet: 40, 0F and E9. RGB value is (64,15,233). Sum of RGB (Red+Green+Blue) = 64+15+233=312 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.51% from 312); Green value is 15 (6.25% from 255 or 4.81% from 312); Blue value is 233 (91.41% from 255 or 74.68% from 312); Max value from RGB is 233 - color contains mainly: blue. Hex color #400FE9 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #400FE9 is #BFF016. Grayscale: #353535. Windows color (decimal): -12578839 or 15273792. OLE color: 15273792.
HSL color Cylindrical-coordinate representation of color #400FE9: hue angle of 253.49º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #400FE9 is Cyan = 0.73, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 64 | 15 | 233 | - |
| CMYK | 0.73 | 0.94 | 0 | 0.09 |
| HSL | 253.49º | 0.88% | 0.49% | - |
| HSV(B) | 253.49º | 0.94% | 0.91% | - |
| XYZ | 16.99 | 7.31 | 77.61 | - |
| YUV | 54.5 | 228.73 | 134.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 15 | 233 | 0.73 | 0.94 | 0 | 0.09 | 253.49 | 0.88 | 0.49 |
| Hex | 40 | F | E9 | 49 | 5E | 0 | 9 | FD | 58 | 31 |
| Octal | 100 | 17 | 351 | 111 | 136 | 0 | 11 | 375 | 130 | 61 |
| Binary | 1000000 | 1111 | 11101001 | 1001001 | 1011110 | 0 | 1001 | 11111101 | 1011000 | 110001 |
Color Harmonies of #400FE9
Complementary color
Monochromatic Colors of #400FE9
Black with #400FE9
Text Example
Text Example
White with #400FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400FE9; }
p { color: rgb(64,15,233); }
H1.HeaderClassName
{
color: #400FE9;
}
.AnyTagClassName
{
color: #400FE9;
}
</style>
background-color css
<style>
a { background-color: #400FE9; }
a { background-color: rgb(64,15,233); }
div.DivClassName
{
background-color: #400FE9;
}
.BgClassName
{
background-color: #400FE9;
}
</style>
border-color css
<style>
span { border-color: #400FE9; }
span { border-color: rgb(64,15,233); }
td.TdClassName
{
border-color: #400FE9;
}
.TagClassName
{
border-color: #400FE9;
}
</style>