Shades of Han Purple #3E2AE0
Tints of Han Purple #3E2AE0
RGB
CMYK
RGB Variations
Color information
#3E2AE0 (or 0x3E2AE0) is known color: Han Purple. HEX triplet: 3E, 2A and E0. RGB value is (62,42,224). Sum of RGB (Red+Green+Blue) = 62+42+224=328 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.90% from 328); Green value is 42 (16.80% from 255 or 12.80% from 328); Blue value is 224 (87.89% from 255 or 68.29% from 328); Max value from RGB is 224 - color contains mainly: blue. Hex color #3E2AE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E2AE0 is #C1D51F. Grayscale: #444444. Windows color (decimal): -12703008 or 14690878. OLE color: 14690878.
HSL color Cylindrical-coordinate representation of color #3E2AE0: hue angle of 246.59º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3E2AE0 is Cyan = 0.72, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 62 | 42 | 224 | - |
| CMYK | 0.72 | 0.81 | 0 | 0.12 |
| HSL | 246.59º | 0.75% | 0.52% | - |
| HSV(B) | 246.59º | 0.81% | 0.88% | - |
| XYZ | 16.27 | 8.06 | 71.22 | - |
| YUV | 68.73 | 215.63 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 42 | 224 | 0.72 | 0.81 | 0 | 0.12 | 246.59 | 0.75 | 0.52 |
| Hex | 3E | 2A | E0 | 48 | 51 | 0 | C | F7 | 4B | 34 |
| Octal | 76 | 52 | 340 | 110 | 121 | 0 | 14 | 367 | 113 | 64 |
| Binary | 111110 | 101010 | 11100000 | 1001000 | 1010001 | 0 | 1100 | 11110111 | 1001011 | 110100 |
Color Harmonies of #3E2AE0
Complementary color
Monochromatic Colors of #3E2AE0
Black with #3E2AE0
Text Example
Text Example
White with #3E2AE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2AE0; }
p { color: rgb(62,42,224); }
H1.HeaderClassName
{
color: #3E2AE0;
}
.AnyTagClassName
{
color: #3E2AE0;
}
</style>
background-color css
<style>
a { background-color: #3E2AE0; }
a { background-color: rgb(62,42,224); }
div.DivClassName
{
background-color: #3E2AE0;
}
.BgClassName
{
background-color: #3E2AE0;
}
</style>
border-color css
<style>
span { border-color: #3E2AE0; }
span { border-color: rgb(62,42,224); }
td.TdClassName
{
border-color: #3E2AE0;
}
.TagClassName
{
border-color: #3E2AE0;
}
</style>