Shades of Jagger #3D1E49
Tints of Jagger #3D1E49
RGB
CMYK
RGB Variations
Color information
#3D1E49 (or 0x3D1E49) is known color: Jagger. HEX triplet: 3D, 1E and 49. RGB value is (61,30,73). Sum of RGB (Red+Green+Blue) = 61+30+73=164 (21% of max value = 765). Red value is 61 (24.22% from 255 or 37.20% from 164); Green value is 30 (12.11% from 255 or 18.29% from 164); Blue value is 73 (28.91% from 255 or 44.51% from 164); Max value from RGB is 73 - color contains mainly: blue. Hex color #3D1E49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D1E49 is #C2E1B6. Grayscale: #2C2C2C. Windows color (decimal): -12771767 or 4791869. OLE color: 4791869.
HSL color Cylindrical-coordinate representation of color #3D1E49: hue angle of 283.26º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3D1E49 is Cyan = 0.16, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 61 | 30 | 73 | - |
| CMYK | 0.16 | 0.59 | 0 | 0.71 |
| HSL | 283.26º | 0.42% | 0.2% | - |
| HSV(B) | 283.26º | 0.59% | 0.29% | - |
| XYZ | 3.59 | 2.4 | 6.58 | - |
| YUV | 44.17 | 144.27 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 30 | 73 | 0.16 | 0.59 | 0 | 0.71 | 283.26 | 0.42 | 0.2 |
| Hex | 3D | 1E | 49 | 10 | 3B | 0 | 47 | 11B | 2A | 14 |
| Octal | 75 | 36 | 111 | 20 | 73 | 0 | 107 | 433 | 52 | 24 |
| Binary | 111101 | 11110 | 1001001 | 10000 | 111011 | 0 | 1000111 | 100011011 | 101010 | 10100 |
Color Harmonies of #3D1E49
Complementary color
Monochromatic Colors of #3D1E49
Black with #3D1E49
Text Example
Text Example
White with #3D1E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1E49; }
p { color: rgb(61,30,73); }
H1.HeaderClassName
{
color: #3D1E49;
}
.AnyTagClassName
{
color: #3D1E49;
}
</style>
background-color css
<style>
a { background-color: #3D1E49; }
a { background-color: rgb(61,30,73); }
div.DivClassName
{
background-color: #3D1E49;
}
.BgClassName
{
background-color: #3D1E49;
}
</style>
border-color css
<style>
span { border-color: #3D1E49; }
span { border-color: rgb(61,30,73); }
td.TdClassName
{
border-color: #3D1E49;
}
.TagClassName
{
border-color: #3D1E49;
}
</style>