Shades of Han Purple #3E2BE1
Tints of Han Purple #3E2BE1
RGB
CMYK
RGB Variations
Color information
#3E2BE1 (or 0x3E2BE1) is known color: Han Purple. HEX triplet: 3E, 2B and E1. RGB value is (62,43,225). Sum of RGB (Red+Green+Blue) = 62+43+225=330 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.79% from 330); Green value is 43 (17.19% from 255 or 13.03% from 330); Blue value is 225 (88.28% from 255 or 68.18% from 330); Max value from RGB is 225 - color contains mainly: blue. Hex color #3E2BE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E2BE1 is #C1D41E. Grayscale: #444444. Windows color (decimal): -12702751 or 14756670. OLE color: 14756670.
HSL color Cylindrical-coordinate representation of color #3E2BE1: hue angle of 246.26º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3E2BE1 is Cyan = 0.72, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 62 | 43 | 225 | - |
| CMYK | 0.72 | 0.81 | 0 | 0.12 |
| HSL | 246.26º | 0.75% | 0.53% | - |
| HSV(B) | 246.26º | 0.81% | 0.88% | - |
| XYZ | 16.44 | 8.19 | 71.95 | - |
| YUV | 69.43 | 215.79 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 43 | 225 | 0.72 | 0.81 | 0 | 0.12 | 246.26 | 0.75 | 0.53 |
| Hex | 3E | 2B | E1 | 48 | 51 | 0 | C | F6 | 4B | 35 |
| Octal | 76 | 53 | 341 | 110 | 121 | 0 | 14 | 366 | 113 | 65 |
| Binary | 111110 | 101011 | 11100001 | 1001000 | 1010001 | 0 | 1100 | 11110110 | 1001011 | 110101 |
Color Harmonies of #3E2BE1
Complementary color
Monochromatic Colors of #3E2BE1
Black with #3E2BE1
Text Example
Text Example
White with #3E2BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2BE1; }
p { color: rgb(62,43,225); }
H1.HeaderClassName
{
color: #3E2BE1;
}
.AnyTagClassName
{
color: #3E2BE1;
}
</style>
background-color css
<style>
a { background-color: #3E2BE1; }
a { background-color: rgb(62,43,225); }
div.DivClassName
{
background-color: #3E2BE1;
}
.BgClassName
{
background-color: #3E2BE1;
}
</style>
border-color css
<style>
span { border-color: #3E2BE1; }
span { border-color: rgb(62,43,225); }
td.TdClassName
{
border-color: #3E2BE1;
}
.TagClassName
{
border-color: #3E2BE1;
}
</style>