Shades of Jagger #3D2A4A
Tints of Jagger #3D2A4A
RGB
CMYK
RGB Variations
Color information
#3D2A4A (or 0x3D2A4A) is known color: Jagger. HEX triplet: 3D, 2A and 4A. RGB value is (61,42,74). Sum of RGB (Red+Green+Blue) = 61+42+74=177 (23% of max value = 765). Red value is 61 (24.22% from 255 or 34.46% from 177); Green value is 42 (16.80% from 255 or 23.73% from 177); Blue value is 74 (29.30% from 255 or 41.81% from 177); Max value from RGB is 74 - color contains mainly: blue. Hex color #3D2A4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D2A4A is #C2D5B5. Grayscale: #333333. Windows color (decimal): -12768694 or 4860477. OLE color: 4860477.
HSL color Cylindrical-coordinate representation of color #3D2A4A: hue angle of 275.62º degrees, saturation: 0.28, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3D2A4A is Cyan = 0.18, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 61 | 42 | 74 | - |
| CMYK | 0.18 | 0.43 | 0 | 0.71 |
| HSL | 275.63º | 0.28% | 0.23% | - |
| HSV(B) | 275.63º | 0.43% | 0.29% | - |
| XYZ | 3.99 | 3.14 | 6.87 | - |
| YUV | 51.33 | 140.79 | 134.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 42 | 74 | 0.18 | 0.43 | 0 | 0.71 | 275.63 | 0.28 | 0.23 |
| Hex | 3D | 2A | 4A | 12 | 2B | 0 | 47 | 114 | 1C | 17 |
| Octal | 75 | 52 | 112 | 22 | 53 | 0 | 107 | 424 | 34 | 27 |
| Binary | 111101 | 101010 | 1001010 | 10010 | 101011 | 0 | 1000111 | 100010100 | 11100 | 10111 |
Color Harmonies of #3D2A4A
Complementary color
Monochromatic Colors of #3D2A4A
Black with #3D2A4A
Text Example
Text Example
White with #3D2A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2A4A; }
p { color: rgb(61,42,74); }
H1.HeaderClassName
{
color: #3D2A4A;
}
.AnyTagClassName
{
color: #3D2A4A;
}
</style>
background-color css
<style>
a { background-color: #3D2A4A; }
a { background-color: rgb(61,42,74); }
div.DivClassName
{
background-color: #3D2A4A;
}
.BgClassName
{
background-color: #3D2A4A;
}
</style>
border-color css
<style>
span { border-color: #3D2A4A; }
span { border-color: rgb(61,42,74); }
td.TdClassName
{
border-color: #3D2A4A;
}
.TagClassName
{
border-color: #3D2A4A;
}
</style>