Shades of Han Purple #402CEE
Tints of Han Purple #402CEE
RGB
CMYK
RGB Variations
Color information
#402CEE (or 0x402CEE) is known color: Han Purple. HEX triplet: 40, 2C and EE. RGB value is (64,44,238). Sum of RGB (Red+Green+Blue) = 64+44+238=346 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.50% from 346); Green value is 44 (17.58% from 255 or 12.72% from 346); Blue value is 238 (93.36% from 255 or 68.79% from 346); Max value from RGB is 238 - color contains mainly: blue. Hex color #402CEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #402CEE is #BFD311. Grayscale: #474747. Windows color (decimal): -12571410 or 15608896. OLE color: 15608896.
HSL color Cylindrical-coordinate representation of color #402CEE: hue angle of 246.19º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #402CEE is Cyan = 0.73, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 44 | 238 | - |
| CMYK | 0.73 | 0.82 | 0 | 0.07 |
| HSL | 246.19º | 0.85% | 0.55% | - |
| HSV(B) | 246.19º | 0.82% | 0.93% | - |
| XYZ | 18.45 | 9.06 | 81.67 | - |
| YUV | 72.1 | 221.63 | 122.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 44 | 238 | 0.73 | 0.82 | 0 | 0.07 | 246.19 | 0.85 | 0.55 |
| Hex | 40 | 2C | EE | 49 | 52 | 0 | 7 | F6 | 55 | 37 |
| Octal | 100 | 54 | 356 | 111 | 122 | 0 | 7 | 366 | 125 | 67 |
| Binary | 1000000 | 101100 | 11101110 | 1001001 | 1010010 | 0 | 111 | 11110110 | 1010101 | 110111 |
Color Harmonies of #402CEE
Complementary color
Monochromatic Colors of #402CEE
Black with #402CEE
Text Example
Text Example
White with #402CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402CEE; }
p { color: rgb(64,44,238); }
H1.HeaderClassName
{
color: #402CEE;
}
.AnyTagClassName
{
color: #402CEE;
}
</style>
background-color css
<style>
a { background-color: #402CEE; }
a { background-color: rgb(64,44,238); }
div.DivClassName
{
background-color: #402CEE;
}
.BgClassName
{
background-color: #402CEE;
}
</style>
border-color css
<style>
span { border-color: #402CEE; }
span { border-color: rgb(64,44,238); }
td.TdClassName
{
border-color: #402CEE;
}
.TagClassName
{
border-color: #402CEE;
}
</style>