Shades of Han Purple #401CEC
Tints of Han Purple #401CEC
RGB
CMYK
RGB Variations
Color information
#401CEC (or 0x401CEC) is known color: Han Purple. HEX triplet: 40, 1C and EC. RGB value is (64,28,236). Sum of RGB (Red+Green+Blue) = 64+28+236=328 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.51% from 328); Green value is 28 (11.33% from 255 or 8.54% from 328); Blue value is 236 (92.58% from 255 or 71.95% from 328); Max value from RGB is 236 - color contains mainly: blue. Hex color #401CEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #401CEC is #BFE313. Grayscale: #3D3D3D. Windows color (decimal): -12575508 or 15473728. OLE color: 15473728.
HSL color Cylindrical-coordinate representation of color #401CEC: hue angle of 250.38º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #401CEC is Cyan = 0.73, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 28 | 236 | - |
| CMYK | 0.73 | 0.88 | 0 | 0.07 |
| HSL | 250.38º | 0.85% | 0.52% | - |
| HSV(B) | 250.38º | 0.88% | 0.93% | - |
| XYZ | 17.67 | 7.98 | 79.97 | - |
| YUV | 62.48 | 225.93 | 129.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 28 | 236 | 0.73 | 0.88 | 0 | 0.07 | 250.38 | 0.85 | 0.52 |
| Hex | 40 | 1C | EC | 49 | 58 | 0 | 7 | FA | 55 | 34 |
| Octal | 100 | 34 | 354 | 111 | 130 | 0 | 7 | 372 | 125 | 64 |
| Binary | 1000000 | 11100 | 11101100 | 1001001 | 1011000 | 0 | 111 | 11111010 | 1010101 | 110100 |
Color Harmonies of #401CEC
Complementary color
Monochromatic Colors of #401CEC
Black with #401CEC
Text Example
Text Example
White with #401CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401CEC; }
p { color: rgb(64,28,236); }
H1.HeaderClassName
{
color: #401CEC;
}
.AnyTagClassName
{
color: #401CEC;
}
</style>
background-color css
<style>
a { background-color: #401CEC; }
a { background-color: rgb(64,28,236); }
div.DivClassName
{
background-color: #401CEC;
}
.BgClassName
{
background-color: #401CEC;
}
</style>
border-color css
<style>
span { border-color: #401CEC; }
span { border-color: rgb(64,28,236); }
td.TdClassName
{
border-color: #401CEC;
}
.TagClassName
{
border-color: #401CEC;
}
</style>