Shades of Jagger #3C214D
Tints of Jagger #3C214D
RGB
CMYK
RGB Variations
Color information
#3C214D (or 0x3C214D) is known color: Jagger. HEX triplet: 3C, 21 and 4D. RGB value is (60,33,77). Sum of RGB (Red+Green+Blue) = 60+33+77=170 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.29% from 170); Green value is 33 (13.28% from 255 or 19.41% from 170); Blue value is 77 (30.47% from 255 or 45.29% from 170); Max value from RGB is 77 - color contains mainly: blue. Hex color #3C214D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C214D is #C3DEB2. Grayscale: #2D2D2D. Windows color (decimal): -12836531 or 5054780. OLE color: 5054780.
HSL color Cylindrical-coordinate representation of color #3C214D: hue angle of 276.82º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3C214D is Cyan = 0.22, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 60 | 33 | 77 | - |
| CMYK | 0.22 | 0.57 | 0 | 0.70 |
| HSL | 276.82º | 0.4% | 0.22% | - |
| HSV(B) | 276.82º | 0.57% | 0.3% | - |
| XYZ | 3.75 | 2.58 | 7.32 | - |
| YUV | 46.09 | 145.45 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 33 | 77 | 0.22 | 0.57 | 0 | 0.70 | 276.82 | 0.4 | 0.22 |
| Hex | 3C | 21 | 4D | 16 | 39 | 0 | 46 | 115 | 28 | 16 |
| Octal | 74 | 41 | 115 | 26 | 71 | 0 | 106 | 425 | 50 | 26 |
| Binary | 111100 | 100001 | 1001101 | 10110 | 111001 | 0 | 1000110 | 100010101 | 101000 | 10110 |
Color Harmonies of #3C214D
Complementary color
Monochromatic Colors of #3C214D
Black with #3C214D
Text Example
Text Example
White with #3C214D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C214D; }
p { color: rgb(60,33,77); }
H1.HeaderClassName
{
color: #3C214D;
}
.AnyTagClassName
{
color: #3C214D;
}
</style>
background-color css
<style>
a { background-color: #3C214D; }
a { background-color: rgb(60,33,77); }
div.DivClassName
{
background-color: #3C214D;
}
.BgClassName
{
background-color: #3C214D;
}
</style>
border-color css
<style>
span { border-color: #3C214D; }
span { border-color: rgb(60,33,77); }
td.TdClassName
{
border-color: #3C214D;
}
.TagClassName
{
border-color: #3C214D;
}
</style>