Shades of Jagger #3C2548
Tints of Jagger #3C2548
RGB
CMYK
RGB Variations
Color information
#3C2548 (or 0x3C2548) is known color: Jagger. HEX triplet: 3C, 25 and 48. RGB value is (60,37,72). Sum of RGB (Red+Green+Blue) = 60+37+72=169 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.50% from 169); Green value is 37 (14.84% from 255 or 21.89% from 169); Blue value is 72 (28.52% from 255 or 42.60% from 169); Max value from RGB is 72 - color contains mainly: blue. Hex color #3C2548 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C2548 is #C3DAB7. Grayscale: #2F2F2F. Windows color (decimal): -12835512 or 4728124. OLE color: 4728124.
HSL color Cylindrical-coordinate representation of color #3C2548: hue angle of 279.43º degrees, saturation: 0.32, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3C2548 is Cyan = 0.17, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 60 | 37 | 72 | - |
| CMYK | 0.17 | 0.49 | 0 | 0.72 |
| HSL | 279.43º | 0.32% | 0.21% | - |
| HSV(B) | 279.43º | 0.49% | 0.28% | - |
| XYZ | 3.69 | 2.75 | 6.47 | - |
| YUV | 47.87 | 141.62 | 136.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 37 | 72 | 0.17 | 0.49 | 0 | 0.72 | 279.43 | 0.32 | 0.21 |
| Hex | 3C | 25 | 48 | 11 | 31 | 0 | 48 | 117 | 20 | 15 |
| Octal | 74 | 45 | 110 | 21 | 61 | 0 | 110 | 427 | 40 | 25 |
| Binary | 111100 | 100101 | 1001000 | 10001 | 110001 | 0 | 1001000 | 100010111 | 100000 | 10101 |
Color Harmonies of #3C2548
Complementary color
Monochromatic Colors of #3C2548
Black with #3C2548
Text Example
Text Example
White with #3C2548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2548; }
p { color: rgb(60,37,72); }
H1.HeaderClassName
{
color: #3C2548;
}
.AnyTagClassName
{
color: #3C2548;
}
</style>
background-color css
<style>
a { background-color: #3C2548; }
a { background-color: rgb(60,37,72); }
div.DivClassName
{
background-color: #3C2548;
}
.BgClassName
{
background-color: #3C2548;
}
</style>
border-color css
<style>
span { border-color: #3C2548; }
span { border-color: rgb(60,37,72); }
td.TdClassName
{
border-color: #3C2548;
}
.TagClassName
{
border-color: #3C2548;
}
</style>