Shades of Han Purple #401DEE
Tints of Han Purple #401DEE
RGB
CMYK
RGB Variations
Color information
#401DEE (or 0x401DEE) is known color: Han Purple. HEX triplet: 40, 1D and EE. RGB value is (64,29,238). Sum of RGB (Red+Green+Blue) = 64+29+238=331 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.34% from 331); Green value is 29 (11.72% from 255 or 8.76% from 331); Blue value is 238 (93.36% from 255 or 71.90% from 331); Max value from RGB is 238 - color contains mainly: blue. Hex color #401DEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #401DEE is #BFE211. Grayscale: #3E3E3E. Windows color (decimal): -12575250 or 15605056. OLE color: 15605056.
HSL color Cylindrical-coordinate representation of color #401DEE: hue angle of 250.05º degrees, saturation: 0.86, 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 #401DEE is Cyan = 0.73, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 29 | 238 | - |
| CMYK | 0.73 | 0.88 | 0 | 0.07 |
| HSL | 250.05º | 0.86% | 0.52% | - |
| HSV(B) | 250.05º | 0.88% | 0.93% | - |
| XYZ | 17.99 | 8.14 | 81.51 | - |
| YUV | 63.29 | 226.6 | 128.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 29 | 238 | 0.73 | 0.88 | 0 | 0.07 | 250.05 | 0.86 | 0.52 |
| Hex | 40 | 1D | EE | 49 | 58 | 0 | 7 | FA | 56 | 34 |
| Octal | 100 | 35 | 356 | 111 | 130 | 0 | 7 | 372 | 126 | 64 |
| Binary | 1000000 | 11101 | 11101110 | 1001001 | 1011000 | 0 | 111 | 11111010 | 1010110 | 110100 |
Color Harmonies of #401DEE
Complementary color
Monochromatic Colors of #401DEE
Black with #401DEE
Text Example
Text Example
White with #401DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401DEE; }
p { color: rgb(64,29,238); }
H1.HeaderClassName
{
color: #401DEE;
}
.AnyTagClassName
{
color: #401DEE;
}
</style>
background-color css
<style>
a { background-color: #401DEE; }
a { background-color: rgb(64,29,238); }
div.DivClassName
{
background-color: #401DEE;
}
.BgClassName
{
background-color: #401DEE;
}
</style>
border-color css
<style>
span { border-color: #401DEE; }
span { border-color: rgb(64,29,238); }
td.TdClassName
{
border-color: #401DEE;
}
.TagClassName
{
border-color: #401DEE;
}
</style>