Shades of Jagger #3C2053
Tints of Jagger #3C2053
RGB
CMYK
RGB Variations
Color information
#3C2053 (or 0x3C2053) is known color: Jagger. HEX triplet: 3C, 20 and 53. RGB value is (60,32,83). Sum of RGB (Red+Green+Blue) = 60+32+83=175 (23% of max value = 765). Red value is 60 (23.83% from 255 or 34.29% from 175); Green value is 32 (12.89% from 255 or 18.29% from 175); Blue value is 83 (32.81% from 255 or 47.43% from 175); Max value from RGB is 83 - color contains mainly: blue. Hex color #3C2053 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C2053 is #C3DFAC. Grayscale: #2E2E2E. Windows color (decimal): -12836781 or 5447740. OLE color: 5447740.
HSL color Cylindrical-coordinate representation of color #3C2053: hue angle of 272.94º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3C2053 is Cyan = 0.28, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 60 | 32 | 83 | - |
| CMYK | 0.28 | 0.61 | 0 | 0.67 |
| HSL | 272.94º | 0.44% | 0.23% | - |
| HSV(B) | 272.94º | 0.61% | 0.33% | - |
| XYZ | 3.94 | 2.62 | 8.48 | - |
| YUV | 46.19 | 148.78 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 32 | 83 | 0.28 | 0.61 | 0 | 0.67 | 272.94 | 0.44 | 0.23 |
| Hex | 3C | 20 | 53 | 1C | 3D | 0 | 43 | 111 | 2C | 17 |
| Octal | 74 | 40 | 123 | 34 | 75 | 0 | 103 | 421 | 54 | 27 |
| Binary | 111100 | 100000 | 1010011 | 11100 | 111101 | 0 | 1000011 | 100010001 | 101100 | 10111 |
Color Harmonies of #3C2053
Complementary color
Monochromatic Colors of #3C2053
Black with #3C2053
Text Example
Text Example
White with #3C2053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2053; }
p { color: rgb(60,32,83); }
H1.HeaderClassName
{
color: #3C2053;
}
.AnyTagClassName
{
color: #3C2053;
}
</style>
background-color css
<style>
a { background-color: #3C2053; }
a { background-color: rgb(60,32,83); }
div.DivClassName
{
background-color: #3C2053;
}
.BgClassName
{
background-color: #3C2053;
}
</style>
border-color css
<style>
span { border-color: #3C2053; }
span { border-color: rgb(60,32,83); }
td.TdClassName
{
border-color: #3C2053;
}
.TagClassName
{
border-color: #3C2053;
}
</style>