Shades of Han Purple #3E19E0
Tints of Han Purple #3E19E0
RGB
CMYK
RGB Variations
Color information
#3E19E0 (or 0x3E19E0) is known color: Han Purple. HEX triplet: 3E, 19 and E0. RGB value is (62,25,224). Sum of RGB (Red+Green+Blue) = 62+25+224=311 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.94% from 311); Green value is 25 (10.16% from 255 or 8.04% from 311); Blue value is 224 (87.89% from 255 or 72.03% from 311); Max value from RGB is 224 - color contains mainly: blue. Hex color #3E19E0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3E19E0 is #C1E61F. Grayscale: #393939. Windows color (decimal): -12707360 or 14686526. OLE color: 14686526.
HSL color Cylindrical-coordinate representation of color #3E19E0: hue angle of 251.16º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3E19E0 is Cyan = 0.72, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 62 | 25 | 224 | - |
| CMYK | 0.72 | 0.89 | 0 | 0.12 |
| HSL | 251.16º | 0.8% | 0.49% | - |
| HSV(B) | 251.16º | 0.89% | 0.88% | - |
| XYZ | 15.79 | 7.1 | 71.06 | - |
| YUV | 58.75 | 221.26 | 130.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 25 | 224 | 0.72 | 0.89 | 0 | 0.12 | 251.16 | 0.8 | 0.49 |
| Hex | 3E | 19 | E0 | 48 | 59 | 0 | C | FB | 50 | 31 |
| Octal | 76 | 31 | 340 | 110 | 131 | 0 | 14 | 373 | 120 | 61 |
| Binary | 111110 | 11001 | 11100000 | 1001000 | 1011001 | 0 | 1100 | 11111011 | 1010000 | 110001 |
Color Harmonies of #3E19E0
Complementary color
Monochromatic Colors of #3E19E0
Black with #3E19E0
Text Example
Text Example
White with #3E19E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E19E0; }
p { color: rgb(62,25,224); }
H1.HeaderClassName
{
color: #3E19E0;
}
.AnyTagClassName
{
color: #3E19E0;
}
</style>
background-color css
<style>
a { background-color: #3E19E0; }
a { background-color: rgb(62,25,224); }
div.DivClassName
{
background-color: #3E19E0;
}
.BgClassName
{
background-color: #3E19E0;
}
</style>
border-color css
<style>
span { border-color: #3E19E0; }
span { border-color: rgb(62,25,224); }
td.TdClassName
{
border-color: #3E19E0;
}
.TagClassName
{
border-color: #3E19E0;
}
</style>