Shades of Jagger #3A2246
Tints of Jagger #3A2246
RGB
CMYK
RGB Variations
Color information
#3A2246 (or 0x3A2246) is known color: Jagger. HEX triplet: 3A, 22 and 46. RGB value is (58,34,70). Sum of RGB (Red+Green+Blue) = 58+34+70=162 (21% of max value = 765). Red value is 58 (23.05% from 255 or 35.80% from 162); Green value is 34 (13.67% from 255 or 20.99% from 162); Blue value is 70 (27.73% from 255 or 43.21% from 162); Max value from RGB is 70 - color contains mainly: blue. Hex color #3A2246 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2246 is #C5DDB9. Grayscale: #2D2D2D. Windows color (decimal): -12967354 or 4596282. OLE color: 4596282.
HSL color Cylindrical-coordinate representation of color #3A2246: hue angle of 280º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3A2246 is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 58 | 34 | 70 | - |
| CMYK | 0.17 | 0.51 | 0 | 0.73 |
| HSL | 280º | 0.35% | 0.2% | - |
| HSV(B) | 280º | 0.51% | 0.27% | - |
| XYZ | 3.42 | 2.49 | 6.09 | - |
| YUV | 45.28 | 141.95 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 34 | 70 | 0.17 | 0.51 | 0 | 0.73 | 280 | 0.35 | 0.2 |
| Hex | 3A | 22 | 46 | 11 | 33 | 0 | 49 | 118 | 23 | 14 |
| Octal | 72 | 42 | 106 | 21 | 63 | 0 | 111 | 430 | 43 | 24 |
| Binary | 111010 | 100010 | 1000110 | 10001 | 110011 | 0 | 1001001 | 100011000 | 100011 | 10100 |
Color Harmonies of #3A2246
Complementary color
Monochromatic Colors of #3A2246
Black with #3A2246
Text Example
Text Example
White with #3A2246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2246; }
p { color: rgb(58,34,70); }
H1.HeaderClassName
{
color: #3A2246;
}
.AnyTagClassName
{
color: #3A2246;
}
</style>
background-color css
<style>
a { background-color: #3A2246; }
a { background-color: rgb(58,34,70); }
div.DivClassName
{
background-color: #3A2246;
}
.BgClassName
{
background-color: #3A2246;
}
</style>
border-color css
<style>
span { border-color: #3A2246; }
span { border-color: rgb(58,34,70); }
td.TdClassName
{
border-color: #3A2246;
}
.TagClassName
{
border-color: #3A2246;
}
</style>