Shades of Han Purple #401CEE
Tints of Han Purple #401CEE
RGB
CMYK
RGB Variations
Color information
#401CEE (or 0x401CEE) is known color: Han Purple. HEX triplet: 40, 1C and EE. RGB value is (64,28,238). Sum of RGB (Red+Green+Blue) = 64+28+238=330 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.39% from 330); Green value is 28 (11.33% from 255 or 8.48% from 330); Blue value is 238 (93.36% from 255 or 72.12% from 330); Max value from RGB is 238 - color contains mainly: blue. Hex color #401CEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #401CEE is #BFE311. Grayscale: #3D3D3D. Windows color (decimal): -12575506 or 15604800. OLE color: 15604800.
HSL color Cylindrical-coordinate representation of color #401CEE: hue angle of 250.29º 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 #401CEE is Cyan = 0.73, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 28 | 238 | - |
| CMYK | 0.73 | 0.88 | 0 | 0.07 |
| HSL | 250.29º | 0.86% | 0.52% | - |
| HSV(B) | 250.29º | 0.88% | 0.93% | - |
| XYZ | 17.96 | 8.09 | 81.5 | - |
| YUV | 62.7 | 226.93 | 128.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 28 | 238 | 0.73 | 0.88 | 0 | 0.07 | 250.29 | 0.86 | 0.52 |
| Hex | 40 | 1C | EE | 49 | 58 | 0 | 7 | FA | 56 | 34 |
| Octal | 100 | 34 | 356 | 111 | 130 | 0 | 7 | 372 | 126 | 64 |
| Binary | 1000000 | 11100 | 11101110 | 1001001 | 1011000 | 0 | 111 | 11111010 | 1010110 | 110100 |
Color Harmonies of #401CEE
Complementary color
Monochromatic Colors of #401CEE
Black with #401CEE
Text Example
Text Example
White with #401CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401CEE; }
p { color: rgb(64,28,238); }
H1.HeaderClassName
{
color: #401CEE;
}
.AnyTagClassName
{
color: #401CEE;
}
</style>
background-color css
<style>
a { background-color: #401CEE; }
a { background-color: rgb(64,28,238); }
div.DivClassName
{
background-color: #401CEE;
}
.BgClassName
{
background-color: #401CEE;
}
</style>
border-color css
<style>
span { border-color: #401CEE; }
span { border-color: rgb(64,28,238); }
td.TdClassName
{
border-color: #401CEE;
}
.TagClassName
{
border-color: #401CEE;
}
</style>