Shades of Jagger #3A2249
Tints of Jagger #3A2249
RGB
CMYK
RGB Variations
Color information
#3A2249 (or 0x3A2249) is known color: Jagger. HEX triplet: 3A, 22 and 49. RGB value is (58,34,73). Sum of RGB (Red+Green+Blue) = 58+34+73=165 (21% of max value = 765). Red value is 58 (23.05% from 255 or 35.15% from 165); Green value is 34 (13.67% from 255 or 20.61% from 165); Blue value is 73 (28.91% from 255 or 44.24% from 165); Max value from RGB is 73 - color contains mainly: blue. Hex color #3A2249 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2249 is #C5DDB6. Grayscale: #2D2D2D. Windows color (decimal): -12967351 or 4792890. OLE color: 4792890.
HSL color Cylindrical-coordinate representation of color #3A2249: hue angle of 276.92º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3A2249 is Cyan = 0.21, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 58 | 34 | 73 | - |
| CMYK | 0.21 | 0.53 | 0 | 0.71 |
| HSL | 276.92º | 0.36% | 0.21% | - |
| HSV(B) | 276.92º | 0.53% | 0.29% | - |
| XYZ | 3.52 | 2.52 | 6.61 | - |
| YUV | 45.62 | 143.45 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 34 | 73 | 0.21 | 0.53 | 0 | 0.71 | 276.92 | 0.36 | 0.21 |
| Hex | 3A | 22 | 49 | 15 | 35 | 0 | 47 | 115 | 24 | 15 |
| Octal | 72 | 42 | 111 | 25 | 65 | 0 | 107 | 425 | 44 | 25 |
| Binary | 111010 | 100010 | 1001001 | 10101 | 110101 | 0 | 1000111 | 100010101 | 100100 | 10101 |
Color Harmonies of #3A2249
Complementary color
Monochromatic Colors of #3A2249
Black with #3A2249
Text Example
Text Example
White with #3A2249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2249; }
p { color: rgb(58,34,73); }
H1.HeaderClassName
{
color: #3A2249;
}
.AnyTagClassName
{
color: #3A2249;
}
</style>
background-color css
<style>
a { background-color: #3A2249; }
a { background-color: rgb(58,34,73); }
div.DivClassName
{
background-color: #3A2249;
}
.BgClassName
{
background-color: #3A2249;
}
</style>
border-color css
<style>
span { border-color: #3A2249; }
span { border-color: rgb(58,34,73); }
td.TdClassName
{
border-color: #3A2249;
}
.TagClassName
{
border-color: #3A2249;
}
</style>