Shades of Jagger #3C214A
Tints of Jagger #3C214A
RGB
CMYK
RGB Variations
Color information
#3C214A (or 0x3C214A) is known color: Jagger. HEX triplet: 3C, 21 and 4A. RGB value is (60,33,74). Sum of RGB (Red+Green+Blue) = 60+33+74=167 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.93% from 167); Green value is 33 (13.28% from 255 or 19.76% from 167); Blue value is 74 (29.30% from 255 or 44.31% from 167); Max value from RGB is 74 - color contains mainly: blue. Hex color #3C214A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C214A is #C3DEB5. Grayscale: #2D2D2D. Windows color (decimal): -12836534 or 4858172. OLE color: 4858172.
HSL color Cylindrical-coordinate representation of color #3C214A: hue angle of 279.51º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3C214A is Cyan = 0.19, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 60 | 33 | 74 | - |
| CMYK | 0.19 | 0.55 | 0 | 0.71 |
| HSL | 279.51º | 0.38% | 0.21% | - |
| HSV(B) | 279.51º | 0.55% | 0.29% | - |
| XYZ | 3.64 | 2.54 | 6.78 | - |
| YUV | 45.75 | 143.95 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 33 | 74 | 0.19 | 0.55 | 0 | 0.71 | 279.51 | 0.38 | 0.21 |
| Hex | 3C | 21 | 4A | 13 | 37 | 0 | 47 | 118 | 26 | 15 |
| Octal | 74 | 41 | 112 | 23 | 67 | 0 | 107 | 430 | 46 | 25 |
| Binary | 111100 | 100001 | 1001010 | 10011 | 110111 | 0 | 1000111 | 100011000 | 100110 | 10101 |
Color Harmonies of #3C214A
Complementary color
Monochromatic Colors of #3C214A
Black with #3C214A
Text Example
Text Example
White with #3C214A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C214A; }
p { color: rgb(60,33,74); }
H1.HeaderClassName
{
color: #3C214A;
}
.AnyTagClassName
{
color: #3C214A;
}
</style>
background-color css
<style>
a { background-color: #3C214A; }
a { background-color: rgb(60,33,74); }
div.DivClassName
{
background-color: #3C214A;
}
.BgClassName
{
background-color: #3C214A;
}
</style>
border-color css
<style>
span { border-color: #3C214A; }
span { border-color: rgb(60,33,74); }
td.TdClassName
{
border-color: #3C214A;
}
.TagClassName
{
border-color: #3C214A;
}
</style>