Shades of Han Purple #3E2EE1
Tints of Han Purple #3E2EE1
RGB
CMYK
RGB Variations
Color information
#3E2EE1 (or 0x3E2EE1) is known color: Han Purple. HEX triplet: 3E, 2E and E1. RGB value is (62,46,225). Sum of RGB (Red+Green+Blue) = 62+46+225=333 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.62% from 333); Green value is 46 (18.36% from 255 or 13.81% from 333); Blue value is 225 (88.28% from 255 or 67.57% from 333); Max value from RGB is 225 - color contains mainly: blue. Hex color #3E2EE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E2EE1 is #C1D11E. Grayscale: #464646. Windows color (decimal): -12701983 or 14757438. OLE color: 14757438.
HSL color Cylindrical-coordinate representation of color #3E2EE1: hue angle of 245.36º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3E2EE1 is Cyan = 0.72, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 62 | 46 | 225 | - |
| CMYK | 0.72 | 0.80 | 0 | 0.12 |
| HSL | 245.36º | 0.75% | 0.53% | - |
| HSV(B) | 245.36º | 0.8% | 0.88% | - |
| XYZ | 16.55 | 8.41 | 71.99 | - |
| YUV | 71.19 | 214.8 | 121.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 46 | 225 | 0.72 | 0.80 | 0 | 0.12 | 245.36 | 0.75 | 0.53 |
| Hex | 3E | 2E | E1 | 48 | 50 | 0 | C | F5 | 4B | 35 |
| Octal | 76 | 56 | 341 | 110 | 120 | 0 | 14 | 365 | 113 | 65 |
| Binary | 111110 | 101110 | 11100001 | 1001000 | 1010000 | 0 | 1100 | 11110101 | 1001011 | 110101 |
Color Harmonies of #3E2EE1
Complementary color
Monochromatic Colors of #3E2EE1
Black with #3E2EE1
Text Example
Text Example
White with #3E2EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2EE1; }
p { color: rgb(62,46,225); }
H1.HeaderClassName
{
color: #3E2EE1;
}
.AnyTagClassName
{
color: #3E2EE1;
}
</style>
background-color css
<style>
a { background-color: #3E2EE1; }
a { background-color: rgb(62,46,225); }
div.DivClassName
{
background-color: #3E2EE1;
}
.BgClassName
{
background-color: #3E2EE1;
}
</style>
border-color css
<style>
span { border-color: #3E2EE1; }
span { border-color: rgb(62,46,225); }
td.TdClassName
{
border-color: #3E2EE1;
}
.TagClassName
{
border-color: #3E2EE1;
}
</style>