Shades of Jagger #3C204C
Tints of Jagger #3C204C
RGB
CMYK
RGB Variations
Color information
#3C204C (or 0x3C204C) is known color: Jagger. HEX triplet: 3C, 20 and 4C. RGB value is (60,32,76). Sum of RGB (Red+Green+Blue) = 60+32+76=168 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.71% from 168); Green value is 32 (12.89% from 255 or 19.05% from 168); Blue value is 76 (30.08% from 255 or 45.24% from 168); Max value from RGB is 76 - color contains mainly: blue. Hex color #3C204C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C204C is #C3DFB3. Grayscale: #2D2D2D. Windows color (decimal): -12836788 or 4988988. OLE color: 4988988.
HSL color Cylindrical-coordinate representation of color #3C204C: hue angle of 278.18º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3C204C is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 60 | 32 | 76 | - |
| CMYK | 0.21 | 0.58 | 0 | 0.70 |
| HSL | 278.18º | 0.41% | 0.21% | - |
| HSV(B) | 278.18º | 0.58% | 0.3% | - |
| XYZ | 3.68 | 2.52 | 7.13 | - |
| YUV | 45.39 | 145.28 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 32 | 76 | 0.21 | 0.58 | 0 | 0.70 | 278.18 | 0.41 | 0.21 |
| Hex | 3C | 20 | 4C | 15 | 3A | 0 | 46 | 116 | 29 | 15 |
| Octal | 74 | 40 | 114 | 25 | 72 | 0 | 106 | 426 | 51 | 25 |
| Binary | 111100 | 100000 | 1001100 | 10101 | 111010 | 0 | 1000110 | 100010110 | 101001 | 10101 |
Color Harmonies of #3C204C
Complementary color
Monochromatic Colors of #3C204C
Black with #3C204C
Text Example
Text Example
White with #3C204C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C204C; }
p { color: rgb(60,32,76); }
H1.HeaderClassName
{
color: #3C204C;
}
.AnyTagClassName
{
color: #3C204C;
}
</style>
background-color css
<style>
a { background-color: #3C204C; }
a { background-color: rgb(60,32,76); }
div.DivClassName
{
background-color: #3C204C;
}
.BgClassName
{
background-color: #3C204C;
}
</style>
border-color css
<style>
span { border-color: #3C204C; }
span { border-color: rgb(60,32,76); }
td.TdClassName
{
border-color: #3C204C;
}
.TagClassName
{
border-color: #3C204C;
}
</style>