Shades of Jagger #3E2549
Tints of Jagger #3E2549
RGB
CMYK
RGB Variations
Color information
#3E2549 (or 0x3E2549) is known color: Jagger. HEX triplet: 3E, 25 and 49. RGB value is (62,37,73). Sum of RGB (Red+Green+Blue) = 62+37+73=172 (22% of max value = 765). Red value is 62 (24.61% from 255 or 36.05% from 172); Green value is 37 (14.84% from 255 or 21.51% from 172); Blue value is 73 (28.91% from 255 or 42.44% from 172); Max value from RGB is 73 - color contains mainly: blue. Hex color #3E2549 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E2549 is #C1DAB6. Grayscale: #303030. Windows color (decimal): -12704439 or 4793662. OLE color: 4793662.
HSL color Cylindrical-coordinate representation of color #3E2549: hue angle of 281.67º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3E2549 is Cyan = 0.15, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 62 | 37 | 73 | - |
| CMYK | 0.15 | 0.49 | 0 | 0.71 |
| HSL | 281.67º | 0.33% | 0.22% | - |
| HSV(B) | 281.67º | 0.49% | 0.29% | - |
| XYZ | 3.85 | 2.83 | 6.65 | - |
| YUV | 48.58 | 141.78 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 37 | 73 | 0.15 | 0.49 | 0 | 0.71 | 281.67 | 0.33 | 0.22 |
| Hex | 3E | 25 | 49 | F | 31 | 0 | 47 | 11A | 21 | 16 |
| Octal | 76 | 45 | 111 | 17 | 61 | 0 | 107 | 432 | 41 | 26 |
| Binary | 111110 | 100101 | 1001001 | 1111 | 110001 | 0 | 1000111 | 100011010 | 100001 | 10110 |
Color Harmonies of #3E2549
Complementary color
Monochromatic Colors of #3E2549
Black with #3E2549
Text Example
Text Example
White with #3E2549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2549; }
p { color: rgb(62,37,73); }
H1.HeaderClassName
{
color: #3E2549;
}
.AnyTagClassName
{
color: #3E2549;
}
</style>
background-color css
<style>
a { background-color: #3E2549; }
a { background-color: rgb(62,37,73); }
div.DivClassName
{
background-color: #3E2549;
}
.BgClassName
{
background-color: #3E2549;
}
</style>
border-color css
<style>
span { border-color: #3E2549; }
span { border-color: rgb(62,37,73); }
td.TdClassName
{
border-color: #3E2549;
}
.TagClassName
{
border-color: #3E2549;
}
</style>