Shades of Han Purple #400EF0
Tints of Han Purple #400EF0
RGB
CMYK
RGB Variations
Color information
#400EF0 (or 0x400EF0) is known color: Han Purple. HEX triplet: 40, 0E and F0. RGB value is (64,14,240). Sum of RGB (Red+Green+Blue) = 64+14+240=318 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20.13% from 318); Green value is 14 (5.86% from 255 or 4.40% from 318); Blue value is 240 (94.14% from 255 or 75.47% from 318); Max value from RGB is 240 - color contains mainly: blue. Hex color #400EF0 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #400EF0 is #BFF10F. Grayscale: #353535. Windows color (decimal): -12579088 or 15732288. OLE color: 15732288.
HSL color Cylindrical-coordinate representation of color #400EF0: hue angle of 253.27º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #400EF0 is Cyan = 0.73, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 64 | 14 | 240 | - |
| CMYK | 0.73 | 0.94 | 0 | 0.06 |
| HSL | 253.27º | 0.89% | 0.5% | - |
| HSV(B) | 253.27º | 0.94% | 0.94% | - |
| XYZ | 18 | 7.7 | 82.97 | - |
| YUV | 54.71 | 232.57 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 14 | 240 | 0.73 | 0.94 | 0 | 0.06 | 253.27 | 0.89 | 0.5 |
| Hex | 40 | E | F0 | 49 | 5E | 0 | 6 | FD | 59 | 32 |
| Octal | 100 | 16 | 360 | 111 | 136 | 0 | 6 | 375 | 131 | 62 |
| Binary | 1000000 | 1110 | 11110000 | 1001001 | 1011110 | 0 | 110 | 11111101 | 1011001 | 110010 |
Color Harmonies of #400EF0
Complementary color
Monochromatic Colors of #400EF0
Black with #400EF0
Text Example
Text Example
White with #400EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400EF0; }
p { color: rgb(64,14,240); }
H1.HeaderClassName
{
color: #400EF0;
}
.AnyTagClassName
{
color: #400EF0;
}
</style>
background-color css
<style>
a { background-color: #400EF0; }
a { background-color: rgb(64,14,240); }
div.DivClassName
{
background-color: #400EF0;
}
.BgClassName
{
background-color: #400EF0;
}
</style>
border-color css
<style>
span { border-color: #400EF0; }
span { border-color: rgb(64,14,240); }
td.TdClassName
{
border-color: #400EF0;
}
.TagClassName
{
border-color: #400EF0;
}
</style>