Shades of Han Purple #400CEC
Tints of Han Purple #400CEC
RGB
CMYK
RGB Variations
Color information
#400CEC (or 0x400CEC) is known color: Han Purple. HEX triplet: 40, 0C and EC. RGB value is (64,12,236). Sum of RGB (Red+Green+Blue) = 64+12+236=312 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.51% from 312); Green value is 12 (5.08% from 255 or 3.85% from 312); Blue value is 236 (92.58% from 255 or 75.64% from 312); Max value from RGB is 236 - color contains mainly: blue. Hex color #400CEC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #400CEC is #BFF313. Grayscale: #343434. Windows color (decimal): -12579604 or 15469632. OLE color: 15469632.
HSL color Cylindrical-coordinate representation of color #400CEC: hue angle of 253.93º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #400CEC is Cyan = 0.73, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 12 | 236 | - |
| CMYK | 0.73 | 0.95 | 0 | 0.07 |
| HSL | 253.93º | 0.9% | 0.49% | - |
| HSV(B) | 253.93º | 0.95% | 0.93% | - |
| XYZ | 17.39 | 7.41 | 79.87 | - |
| YUV | 53.08 | 231.23 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 12 | 236 | 0.73 | 0.95 | 0 | 0.07 | 253.93 | 0.9 | 0.49 |
| Hex | 40 | C | EC | 49 | 5F | 0 | 7 | FE | 5A | 31 |
| Octal | 100 | 14 | 354 | 111 | 137 | 0 | 7 | 376 | 132 | 61 |
| Binary | 1000000 | 1100 | 11101100 | 1001001 | 1011111 | 0 | 111 | 11111110 | 1011010 | 110001 |
Color Harmonies of #400CEC
Complementary color
Monochromatic Colors of #400CEC
Black with #400CEC
Text Example
Text Example
White with #400CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400CEC; }
p { color: rgb(64,12,236); }
H1.HeaderClassName
{
color: #400CEC;
}
.AnyTagClassName
{
color: #400CEC;
}
</style>
background-color css
<style>
a { background-color: #400CEC; }
a { background-color: rgb(64,12,236); }
div.DivClassName
{
background-color: #400CEC;
}
.BgClassName
{
background-color: #400CEC;
}
</style>
border-color css
<style>
span { border-color: #400CEC; }
span { border-color: rgb(64,12,236); }
td.TdClassName
{
border-color: #400CEC;
}
.TagClassName
{
border-color: #400CEC;
}
</style>