Shades of Jagger #3C2055
Tints of Jagger #3C2055
RGB
CMYK
RGB Variations
Color information
#3C2055 (or 0x3C2055) is known color: Jagger. HEX triplet: 3C, 20 and 55. RGB value is (60,32,85). Sum of RGB (Red+Green+Blue) = 60+32+85=177 (23% of max value = 765). Red value is 60 (23.83% from 255 or 33.90% from 177); Green value is 32 (12.89% from 255 or 18.08% from 177); Blue value is 85 (33.59% from 255 or 48.02% from 177); Max value from RGB is 85 - color contains mainly: blue. Hex color #3C2055 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C2055 is #C3DFAA. Grayscale: #2E2E2E. Windows color (decimal): -12836779 or 5578812. OLE color: 5578812.
HSL color Cylindrical-coordinate representation of color #3C2055: hue angle of 271.7º 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 #3C2055 is Cyan = 0.29, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 60 | 32 | 85 | - |
| CMYK | 0.29 | 0.62 | 0 | 0.67 |
| HSL | 271.7º | 0.45% | 0.23% | - |
| HSV(B) | 271.7º | 0.62% | 0.33% | - |
| XYZ | 4.02 | 2.65 | 8.89 | - |
| YUV | 46.41 | 149.78 | 137.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 32 | 85 | 0.29 | 0.62 | 0 | 0.67 | 271.7 | 0.45 | 0.23 |
| Hex | 3C | 20 | 55 | 1D | 3E | 0 | 43 | 110 | 2D | 17 |
| Octal | 74 | 40 | 125 | 35 | 76 | 0 | 103 | 420 | 55 | 27 |
| Binary | 111100 | 100000 | 1010101 | 11101 | 111110 | 0 | 1000011 | 100010000 | 101101 | 10111 |
Color Harmonies of #3C2055
Complementary color
Monochromatic Colors of #3C2055
Black with #3C2055
Text Example
Text Example
White with #3C2055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2055; }
p { color: rgb(60,32,85); }
H1.HeaderClassName
{
color: #3C2055;
}
.AnyTagClassName
{
color: #3C2055;
}
</style>
background-color css
<style>
a { background-color: #3C2055; }
a { background-color: rgb(60,32,85); }
div.DivClassName
{
background-color: #3C2055;
}
.BgClassName
{
background-color: #3C2055;
}
</style>
border-color css
<style>
span { border-color: #3C2055; }
span { border-color: rgb(60,32,85); }
td.TdClassName
{
border-color: #3C2055;
}
.TagClassName
{
border-color: #3C2055;
}
</style>