Shades of Jagger #3D2547
Tints of Jagger #3D2547
RGB
CMYK
RGB Variations
Color information
#3D2547 (or 0x3D2547) is known color: Jagger. HEX triplet: 3D, 25 and 47. RGB value is (61,37,71). Sum of RGB (Red+Green+Blue) = 61+37+71=169 (22% of max value = 765). Red value is 61 (24.22% from 255 or 36.09% from 169); Green value is 37 (14.84% from 255 or 21.89% from 169); Blue value is 71 (28.12% from 255 or 42.01% from 169); Max value from RGB is 71 - color contains mainly: blue. Hex color #3D2547 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D2547 is #C2DAB8. Grayscale: #2F2F2F. Windows color (decimal): -12769977 or 4662589. OLE color: 4662589.
HSL color Cylindrical-coordinate representation of color #3D2547: hue angle of 282.35º degrees, saturation: 0.31, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3D2547 is Cyan = 0.14, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 61 | 37 | 71 | - |
| CMYK | 0.14 | 0.48 | 0 | 0.72 |
| HSL | 282.35º | 0.31% | 0.21% | - |
| HSV(B) | 282.35º | 0.48% | 0.28% | - |
| XYZ | 3.72 | 2.77 | 6.3 | - |
| YUV | 48.05 | 140.95 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 37 | 71 | 0.14 | 0.48 | 0 | 0.72 | 282.35 | 0.31 | 0.21 |
| Hex | 3D | 25 | 47 | E | 30 | 0 | 48 | 11A | 1F | 15 |
| Octal | 75 | 45 | 107 | 16 | 60 | 0 | 110 | 432 | 37 | 25 |
| Binary | 111101 | 100101 | 1000111 | 1110 | 110000 | 0 | 1001000 | 100011010 | 11111 | 10101 |
Color Harmonies of #3D2547
Complementary color
Monochromatic Colors of #3D2547
Black with #3D2547
Text Example
Text Example
White with #3D2547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2547; }
p { color: rgb(61,37,71); }
H1.HeaderClassName
{
color: #3D2547;
}
.AnyTagClassName
{
color: #3D2547;
}
</style>
background-color css
<style>
a { background-color: #3D2547; }
a { background-color: rgb(61,37,71); }
div.DivClassName
{
background-color: #3D2547;
}
.BgClassName
{
background-color: #3D2547;
}
</style>
border-color css
<style>
span { border-color: #3D2547; }
span { border-color: rgb(61,37,71); }
td.TdClassName
{
border-color: #3D2547;
}
.TagClassName
{
border-color: #3D2547;
}
</style>