Shades of Jagger #3E1E50
Tints of Jagger #3E1E50
RGB
CMYK
RGB Variations
Color information
#3E1E50 (or 0x3E1E50) is known color: Jagger. HEX triplet: 3E, 1E and 50. RGB value is (62,30,80). Sum of RGB (Red+Green+Blue) = 62+30+80=172 (22% of max value = 765). Red value is 62 (24.61% from 255 or 36.05% from 172); Green value is 30 (12.11% from 255 or 17.44% from 172); Blue value is 80 (31.64% from 255 or 46.51% from 172); Max value from RGB is 80 - color contains mainly: blue. Hex color #3E1E50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E1E50 is #C1E1AF. Grayscale: #2D2D2D. Windows color (decimal): -12706224 or 5250622. OLE color: 5250622.
HSL color Cylindrical-coordinate representation of color #3E1E50: hue angle of 278.4º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3E1E50 is Cyan = 0.22, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 62 | 30 | 80 | - |
| CMYK | 0.22 | 0.62 | 0 | 0.69 |
| HSL | 278.4º | 0.45% | 0.22% | - |
| HSV(B) | 278.4º | 0.63% | 0.31% | - |
| XYZ | 3.9 | 2.53 | 7.87 | - |
| YUV | 45.27 | 147.6 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 30 | 80 | 0.22 | 0.62 | 0 | 0.69 | 278.4 | 0.45 | 0.22 |
| Hex | 3E | 1E | 50 | 16 | 3E | 0 | 45 | 116 | 2D | 16 |
| Octal | 76 | 36 | 120 | 26 | 76 | 0 | 105 | 426 | 55 | 26 |
| Binary | 111110 | 11110 | 1010000 | 10110 | 111110 | 0 | 1000101 | 100010110 | 101101 | 10110 |
Color Harmonies of #3E1E50
Complementary color
Monochromatic Colors of #3E1E50
Black with #3E1E50
Text Example
Text Example
White with #3E1E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1E50; }
p { color: rgb(62,30,80); }
H1.HeaderClassName
{
color: #3E1E50;
}
.AnyTagClassName
{
color: #3E1E50;
}
</style>
background-color css
<style>
a { background-color: #3E1E50; }
a { background-color: rgb(62,30,80); }
div.DivClassName
{
background-color: #3E1E50;
}
.BgClassName
{
background-color: #3E1E50;
}
</style>
border-color css
<style>
span { border-color: #3E1E50; }
span { border-color: rgb(62,30,80); }
td.TdClassName
{
border-color: #3E1E50;
}
.TagClassName
{
border-color: #3E1E50;
}
</style>