Shades of Han Purple #402DEB
Tints of Han Purple #402DEB
RGB
CMYK
RGB Variations
Color information
#402DEB (or 0x402DEB) is known color: Han Purple. HEX triplet: 40, 2D and EB. RGB value is (64,45,235). Sum of RGB (Red+Green+Blue) = 64+45+235=344 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.60% from 344); Green value is 45 (17.97% from 255 or 13.08% from 344); Blue value is 235 (92.19% from 255 or 68.31% from 344); Max value from RGB is 235 - color contains mainly: blue. Hex color #402DEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #402DEB is #BFD214. Grayscale: #474747. Windows color (decimal): -12571157 or 15412544. OLE color: 15412544.
HSL color Cylindrical-coordinate representation of color #402DEB: hue angle of 246º 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 #402DEB is Cyan = 0.73, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 64 | 45 | 235 | - |
| CMYK | 0.73 | 0.81 | 0 | 0.08 |
| HSL | 246º | 0.83% | 0.55% | - |
| HSV(B) | 246º | 0.81% | 0.92% | - |
| XYZ | 18.05 | 8.96 | 79.38 | - |
| YUV | 72.34 | 219.79 | 122.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 45 | 235 | 0.73 | 0.81 | 0 | 0.08 | 246 | 0.83 | 0.55 |
| Hex | 40 | 2D | EB | 49 | 51 | 0 | 8 | F6 | 53 | 37 |
| Octal | 100 | 55 | 353 | 111 | 121 | 0 | 10 | 366 | 123 | 67 |
| Binary | 1000000 | 101101 | 11101011 | 1001001 | 1010001 | 0 | 1000 | 11110110 | 1010011 | 110111 |
Color Harmonies of #402DEB
Complementary color
Monochromatic Colors of #402DEB
Black with #402DEB
Text Example
Text Example
White with #402DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402DEB; }
p { color: rgb(64,45,235); }
H1.HeaderClassName
{
color: #402DEB;
}
.AnyTagClassName
{
color: #402DEB;
}
</style>
background-color css
<style>
a { background-color: #402DEB; }
a { background-color: rgb(64,45,235); }
div.DivClassName
{
background-color: #402DEB;
}
.BgClassName
{
background-color: #402DEB;
}
</style>
border-color css
<style>
span { border-color: #402DEB; }
span { border-color: rgb(64,45,235); }
td.TdClassName
{
border-color: #402DEB;
}
.TagClassName
{
border-color: #402DEB;
}
</style>