Shades of Han Purple #402CEB
Tints of Han Purple #402CEB
RGB
CMYK
RGB Variations
Color information
#402CEB (or 0x402CEB) is known color: Han Purple. HEX triplet: 40, 2C and EB. RGB value is (64,44,235). Sum of RGB (Red+Green+Blue) = 64+44+235=343 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.66% from 343); Green value is 44 (17.58% from 255 or 12.83% from 343); Blue value is 235 (92.19% from 255 or 68.51% from 343); Max value from RGB is 235 - color contains mainly: blue. Hex color #402CEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #402CEB is #BFD314. Grayscale: #474747. Windows color (decimal): -12571413 or 15412288. OLE color: 15412288.
HSL color Cylindrical-coordinate representation of color #402CEB: hue angle of 246.28º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #402CEB is Cyan = 0.73, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 64 | 44 | 235 | - |
| CMYK | 0.73 | 0.81 | 0 | 0.08 |
| HSL | 246.28º | 0.83% | 0.55% | - |
| HSV(B) | 246.28º | 0.81% | 0.92% | - |
| XYZ | 18.01 | 8.89 | 79.36 | - |
| YUV | 71.75 | 220.13 | 122.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 44 | 235 | 0.73 | 0.81 | 0 | 0.08 | 246.28 | 0.83 | 0.55 |
| Hex | 40 | 2C | EB | 49 | 51 | 0 | 8 | F6 | 53 | 37 |
| Octal | 100 | 54 | 353 | 111 | 121 | 0 | 10 | 366 | 123 | 67 |
| Binary | 1000000 | 101100 | 11101011 | 1001001 | 1010001 | 0 | 1000 | 11110110 | 1010011 | 110111 |
Color Harmonies of #402CEB
Complementary color
Monochromatic Colors of #402CEB
Black with #402CEB
Text Example
Text Example
White with #402CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402CEB; }
p { color: rgb(64,44,235); }
H1.HeaderClassName
{
color: #402CEB;
}
.AnyTagClassName
{
color: #402CEB;
}
</style>
background-color css
<style>
a { background-color: #402CEB; }
a { background-color: rgb(64,44,235); }
div.DivClassName
{
background-color: #402CEB;
}
.BgClassName
{
background-color: #402CEB;
}
</style>
border-color css
<style>
span { border-color: #402CEB; }
span { border-color: rgb(64,44,235); }
td.TdClassName
{
border-color: #402CEB;
}
.TagClassName
{
border-color: #402CEB;
}
</style>