Shades of Jagger #3C2953
Tints of Jagger #3C2953
RGB
CMYK
RGB Variations
Color information
#3C2953 (or 0x3C2953) is known color: Jagger. HEX triplet: 3C, 29 and 53. RGB value is (60,41,83). Sum of RGB (Red+Green+Blue) = 60+41+83=184 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.61% from 184); Green value is 41 (16.41% from 255 or 22.28% from 184); Blue value is 83 (32.81% from 255 or 45.11% from 184); Max value from RGB is 83 - color contains mainly: blue. Hex color #3C2953 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C2953 is #C3D6AC. Grayscale: #333333. Windows color (decimal): -12834477 or 5450044. OLE color: 5450044.
HSL color Cylindrical-coordinate representation of color #3C2953: hue angle of 267.14º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3C2953 is Cyan = 0.28, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 60 | 41 | 83 | - |
| CMYK | 0.28 | 0.51 | 0 | 0.67 |
| HSL | 267.14º | 0.34% | 0.24% | - |
| HSV(B) | 267.14º | 0.51% | 0.33% | - |
| XYZ | 4.22 | 3.17 | 8.57 | - |
| YUV | 51.47 | 145.79 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 41 | 83 | 0.28 | 0.51 | 0 | 0.67 | 267.14 | 0.34 | 0.24 |
| Hex | 3C | 29 | 53 | 1C | 33 | 0 | 43 | 10B | 22 | 18 |
| Octal | 74 | 51 | 123 | 34 | 63 | 0 | 103 | 413 | 42 | 30 |
| Binary | 111100 | 101001 | 1010011 | 11100 | 110011 | 0 | 1000011 | 100001011 | 100010 | 11000 |
Color Harmonies of #3C2953
Complementary color
Monochromatic Colors of #3C2953
Black with #3C2953
Text Example
Text Example
White with #3C2953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2953; }
p { color: rgb(60,41,83); }
H1.HeaderClassName
{
color: #3C2953;
}
.AnyTagClassName
{
color: #3C2953;
}
</style>
background-color css
<style>
a { background-color: #3C2953; }
a { background-color: rgb(60,41,83); }
div.DivClassName
{
background-color: #3C2953;
}
.BgClassName
{
background-color: #3C2953;
}
</style>
border-color css
<style>
span { border-color: #3C2953; }
span { border-color: rgb(60,41,83); }
td.TdClassName
{
border-color: #3C2953;
}
.TagClassName
{
border-color: #3C2953;
}
</style>