Shades of Jagger #3C214B
Tints of Jagger #3C214B
RGB
CMYK
RGB Variations
Color information
#3C214B (or 0x3C214B) is known color: Jagger. HEX triplet: 3C, 21 and 4B. RGB value is (60,33,75). Sum of RGB (Red+Green+Blue) = 60+33+75=168 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.71% from 168); Green value is 33 (13.28% from 255 or 19.64% from 168); Blue value is 75 (29.69% from 255 or 44.64% from 168); Max value from RGB is 75 - color contains mainly: blue. Hex color #3C214B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C214B is #C3DEB4. Grayscale: #2D2D2D. Windows color (decimal): -12836533 or 4923708. OLE color: 4923708.
HSL color Cylindrical-coordinate representation of color #3C214B: hue angle of 278.57º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3C214B is Cyan = 0.20, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 60 | 33 | 75 | - |
| CMYK | 0.20 | 0.56 | 0 | 0.71 |
| HSL | 278.57º | 0.39% | 0.21% | - |
| HSV(B) | 278.57º | 0.56% | 0.29% | - |
| XYZ | 3.68 | 2.56 | 6.96 | - |
| YUV | 45.86 | 144.45 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 33 | 75 | 0.20 | 0.56 | 0 | 0.71 | 278.57 | 0.39 | 0.21 |
| Hex | 3C | 21 | 4B | 14 | 38 | 0 | 47 | 117 | 27 | 15 |
| Octal | 74 | 41 | 113 | 24 | 70 | 0 | 107 | 427 | 47 | 25 |
| Binary | 111100 | 100001 | 1001011 | 10100 | 111000 | 0 | 1000111 | 100010111 | 100111 | 10101 |
Color Harmonies of #3C214B
Complementary color
Monochromatic Colors of #3C214B
Black with #3C214B
Text Example
Text Example
White with #3C214B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C214B; }
p { color: rgb(60,33,75); }
H1.HeaderClassName
{
color: #3C214B;
}
.AnyTagClassName
{
color: #3C214B;
}
</style>
background-color css
<style>
a { background-color: #3C214B; }
a { background-color: rgb(60,33,75); }
div.DivClassName
{
background-color: #3C214B;
}
.BgClassName
{
background-color: #3C214B;
}
</style>
border-color css
<style>
span { border-color: #3C214B; }
span { border-color: rgb(60,33,75); }
td.TdClassName
{
border-color: #3C214B;
}
.TagClassName
{
border-color: #3C214B;
}
</style>