Shades of Jagger #3C1355
Tints of Jagger #3C1355
RGB
CMYK
RGB Variations
Color information
#3C1355 (or 0x3C1355) is known color: Jagger. HEX triplet: 3C, 13 and 55. RGB value is (60,19,85). Sum of RGB (Red+Green+Blue) = 60+19+85=164 (21% of max value = 765). Red value is 60 (23.83% from 255 or 36.59% from 164); Green value is 19 (7.81% from 255 or 11.59% from 164); Blue value is 85 (33.59% from 255 or 51.83% from 164); Max value from RGB is 85 - color contains mainly: blue. Hex color #3C1355 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C1355 is #C3ECAA. Grayscale: #262626. Windows color (decimal): -12840107 or 5575484. OLE color: 5575484.
HSL color Cylindrical-coordinate representation of color #3C1355: hue angle of 277.27º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3C1355 is Cyan = 0.29, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 60 | 19 | 85 | - |
| CMYK | 0.29 | 0.78 | 0 | 0.67 |
| HSL | 277.27º | 0.63% | 0.2% | - |
| HSV(B) | 277.27º | 0.78% | 0.33% | - |
| XYZ | 3.74 | 2.08 | 8.8 | - |
| YUV | 38.78 | 154.08 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 19 | 85 | 0.29 | 0.78 | 0 | 0.67 | 277.27 | 0.63 | 0.2 |
| Hex | 3C | 13 | 55 | 1D | 4E | 0 | 43 | 115 | 3F | 14 |
| Octal | 74 | 23 | 125 | 35 | 116 | 0 | 103 | 425 | 77 | 24 |
| Binary | 111100 | 10011 | 1010101 | 11101 | 1001110 | 0 | 1000011 | 100010101 | 111111 | 10100 |
Color Harmonies of #3C1355
Complementary color
Monochromatic Colors of #3C1355
Black with #3C1355
Text Example
Text Example
White with #3C1355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1355; }
p { color: rgb(60,19,85); }
H1.HeaderClassName
{
color: #3C1355;
}
.AnyTagClassName
{
color: #3C1355;
}
</style>
background-color css
<style>
a { background-color: #3C1355; }
a { background-color: rgb(60,19,85); }
div.DivClassName
{
background-color: #3C1355;
}
.BgClassName
{
background-color: #3C1355;
}
</style>
border-color css
<style>
span { border-color: #3C1355; }
span { border-color: rgb(60,19,85); }
td.TdClassName
{
border-color: #3C1355;
}
.TagClassName
{
border-color: #3C1355;
}
</style>