Shades of Jagger #3C2C4F
Tints of Jagger #3C2C4F
RGB
CMYK
RGB Variations
Color information
#3C2C4F (or 0x3C2C4F) is known color: Jagger. HEX triplet: 3C, 2C and 4F. RGB value is (60,44,79). Sum of RGB (Red+Green+Blue) = 60+44+79=183 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.79% from 183); Green value is 44 (17.58% from 255 or 24.04% from 183); Blue value is 79 (31.25% from 255 or 43.17% from 183); Max value from RGB is 79 - color contains mainly: blue. Hex color #3C2C4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C2C4F is #C3D3B0. Grayscale: #343434. Windows color (decimal): -12833713 or 5188668. OLE color: 5188668.
HSL color Cylindrical-coordinate representation of color #3C2C4F: hue angle of 267.43º degrees, saturation: 0.28, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3C2C4F is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 60 | 44 | 79 | - |
| CMYK | 0.24 | 0.44 | 0 | 0.69 |
| HSL | 267.43º | 0.28% | 0.24% | - |
| HSV(B) | 267.43º | 0.44% | 0.31% | - |
| XYZ | 4.18 | 3.33 | 7.82 | - |
| YUV | 52.77 | 142.8 | 133.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 44 | 79 | 0.24 | 0.44 | 0 | 0.69 | 267.43 | 0.28 | 0.24 |
| Hex | 3C | 2C | 4F | 18 | 2C | 0 | 45 | 10B | 1C | 18 |
| Octal | 74 | 54 | 117 | 30 | 54 | 0 | 105 | 413 | 34 | 30 |
| Binary | 111100 | 101100 | 1001111 | 11000 | 101100 | 0 | 1000101 | 100001011 | 11100 | 11000 |
Color Harmonies of #3C2C4F
Complementary color
Monochromatic Colors of #3C2C4F
Black with #3C2C4F
Text Example
Text Example
White with #3C2C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2C4F; }
p { color: rgb(60,44,79); }
H1.HeaderClassName
{
color: #3C2C4F;
}
.AnyTagClassName
{
color: #3C2C4F;
}
</style>
background-color css
<style>
a { background-color: #3C2C4F; }
a { background-color: rgb(60,44,79); }
div.DivClassName
{
background-color: #3C2C4F;
}
.BgClassName
{
background-color: #3C2C4F;
}
</style>
border-color css
<style>
span { border-color: #3C2C4F; }
span { border-color: rgb(60,44,79); }
td.TdClassName
{
border-color: #3C2C4F;
}
.TagClassName
{
border-color: #3C2C4F;
}
</style>