Shades of Han Purple #400EFF
Tints of Han Purple #400EFF
RGB
CMYK
RGB Variations
Color information
#400EFF (or 0x400EFF) is known color: Han Purple. HEX triplet: 40, 0E and FF. RGB value is (64,14,255). Sum of RGB (Red+Green+Blue) = 64+14+255=333 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.22% from 333); Green value is 14 (5.86% from 255 or 4.20% from 333); Blue value is 255 (100% from 255 or 76.58% from 333); Max value from RGB is 255 - color contains mainly: blue. Hex color #400EFF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #400EFF is #BFF100. Grayscale: #373737. Windows color (decimal): -12579073 or 16715328. OLE color: 16715328.
HSL color Cylindrical-coordinate representation of color #400EFF: hue angle of 252.45º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #400EFF is Cyan = 0.75, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 64 | 14 | 255 | - |
| CMYK | 0.75 | 0.95 | 0 | 0 |
| HSL | 252.45º | 1% | 0.53% | - |
| HSV(B) | 252.45º | 0.95% | 1% | - |
| XYZ | 20.32 | 8.62 | 95.2 | - |
| YUV | 56.42 | 240.07 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 14 | 255 | 0.75 | 0.95 | 0 | 0 | 252.45 | 1 | 0.53 |
| Hex | 40 | E | FF | 4B | 5F | 0 | 0 | FC | 64 | 35 |
| Octal | 100 | 16 | 377 | 113 | 137 | 0 | 0 | 374 | 144 | 65 |
| Binary | 1000000 | 1110 | 11111111 | 1001011 | 1011111 | 0 | 0 | 11111100 | 1100100 | 110101 |
Color Harmonies of #400EFF
Complementary color
Monochromatic Colors of #400EFF
Black with #400EFF
Text Example
Text Example
White with #400EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400EFF; }
p { color: rgb(64,14,255); }
H1.HeaderClassName
{
color: #400EFF;
}
.AnyTagClassName
{
color: #400EFF;
}
</style>
background-color css
<style>
a { background-color: #400EFF; }
a { background-color: rgb(64,14,255); }
div.DivClassName
{
background-color: #400EFF;
}
.BgClassName
{
background-color: #400EFF;
}
</style>
border-color css
<style>
span { border-color: #400EFF; }
span { border-color: rgb(64,14,255); }
td.TdClassName
{
border-color: #400EFF;
}
.TagClassName
{
border-color: #400EFF;
}
</style>