Shades of Jagger #3C1B52
Tints of Jagger #3C1B52
RGB
CMYK
RGB Variations
Color information
#3C1B52 (or 0x3C1B52) is known color: Jagger. HEX triplet: 3C, 1B and 52. RGB value is (60,27,82). Sum of RGB (Red+Green+Blue) = 60+27+82=169 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.50% from 169); Green value is 27 (10.94% from 255 or 15.98% from 169); Blue value is 82 (32.42% from 255 or 48.52% from 169); Max value from RGB is 82 - color contains mainly: blue. Hex color #3C1B52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C1B52 is #C3E4AD. Grayscale: #2A2A2A. Windows color (decimal): -12838062 or 5380924. OLE color: 5380924.
HSL color Cylindrical-coordinate representation of color #3C1B52: hue angle of 276º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3C1B52 is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 60 | 27 | 82 | - |
| CMYK | 0.27 | 0.67 | 0 | 0.68 |
| HSL | 276º | 0.5% | 0.21% | - |
| HSV(B) | 276º | 0.67% | 0.32% | - |
| XYZ | 3.78 | 2.35 | 8.24 | - |
| YUV | 43.14 | 149.93 | 140.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 27 | 82 | 0.27 | 0.67 | 0 | 0.68 | 276 | 0.5 | 0.21 |
| Hex | 3C | 1B | 52 | 1B | 43 | 0 | 44 | 114 | 32 | 15 |
| Octal | 74 | 33 | 122 | 33 | 103 | 0 | 104 | 424 | 62 | 25 |
| Binary | 111100 | 11011 | 1010010 | 11011 | 1000011 | 0 | 1000100 | 100010100 | 110010 | 10101 |
Color Harmonies of #3C1B52
Complementary color
Monochromatic Colors of #3C1B52
Black with #3C1B52
Text Example
Text Example
White with #3C1B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1B52; }
p { color: rgb(60,27,82); }
H1.HeaderClassName
{
color: #3C1B52;
}
.AnyTagClassName
{
color: #3C1B52;
}
</style>
background-color css
<style>
a { background-color: #3C1B52; }
a { background-color: rgb(60,27,82); }
div.DivClassName
{
background-color: #3C1B52;
}
.BgClassName
{
background-color: #3C1B52;
}
</style>
border-color css
<style>
span { border-color: #3C1B52; }
span { border-color: rgb(60,27,82); }
td.TdClassName
{
border-color: #3C1B52;
}
.TagClassName
{
border-color: #3C1B52;
}
</style>