Shades of Han Purple #3E1EEE
Tints of Han Purple #3E1EEE
RGB
CMYK
RGB Variations
Color information
#3E1EEE (or 0x3E1EEE) is known color: Han Purple. HEX triplet: 3E, 1E and EE. RGB value is (62,30,238). Sum of RGB (Red+Green+Blue) = 62+30+238=330 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.79% from 330); Green value is 30 (12.11% from 255 or 9.09% from 330); Blue value is 238 (93.36% from 255 or 72.12% from 330); Max value from RGB is 238 - color contains mainly: blue. Hex color #3E1EEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3E1EEE is #C1E111. Grayscale: #3E3E3E. Windows color (decimal): -12706066 or 15605310. OLE color: 15605310.
HSL color Cylindrical-coordinate representation of color #3E1EEE: hue angle of 249.23º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3E1EEE is Cyan = 0.74, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 62 | 30 | 238 | - |
| CMYK | 0.74 | 0.87 | 0 | 0.07 |
| HSL | 249.23º | 0.86% | 0.53% | - |
| HSV(B) | 249.23º | 0.87% | 0.93% | - |
| XYZ | 17.88 | 8.13 | 81.51 | - |
| YUV | 63.28 | 226.6 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 30 | 238 | 0.74 | 0.87 | 0 | 0.07 | 249.23 | 0.86 | 0.53 |
| Hex | 3E | 1E | EE | 4A | 57 | 0 | 7 | F9 | 56 | 35 |
| Octal | 76 | 36 | 356 | 112 | 127 | 0 | 7 | 371 | 126 | 65 |
| Binary | 111110 | 11110 | 11101110 | 1001010 | 1010111 | 0 | 111 | 11111001 | 1010110 | 110101 |
Color Harmonies of #3E1EEE
Complementary color
Monochromatic Colors of #3E1EEE
Black with #3E1EEE
Text Example
Text Example
White with #3E1EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1EEE; }
p { color: rgb(62,30,238); }
H1.HeaderClassName
{
color: #3E1EEE;
}
.AnyTagClassName
{
color: #3E1EEE;
}
</style>
background-color css
<style>
a { background-color: #3E1EEE; }
a { background-color: rgb(62,30,238); }
div.DivClassName
{
background-color: #3E1EEE;
}
.BgClassName
{
background-color: #3E1EEE;
}
</style>
border-color css
<style>
span { border-color: #3E1EEE; }
span { border-color: rgb(62,30,238); }
td.TdClassName
{
border-color: #3E1EEE;
}
.TagClassName
{
border-color: #3E1EEE;
}
</style>