Shades of Han Purple #402EDA
Tints of Han Purple #402EDA
RGB
CMYK
RGB Variations
Color information
#402EDA (or 0x402EDA) is known color: Han Purple. HEX triplet: 40, 2E and DA. RGB value is (64,46,218). Sum of RGB (Red+Green+Blue) = 64+46+218=328 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.51% from 328); Green value is 46 (18.36% from 255 or 14.02% from 328); Blue value is 218 (85.55% from 255 or 66.46% from 328); Max value from RGB is 218 - color contains mainly: blue. Hex color #402EDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #402EDA is #BFD125. Grayscale: #464646. Windows color (decimal): -12570918 or 14298688. OLE color: 14298688.
HSL color Cylindrical-coordinate representation of color #402EDA: hue angle of 246.28º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #402EDA is Cyan = 0.71, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 64 | 46 | 218 | - |
| CMYK | 0.71 | 0.79 | 0 | 0.15 |
| HSL | 246.28º | 0.7% | 0.52% | - |
| HSV(B) | 246.28º | 0.79% | 0.85% | - |
| XYZ | 15.75 | 8.11 | 67.06 | - |
| YUV | 70.99 | 210.96 | 123.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 46 | 218 | 0.71 | 0.79 | 0 | 0.15 | 246.28 | 0.7 | 0.52 |
| Hex | 40 | 2E | DA | 47 | 4F | 0 | F | F6 | 46 | 34 |
| Octal | 100 | 56 | 332 | 107 | 117 | 0 | 17 | 366 | 106 | 64 |
| Binary | 1000000 | 101110 | 11011010 | 1000111 | 1001111 | 0 | 1111 | 11110110 | 1000110 | 110100 |
Color Harmonies of #402EDA
Complementary color
Monochromatic Colors of #402EDA
Black with #402EDA
Text Example
Text Example
White with #402EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402EDA; }
p { color: rgb(64,46,218); }
H1.HeaderClassName
{
color: #402EDA;
}
.AnyTagClassName
{
color: #402EDA;
}
</style>
background-color css
<style>
a { background-color: #402EDA; }
a { background-color: rgb(64,46,218); }
div.DivClassName
{
background-color: #402EDA;
}
.BgClassName
{
background-color: #402EDA;
}
</style>
border-color css
<style>
span { border-color: #402EDA; }
span { border-color: rgb(64,46,218); }
td.TdClassName
{
border-color: #402EDA;
}
.TagClassName
{
border-color: #402EDA;
}
</style>