Shades of Han Purple #402DEA
Tints of Han Purple #402DEA
RGB
CMYK
RGB Variations
Color information
#402DEA (or 0x402DEA) is known color: Han Purple. HEX triplet: 40, 2D and EA. RGB value is (64,45,234). Sum of RGB (Red+Green+Blue) = 64+45+234=343 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.66% from 343); Green value is 45 (17.97% from 255 or 13.12% from 343); Blue value is 234 (91.80% from 255 or 68.22% from 343); Max value from RGB is 234 - color contains mainly: blue. Hex color #402DEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #402DEA is #BFD215. Grayscale: #474747. Windows color (decimal): -12571158 or 15347008. OLE color: 15347008.
HSL color Cylindrical-coordinate representation of color #402DEA: hue angle of 246.03º degrees, saturation: 0.82, 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 #402DEA is Cyan = 0.73, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 64 | 45 | 234 | - |
| CMYK | 0.73 | 0.81 | 0 | 0.08 |
| HSL | 246.03º | 0.82% | 0.55% | - |
| HSV(B) | 246.03º | 0.81% | 0.92% | - |
| XYZ | 17.9 | 8.91 | 78.62 | - |
| YUV | 72.23 | 219.29 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 45 | 234 | 0.73 | 0.81 | 0 | 0.08 | 246.03 | 0.82 | 0.55 |
| Hex | 40 | 2D | EA | 49 | 51 | 0 | 8 | F6 | 52 | 37 |
| Octal | 100 | 55 | 352 | 111 | 121 | 0 | 10 | 366 | 122 | 67 |
| Binary | 1000000 | 101101 | 11101010 | 1001001 | 1010001 | 0 | 1000 | 11110110 | 1010010 | 110111 |
Color Harmonies of #402DEA
Complementary color
Monochromatic Colors of #402DEA
Black with #402DEA
Text Example
Text Example
White with #402DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402DEA; }
p { color: rgb(64,45,234); }
H1.HeaderClassName
{
color: #402DEA;
}
.AnyTagClassName
{
color: #402DEA;
}
</style>
background-color css
<style>
a { background-color: #402DEA; }
a { background-color: rgb(64,45,234); }
div.DivClassName
{
background-color: #402DEA;
}
.BgClassName
{
background-color: #402DEA;
}
</style>
border-color css
<style>
span { border-color: #402DEA; }
span { border-color: rgb(64,45,234); }
td.TdClassName
{
border-color: #402DEA;
}
.TagClassName
{
border-color: #402DEA;
}
</style>