Shades of Jagger #3E2850
Tints of Jagger #3E2850
RGB
CMYK
RGB Variations
Color information
#3E2850 (or 0x3E2850) is known color: Jagger. HEX triplet: 3E, 28 and 50. RGB value is (62,40,80). Sum of RGB (Red+Green+Blue) = 62+40+80=182 (24% of max value = 765). Red value is 62 (24.61% from 255 or 34.07% from 182); Green value is 40 (16.02% from 255 or 21.98% from 182); Blue value is 80 (31.64% from 255 or 43.96% from 182); Max value from RGB is 80 - color contains mainly: blue. Hex color #3E2850 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E2850 is #C1D7AF. Grayscale: #333333. Windows color (decimal): -12703664 or 5253182. OLE color: 5253182.
HSL color Cylindrical-coordinate representation of color #3E2850: hue angle of 273º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3E2850 is Cyan = 0.22, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 62 | 40 | 80 | - |
| CMYK | 0.22 | 0.5 | 0 | 0.69 |
| HSL | 273º | 0.33% | 0.24% | - |
| HSV(B) | 273º | 0.5% | 0.31% | - |
| XYZ | 4.19 | 3.12 | 7.97 | - |
| YUV | 51.14 | 144.29 | 135.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 40 | 80 | 0.22 | 0.5 | 0 | 0.69 | 273 | 0.33 | 0.24 |
| Hex | 3E | 28 | 50 | 16 | 32 | 0 | 45 | 111 | 21 | 18 |
| Octal | 76 | 50 | 120 | 26 | 62 | 0 | 105 | 421 | 41 | 30 |
| Binary | 111110 | 101000 | 1010000 | 10110 | 110010 | 0 | 1000101 | 100010001 | 100001 | 11000 |
Color Harmonies of #3E2850
Complementary color
Monochromatic Colors of #3E2850
Black with #3E2850
Text Example
Text Example
White with #3E2850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2850; }
p { color: rgb(62,40,80); }
H1.HeaderClassName
{
color: #3E2850;
}
.AnyTagClassName
{
color: #3E2850;
}
</style>
background-color css
<style>
a { background-color: #3E2850; }
a { background-color: rgb(62,40,80); }
div.DivClassName
{
background-color: #3E2850;
}
.BgClassName
{
background-color: #3E2850;
}
</style>
border-color css
<style>
span { border-color: #3E2850; }
span { border-color: rgb(62,40,80); }
td.TdClassName
{
border-color: #3E2850;
}
.TagClassName
{
border-color: #3E2850;
}
</style>