Shades of Han Purple #3E2EDE
Tints of Han Purple #3E2EDE
RGB
CMYK
RGB Variations
Color information
#3E2EDE (or 0x3E2EDE) is known color: Han Purple. HEX triplet: 3E, 2E and DE. RGB value is (62,46,222). Sum of RGB (Red+Green+Blue) = 62+46+222=330 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.79% from 330); Green value is 46 (18.36% from 255 or 13.94% from 330); Blue value is 222 (87.11% from 255 or 67.27% from 330); Max value from RGB is 222 - color contains mainly: blue. Hex color #3E2EDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E2EDE is #C1D121. Grayscale: #464646. Windows color (decimal): -12701986 or 14560830. OLE color: 14560830.
HSL color Cylindrical-coordinate representation of color #3E2EDE: hue angle of 245.45º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3E2EDE is Cyan = 0.72, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 62 | 46 | 222 | - |
| CMYK | 0.72 | 0.79 | 0 | 0.13 |
| HSL | 245.45º | 0.73% | 0.53% | - |
| HSV(B) | 245.45º | 0.79% | 0.87% | - |
| XYZ | 16.15 | 8.25 | 69.85 | - |
| YUV | 70.85 | 213.3 | 121.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 46 | 222 | 0.72 | 0.79 | 0 | 0.13 | 245.45 | 0.73 | 0.53 |
| Hex | 3E | 2E | DE | 48 | 4F | 0 | D | F5 | 49 | 35 |
| Octal | 76 | 56 | 336 | 110 | 117 | 0 | 15 | 365 | 111 | 65 |
| Binary | 111110 | 101110 | 11011110 | 1001000 | 1001111 | 0 | 1101 | 11110101 | 1001001 | 110101 |
Color Harmonies of #3E2EDE
Complementary color
Monochromatic Colors of #3E2EDE
Black with #3E2EDE
Text Example
Text Example
White with #3E2EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2EDE; }
p { color: rgb(62,46,222); }
H1.HeaderClassName
{
color: #3E2EDE;
}
.AnyTagClassName
{
color: #3E2EDE;
}
</style>
background-color css
<style>
a { background-color: #3E2EDE; }
a { background-color: rgb(62,46,222); }
div.DivClassName
{
background-color: #3E2EDE;
}
.BgClassName
{
background-color: #3E2EDE;
}
</style>
border-color css
<style>
span { border-color: #3E2EDE; }
span { border-color: rgb(62,46,222); }
td.TdClassName
{
border-color: #3E2EDE;
}
.TagClassName
{
border-color: #3E2EDE;
}
</style>