Shades of Jagger #3C1653
Tints of Jagger #3C1653
RGB
CMYK
RGB Variations
Color information
#3C1653 (or 0x3C1653) is known color: Jagger. HEX triplet: 3C, 16 and 53. RGB value is (60,22,83). Sum of RGB (Red+Green+Blue) = 60+22+83=165 (21% of max value = 765). Red value is 60 (23.83% from 255 or 36.36% from 165); Green value is 22 (8.98% from 255 or 13.33% from 165); Blue value is 83 (32.81% from 255 or 50.30% from 165); Max value from RGB is 83 - color contains mainly: blue. Hex color #3C1653 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C1653 is #C3E9AC. Grayscale: #282828. Windows color (decimal): -12839341 or 5445180. OLE color: 5445180.
HSL color Cylindrical-coordinate representation of color #3C1653: hue angle of 277.38º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3C1653 is Cyan = 0.28, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 60 | 22 | 83 | - |
| CMYK | 0.28 | 0.73 | 0 | 0.67 |
| HSL | 277.38º | 0.58% | 0.21% | - |
| HSV(B) | 277.38º | 0.73% | 0.33% | - |
| XYZ | 3.71 | 2.16 | 8.4 | - |
| YUV | 40.32 | 152.09 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 22 | 83 | 0.28 | 0.73 | 0 | 0.67 | 277.38 | 0.58 | 0.21 |
| Hex | 3C | 16 | 53 | 1C | 49 | 0 | 43 | 115 | 3A | 15 |
| Octal | 74 | 26 | 123 | 34 | 111 | 0 | 103 | 425 | 72 | 25 |
| Binary | 111100 | 10110 | 1010011 | 11100 | 1001001 | 0 | 1000011 | 100010101 | 111010 | 10101 |
Color Harmonies of #3C1653
Complementary color
Monochromatic Colors of #3C1653
Black with #3C1653
Text Example
Text Example
White with #3C1653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1653; }
p { color: rgb(60,22,83); }
H1.HeaderClassName
{
color: #3C1653;
}
.AnyTagClassName
{
color: #3C1653;
}
</style>
background-color css
<style>
a { background-color: #3C1653; }
a { background-color: rgb(60,22,83); }
div.DivClassName
{
background-color: #3C1653;
}
.BgClassName
{
background-color: #3C1653;
}
</style>
border-color css
<style>
span { border-color: #3C1653; }
span { border-color: rgb(60,22,83); }
td.TdClassName
{
border-color: #3C1653;
}
.TagClassName
{
border-color: #3C1653;
}
</style>