Shades of Jagger #3C1D51
Tints of Jagger #3C1D51
RGB
CMYK
RGB Variations
Color information
#3C1D51 (or 0x3C1D51) is known color: Jagger. HEX triplet: 3C, 1D and 51. RGB value is (60,29,81). Sum of RGB (Red+Green+Blue) = 60+29+81=170 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.29% from 170); Green value is 29 (11.72% from 255 or 17.06% from 170); Blue value is 81 (32.03% from 255 or 47.65% from 170); Max value from RGB is 81 - color contains mainly: blue. Hex color #3C1D51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C1D51 is #C3E2AE. Grayscale: #2C2C2C. Windows color (decimal): -12837551 or 5315900. OLE color: 5315900.
HSL color Cylindrical-coordinate representation of color #3C1D51: hue angle of 275.77º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3C1D51 is Cyan = 0.26, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 60 | 29 | 81 | - |
| CMYK | 0.26 | 0.64 | 0 | 0.68 |
| HSL | 275.77º | 0.47% | 0.22% | - |
| HSV(B) | 275.77º | 0.64% | 0.32% | - |
| XYZ | 3.79 | 2.43 | 8.05 | - |
| YUV | 44.2 | 148.77 | 139.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 29 | 81 | 0.26 | 0.64 | 0 | 0.68 | 275.77 | 0.47 | 0.22 |
| Hex | 3C | 1D | 51 | 1A | 40 | 0 | 44 | 114 | 2F | 16 |
| Octal | 74 | 35 | 121 | 32 | 100 | 0 | 104 | 424 | 57 | 26 |
| Binary | 111100 | 11101 | 1010001 | 11010 | 1000000 | 0 | 1000100 | 100010100 | 101111 | 10110 |
Color Harmonies of #3C1D51
Complementary color
Monochromatic Colors of #3C1D51
Black with #3C1D51
Text Example
Text Example
White with #3C1D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1D51; }
p { color: rgb(60,29,81); }
H1.HeaderClassName
{
color: #3C1D51;
}
.AnyTagClassName
{
color: #3C1D51;
}
</style>
background-color css
<style>
a { background-color: #3C1D51; }
a { background-color: rgb(60,29,81); }
div.DivClassName
{
background-color: #3C1D51;
}
.BgClassName
{
background-color: #3C1D51;
}
</style>
border-color css
<style>
span { border-color: #3C1D51; }
span { border-color: rgb(60,29,81); }
td.TdClassName
{
border-color: #3C1D51;
}
.TagClassName
{
border-color: #3C1D51;
}
</style>