Shades of Han Purple #402EDD
Tints of Han Purple #402EDD
RGB
CMYK
RGB Variations
Color information
#402EDD (or 0x402EDD) is known color: Han Purple. HEX triplet: 40, 2E and DD. RGB value is (64,46,221). Sum of RGB (Red+Green+Blue) = 64+46+221=331 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.34% from 331); Green value is 46 (18.36% from 255 or 13.90% from 331); Blue value is 221 (86.72% from 255 or 66.77% from 331); Max value from RGB is 221 - color contains mainly: blue. Hex color #402EDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #402EDD is #BFD122. Grayscale: #464646. Windows color (decimal): -12570915 or 14495296. OLE color: 14495296.
HSL color Cylindrical-coordinate representation of color #402EDD: hue angle of 246.17º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #402EDD is Cyan = 0.71, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 64 | 46 | 221 | - |
| CMYK | 0.71 | 0.79 | 0 | 0.13 |
| HSL | 246.17º | 0.72% | 0.52% | - |
| HSV(B) | 246.17º | 0.79% | 0.87% | - |
| XYZ | 16.14 | 8.26 | 69.15 | - |
| YUV | 71.33 | 212.46 | 122.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 46 | 221 | 0.71 | 0.79 | 0 | 0.13 | 246.17 | 0.72 | 0.52 |
| Hex | 40 | 2E | DD | 47 | 4F | 0 | D | F6 | 48 | 34 |
| Octal | 100 | 56 | 335 | 107 | 117 | 0 | 15 | 366 | 110 | 64 |
| Binary | 1000000 | 101110 | 11011101 | 1000111 | 1001111 | 0 | 1101 | 11110110 | 1001000 | 110100 |
Color Harmonies of #402EDD
Complementary color
Monochromatic Colors of #402EDD
Black with #402EDD
Text Example
Text Example
White with #402EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402EDD; }
p { color: rgb(64,46,221); }
H1.HeaderClassName
{
color: #402EDD;
}
.AnyTagClassName
{
color: #402EDD;
}
</style>
background-color css
<style>
a { background-color: #402EDD; }
a { background-color: rgb(64,46,221); }
div.DivClassName
{
background-color: #402EDD;
}
.BgClassName
{
background-color: #402EDD;
}
</style>
border-color css
<style>
span { border-color: #402EDD; }
span { border-color: rgb(64,46,221); }
td.TdClassName
{
border-color: #402EDD;
}
.TagClassName
{
border-color: #402EDD;
}
</style>