Shades of Han Purple #402DED
Tints of Han Purple #402DED
RGB
CMYK
RGB Variations
Color information
#402DED (or 0x402DED) is known color: Han Purple. HEX triplet: 40, 2D and ED. RGB value is (64,45,237). Sum of RGB (Red+Green+Blue) = 64+45+237=346 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.50% from 346); Green value is 45 (17.97% from 255 or 13.01% from 346); Blue value is 237 (92.97% from 255 or 68.50% from 346); Max value from RGB is 237 - color contains mainly: blue. Hex color #402DED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #402DED is #BFD212. Grayscale: #474747. Windows color (decimal): -12571155 or 15543616. OLE color: 15543616.
HSL color Cylindrical-coordinate representation of color #402DED: hue angle of 245.94º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #402DED is Cyan = 0.73, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 45 | 237 | - |
| CMYK | 0.73 | 0.81 | 0 | 0.07 |
| HSL | 245.94º | 0.84% | 0.55% | - |
| HSV(B) | 245.94º | 0.81% | 0.93% | - |
| XYZ | 18.34 | 9.08 | 80.91 | - |
| YUV | 72.57 | 220.79 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 45 | 237 | 0.73 | 0.81 | 0 | 0.07 | 245.94 | 0.84 | 0.55 |
| Hex | 40 | 2D | ED | 49 | 51 | 0 | 7 | F6 | 54 | 37 |
| Octal | 100 | 55 | 355 | 111 | 121 | 0 | 7 | 366 | 124 | 67 |
| Binary | 1000000 | 101101 | 11101101 | 1001001 | 1010001 | 0 | 111 | 11110110 | 1010100 | 110111 |
Color Harmonies of #402DED
Complementary color
Monochromatic Colors of #402DED
Black with #402DED
Text Example
Text Example
White with #402DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402DED; }
p { color: rgb(64,45,237); }
H1.HeaderClassName
{
color: #402DED;
}
.AnyTagClassName
{
color: #402DED;
}
</style>
background-color css
<style>
a { background-color: #402DED; }
a { background-color: rgb(64,45,237); }
div.DivClassName
{
background-color: #402DED;
}
.BgClassName
{
background-color: #402DED;
}
</style>
border-color css
<style>
span { border-color: #402DED; }
span { border-color: rgb(64,45,237); }
td.TdClassName
{
border-color: #402DED;
}
.TagClassName
{
border-color: #402DED;
}
</style>