Shades of Han Purple #400EF1
Tints of Han Purple #400EF1
RGB
CMYK
RGB Variations
Color information
#400EF1 (or 0x400EF1) is known color: Han Purple. HEX triplet: 40, 0E and F1. RGB value is (64,14,241). Sum of RGB (Red+Green+Blue) = 64+14+241=319 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20.06% from 319); Green value is 14 (5.86% from 255 or 4.39% from 319); Blue value is 241 (94.53% from 255 or 75.55% from 319); Max value from RGB is 241 - color contains mainly: blue. Hex color #400EF1 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #400EF1 is #BFF10E. Grayscale: #353535. Windows color (decimal): -12579087 or 15797824. OLE color: 15797824.
HSL color Cylindrical-coordinate representation of color #400EF1: hue angle of 253.22º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #400EF1 is Cyan = 0.73, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 64 | 14 | 241 | - |
| CMYK | 0.73 | 0.94 | 0 | 0.05 |
| HSL | 253.22º | 0.89% | 0.5% | - |
| HSV(B) | 253.22º | 0.94% | 0.95% | - |
| XYZ | 18.15 | 7.75 | 83.76 | - |
| YUV | 54.83 | 233.07 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 14 | 241 | 0.73 | 0.94 | 0 | 0.05 | 253.22 | 0.89 | 0.5 |
| Hex | 40 | E | F1 | 49 | 5E | 0 | 5 | FD | 59 | 32 |
| Octal | 100 | 16 | 361 | 111 | 136 | 0 | 5 | 375 | 131 | 62 |
| Binary | 1000000 | 1110 | 11110001 | 1001001 | 1011110 | 0 | 101 | 11111101 | 1011001 | 110010 |
Color Harmonies of #400EF1
Complementary color
Monochromatic Colors of #400EF1
Black with #400EF1
Text Example
Text Example
White with #400EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400EF1; }
p { color: rgb(64,14,241); }
H1.HeaderClassName
{
color: #400EF1;
}
.AnyTagClassName
{
color: #400EF1;
}
</style>
background-color css
<style>
a { background-color: #400EF1; }
a { background-color: rgb(64,14,241); }
div.DivClassName
{
background-color: #400EF1;
}
.BgClassName
{
background-color: #400EF1;
}
</style>
border-color css
<style>
span { border-color: #400EF1; }
span { border-color: rgb(64,14,241); }
td.TdClassName
{
border-color: #400EF1;
}
.TagClassName
{
border-color: #400EF1;
}
</style>