Shades of Jagger #3A2449
Tints of Jagger #3A2449
RGB
CMYK
RGB Variations
Color information
#3A2449 (or 0x3A2449) is known color: Jagger. HEX triplet: 3A, 24 and 49. RGB value is (58,36,73). Sum of RGB (Red+Green+Blue) = 58+36+73=167 (22% of max value = 765). Red value is 58 (23.05% from 255 or 34.73% from 167); Green value is 36 (14.45% from 255 or 21.56% from 167); Blue value is 73 (28.91% from 255 or 43.71% from 167); Max value from RGB is 73 - color contains mainly: blue. Hex color #3A2449 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2449 is #C5DBB6. Grayscale: #2E2E2E. Windows color (decimal): -12966839 or 4793402. OLE color: 4793402.
HSL color Cylindrical-coordinate representation of color #3A2449: hue angle of 275.68º degrees, saturation: 0.34, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3A2449 is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 58 | 36 | 73 | - |
| CMYK | 0.21 | 0.51 | 0 | 0.71 |
| HSL | 275.68º | 0.34% | 0.21% | - |
| HSV(B) | 275.68º | 0.51% | 0.29% | - |
| XYZ | 3.58 | 2.64 | 6.62 | - |
| YUV | 46.8 | 142.79 | 135.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 36 | 73 | 0.21 | 0.51 | 0 | 0.71 | 275.68 | 0.34 | 0.21 |
| Hex | 3A | 24 | 49 | 15 | 33 | 0 | 47 | 114 | 22 | 15 |
| Octal | 72 | 44 | 111 | 25 | 63 | 0 | 107 | 424 | 42 | 25 |
| Binary | 111010 | 100100 | 1001001 | 10101 | 110011 | 0 | 1000111 | 100010100 | 100010 | 10101 |
Color Harmonies of #3A2449
Complementary color
Monochromatic Colors of #3A2449
Black with #3A2449
Text Example
Text Example
White with #3A2449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2449; }
p { color: rgb(58,36,73); }
H1.HeaderClassName
{
color: #3A2449;
}
.AnyTagClassName
{
color: #3A2449;
}
</style>
background-color css
<style>
a { background-color: #3A2449; }
a { background-color: rgb(58,36,73); }
div.DivClassName
{
background-color: #3A2449;
}
.BgClassName
{
background-color: #3A2449;
}
</style>
border-color css
<style>
span { border-color: #3A2449; }
span { border-color: rgb(58,36,73); }
td.TdClassName
{
border-color: #3A2449;
}
.TagClassName
{
border-color: #3A2449;
}
</style>