Shades of Jagger #3C1B53
Tints of Jagger #3C1B53
RGB
CMYK
RGB Variations
Color information
#3C1B53 (or 0x3C1B53) is known color: Jagger. HEX triplet: 3C, 1B and 53. RGB value is (60,27,83). Sum of RGB (Red+Green+Blue) = 60+27+83=170 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.29% from 170); Green value is 27 (10.94% from 255 or 15.88% from 170); Blue value is 83 (32.81% from 255 or 48.82% from 170); Max value from RGB is 83 - color contains mainly: blue. Hex color #3C1B53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C1B53 is #C3E4AC. Grayscale: #2B2B2B. Windows color (decimal): -12838061 or 5446460. OLE color: 5446460.
HSL color Cylindrical-coordinate representation of color #3C1B53: hue angle of 275.36º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3C1B53 is Cyan = 0.28, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 60 | 27 | 83 | - |
| CMYK | 0.28 | 0.67 | 0 | 0.67 |
| HSL | 275.36º | 0.51% | 0.22% | - |
| HSV(B) | 275.36º | 0.67% | 0.33% | - |
| XYZ | 3.82 | 2.37 | 8.44 | - |
| YUV | 43.25 | 150.43 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 27 | 83 | 0.28 | 0.67 | 0 | 0.67 | 275.36 | 0.51 | 0.22 |
| Hex | 3C | 1B | 53 | 1C | 43 | 0 | 43 | 113 | 33 | 16 |
| Octal | 74 | 33 | 123 | 34 | 103 | 0 | 103 | 423 | 63 | 26 |
| Binary | 111100 | 11011 | 1010011 | 11100 | 1000011 | 0 | 1000011 | 100010011 | 110011 | 10110 |
Color Harmonies of #3C1B53
Complementary color
Monochromatic Colors of #3C1B53
Black with #3C1B53
Text Example
Text Example
White with #3C1B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1B53; }
p { color: rgb(60,27,83); }
H1.HeaderClassName
{
color: #3C1B53;
}
.AnyTagClassName
{
color: #3C1B53;
}
</style>
background-color css
<style>
a { background-color: #3C1B53; }
a { background-color: rgb(60,27,83); }
div.DivClassName
{
background-color: #3C1B53;
}
.BgClassName
{
background-color: #3C1B53;
}
</style>
border-color css
<style>
span { border-color: #3C1B53; }
span { border-color: rgb(60,27,83); }
td.TdClassName
{
border-color: #3C1B53;
}
.TagClassName
{
border-color: #3C1B53;
}
</style>