Shades of Jagger #3A2A44
Tints of Jagger #3A2A44
RGB
CMYK
RGB Variations
Color information
#3A2A44 (or 0x3A2A44) is known color: Jagger. HEX triplet: 3A, 2A and 44. RGB value is (58,42,68). Sum of RGB (Red+Green+Blue) = 58+42+68=168 (22% of max value = 765). Red value is 58 (23.05% from 255 or 34.52% from 168); Green value is 42 (16.80% from 255 or 25% from 168); Blue value is 68 (26.95% from 255 or 40.48% from 168); Max value from RGB is 68 - color contains mainly: blue. Hex color #3A2A44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2A44 is #C5D5BB. Grayscale: #313131. Windows color (decimal): -12965308 or 4467258. OLE color: 4467258.
HSL color Cylindrical-coordinate representation of color #3A2A44: hue angle of 276.92º degrees, saturation: 0.24, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3A2A44 is Cyan = 0.15, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 58 | 42 | 68 | - |
| CMYK | 0.15 | 0.38 | 0 | 0.73 |
| HSL | 276.92º | 0.24% | 0.22% | - |
| HSV(B) | 276.92º | 0.38% | 0.27% | - |
| XYZ | 3.62 | 2.97 | 5.85 | - |
| YUV | 49.75 | 138.3 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 42 | 68 | 0.15 | 0.38 | 0 | 0.73 | 276.92 | 0.24 | 0.22 |
| Hex | 3A | 2A | 44 | F | 26 | 0 | 49 | 115 | 18 | 16 |
| Octal | 72 | 52 | 104 | 17 | 46 | 0 | 111 | 425 | 30 | 26 |
| Binary | 111010 | 101010 | 1000100 | 1111 | 100110 | 0 | 1001001 | 100010101 | 11000 | 10110 |
Color Harmonies of #3A2A44
Complementary color
Monochromatic Colors of #3A2A44
Black with #3A2A44
Text Example
Text Example
White with #3A2A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2A44; }
p { color: rgb(58,42,68); }
H1.HeaderClassName
{
color: #3A2A44;
}
.AnyTagClassName
{
color: #3A2A44;
}
</style>
background-color css
<style>
a { background-color: #3A2A44; }
a { background-color: rgb(58,42,68); }
div.DivClassName
{
background-color: #3A2A44;
}
.BgClassName
{
background-color: #3A2A44;
}
</style>
border-color css
<style>
span { border-color: #3A2A44; }
span { border-color: rgb(58,42,68); }
td.TdClassName
{
border-color: #3A2A44;
}
.TagClassName
{
border-color: #3A2A44;
}
</style>