Shades of Han Purple #400EFC
Tints of Han Purple #400EFC
RGB
CMYK
RGB Variations
Color information
#400EFC (or 0x400EFC) is known color: Han Purple. HEX triplet: 40, 0E and FC. RGB value is (64,14,252). Sum of RGB (Red+Green+Blue) = 64+14+252=330 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.39% from 330); Green value is 14 (5.86% from 255 or 4.24% from 330); Blue value is 252 (98.83% from 255 or 76.36% from 330); Max value from RGB is 252 - color contains mainly: blue. Hex color #400EFC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #400EFC is #BFF103. Grayscale: #373737. Windows color (decimal): -12579076 or 16518720. OLE color: 16518720.
HSL color Cylindrical-coordinate representation of color #400EFC: hue angle of 252.61º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #400EFC is Cyan = 0.75, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 64 | 14 | 252 | - |
| CMYK | 0.75 | 0.94 | 0 | 0.01 |
| HSL | 252.61º | 0.98% | 0.52% | - |
| HSV(B) | 252.61º | 0.94% | 0.99% | - |
| XYZ | 19.84 | 8.43 | 92.68 | - |
| YUV | 56.08 | 238.57 | 133.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 14 | 252 | 0.75 | 0.94 | 0 | 0.01 | 252.61 | 0.98 | 0.52 |
| Hex | 40 | E | FC | 4B | 5E | 0 | 1 | FD | 62 | 34 |
| Octal | 100 | 16 | 374 | 113 | 136 | 0 | 1 | 375 | 142 | 64 |
| Binary | 1000000 | 1110 | 11111100 | 1001011 | 1011110 | 0 | 1 | 11111101 | 1100010 | 110100 |
Color Harmonies of #400EFC
Complementary color
Monochromatic Colors of #400EFC
Black with #400EFC
Text Example
Text Example
White with #400EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400EFC; }
p { color: rgb(64,14,252); }
H1.HeaderClassName
{
color: #400EFC;
}
.AnyTagClassName
{
color: #400EFC;
}
</style>
background-color css
<style>
a { background-color: #400EFC; }
a { background-color: rgb(64,14,252); }
div.DivClassName
{
background-color: #400EFC;
}
.BgClassName
{
background-color: #400EFC;
}
</style>
border-color css
<style>
span { border-color: #400EFC; }
span { border-color: rgb(64,14,252); }
td.TdClassName
{
border-color: #400EFC;
}
.TagClassName
{
border-color: #400EFC;
}
</style>