Shades of Han Purple #401DE8
Tints of Han Purple #401DE8
RGB
CMYK
RGB Variations
Color information
#401DE8 (or 0x401DE8) is known color: Han Purple. HEX triplet: 40, 1D and E8. RGB value is (64,29,232). Sum of RGB (Red+Green+Blue) = 64+29+232=325 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.69% from 325); Green value is 29 (11.72% from 255 or 8.92% from 325); Blue value is 232 (91.02% from 255 or 71.38% from 325); Max value from RGB is 232 - color contains mainly: blue. Hex color #401DE8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #401DE8 is #BFE217. Grayscale: #3D3D3D. Windows color (decimal): -12575256 or 15211840. OLE color: 15211840.
HSL color Cylindrical-coordinate representation of color #401DE8: hue angle of 250.34º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #401DE8 is Cyan = 0.72, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 64 | 29 | 232 | - |
| CMYK | 0.72 | 0.88 | 0 | 0.09 |
| HSL | 250.34º | 0.82% | 0.51% | - |
| HSV(B) | 250.34º | 0.88% | 0.91% | - |
| XYZ | 17.12 | 7.79 | 76.95 | - |
| YUV | 62.61 | 223.6 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 29 | 232 | 0.72 | 0.88 | 0 | 0.09 | 250.34 | 0.82 | 0.51 |
| Hex | 40 | 1D | E8 | 48 | 58 | 0 | 9 | FA | 52 | 33 |
| Octal | 100 | 35 | 350 | 110 | 130 | 0 | 11 | 372 | 122 | 63 |
| Binary | 1000000 | 11101 | 11101000 | 1001000 | 1011000 | 0 | 1001 | 11111010 | 1010010 | 110011 |
Color Harmonies of #401DE8
Complementary color
Monochromatic Colors of #401DE8
Black with #401DE8
Text Example
Text Example
White with #401DE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401DE8; }
p { color: rgb(64,29,232); }
H1.HeaderClassName
{
color: #401DE8;
}
.AnyTagClassName
{
color: #401DE8;
}
</style>
background-color css
<style>
a { background-color: #401DE8; }
a { background-color: rgb(64,29,232); }
div.DivClassName
{
background-color: #401DE8;
}
.BgClassName
{
background-color: #401DE8;
}
</style>
border-color css
<style>
span { border-color: #401DE8; }
span { border-color: rgb(64,29,232); }
td.TdClassName
{
border-color: #401DE8;
}
.TagClassName
{
border-color: #401DE8;
}
</style>