Shades of Jagger #3C2054
Tints of Jagger #3C2054
RGB
CMYK
RGB Variations
Color information
#3C2054 (or 0x3C2054) is known color: Jagger. HEX triplet: 3C, 20 and 54. RGB value is (60,32,84). Sum of RGB (Red+Green+Blue) = 60+32+84=176 (23% of max value = 765). Red value is 60 (23.83% from 255 or 34.09% from 176); Green value is 32 (12.89% from 255 or 18.18% from 176); Blue value is 84 (33.20% from 255 or 47.73% from 176); Max value from RGB is 84 - color contains mainly: blue. Hex color #3C2054 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C2054 is #C3DFAB. Grayscale: #2E2E2E. Windows color (decimal): -12836780 or 5513276. OLE color: 5513276.
HSL color Cylindrical-coordinate representation of color #3C2054: hue angle of 272.31º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3C2054 is Cyan = 0.29, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 60 | 32 | 84 | - |
| CMYK | 0.29 | 0.62 | 0 | 0.67 |
| HSL | 272.31º | 0.45% | 0.23% | - |
| HSV(B) | 272.31º | 0.62% | 0.33% | - |
| XYZ | 3.98 | 2.63 | 8.69 | - |
| YUV | 46.3 | 149.28 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 32 | 84 | 0.29 | 0.62 | 0 | 0.67 | 272.31 | 0.45 | 0.23 |
| Hex | 3C | 20 | 54 | 1D | 3E | 0 | 43 | 110 | 2D | 17 |
| Octal | 74 | 40 | 124 | 35 | 76 | 0 | 103 | 420 | 55 | 27 |
| Binary | 111100 | 100000 | 1010100 | 11101 | 111110 | 0 | 1000011 | 100010000 | 101101 | 10111 |
Color Harmonies of #3C2054
Complementary color
Monochromatic Colors of #3C2054
Black with #3C2054
Text Example
Text Example
White with #3C2054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2054; }
p { color: rgb(60,32,84); }
H1.HeaderClassName
{
color: #3C2054;
}
.AnyTagClassName
{
color: #3C2054;
}
</style>
background-color css
<style>
a { background-color: #3C2054; }
a { background-color: rgb(60,32,84); }
div.DivClassName
{
background-color: #3C2054;
}
.BgClassName
{
background-color: #3C2054;
}
</style>
border-color css
<style>
span { border-color: #3C2054; }
span { border-color: rgb(60,32,84); }
td.TdClassName
{
border-color: #3C2054;
}
.TagClassName
{
border-color: #3C2054;
}
</style>