Shades of Han Purple #3E2ADE
Tints of Han Purple #3E2ADE
RGB
CMYK
RGB Variations
Color information
#3E2ADE (or 0x3E2ADE) is known color: Han Purple. HEX triplet: 3E, 2A and DE. RGB value is (62,42,222). Sum of RGB (Red+Green+Blue) = 62+42+222=326 (43% of max value = 765). Red value is 62 (24.61% from 255 or 19.02% from 326); Green value is 42 (16.80% from 255 or 12.88% from 326); Blue value is 222 (87.11% from 255 or 68.10% from 326); Max value from RGB is 222 - color contains mainly: blue. Hex color #3E2ADE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E2ADE is #C1D521. Grayscale: #434343. Windows color (decimal): -12703010 or 14559806. OLE color: 14559806.
HSL color Cylindrical-coordinate representation of color #3E2ADE: hue angle of 246.67º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3E2ADE is Cyan = 0.72, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 62 | 42 | 222 | - |
| CMYK | 0.72 | 0.81 | 0 | 0.13 |
| HSL | 246.67º | 0.73% | 0.52% | - |
| HSV(B) | 246.67º | 0.81% | 0.87% | - |
| XYZ | 16 | 7.95 | 69.8 | - |
| YUV | 68.5 | 214.63 | 123.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 42 | 222 | 0.72 | 0.81 | 0 | 0.13 | 246.67 | 0.73 | 0.52 |
| Hex | 3E | 2A | DE | 48 | 51 | 0 | D | F7 | 49 | 34 |
| Octal | 76 | 52 | 336 | 110 | 121 | 0 | 15 | 367 | 111 | 64 |
| Binary | 111110 | 101010 | 11011110 | 1001000 | 1010001 | 0 | 1101 | 11110111 | 1001001 | 110100 |
Color Harmonies of #3E2ADE
Complementary color
Monochromatic Colors of #3E2ADE
Black with #3E2ADE
Text Example
Text Example
White with #3E2ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2ADE; }
p { color: rgb(62,42,222); }
H1.HeaderClassName
{
color: #3E2ADE;
}
.AnyTagClassName
{
color: #3E2ADE;
}
</style>
background-color css
<style>
a { background-color: #3E2ADE; }
a { background-color: rgb(62,42,222); }
div.DivClassName
{
background-color: #3E2ADE;
}
.BgClassName
{
background-color: #3E2ADE;
}
</style>
border-color css
<style>
span { border-color: #3E2ADE; }
span { border-color: rgb(62,42,222); }
td.TdClassName
{
border-color: #3E2ADE;
}
.TagClassName
{
border-color: #3E2ADE;
}
</style>