Shades of Jagger #3D2A4B
Tints of Jagger #3D2A4B
RGB
CMYK
RGB Variations
Color information
#3D2A4B (or 0x3D2A4B) is known color: Jagger. HEX triplet: 3D, 2A and 4B. RGB value is (61,42,75). Sum of RGB (Red+Green+Blue) = 61+42+75=178 (23% of max value = 765). Red value is 61 (24.22% from 255 or 34.27% from 178); Green value is 42 (16.80% from 255 or 23.60% from 178); Blue value is 75 (29.69% from 255 or 42.13% from 178); Max value from RGB is 75 - color contains mainly: blue. Hex color #3D2A4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D2A4B is #C2D5B4. Grayscale: #333333. Windows color (decimal): -12768693 or 4926013. OLE color: 4926013.
HSL color Cylindrical-coordinate representation of color #3D2A4B: hue angle of 274.55º degrees, saturation: 0.28, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3D2A4B is Cyan = 0.19, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 61 | 42 | 75 | - |
| CMYK | 0.19 | 0.44 | 0 | 0.71 |
| HSL | 274.55º | 0.28% | 0.23% | - |
| HSV(B) | 274.55º | 0.44% | 0.29% | - |
| XYZ | 4.02 | 3.16 | 7.05 | - |
| YUV | 51.44 | 141.29 | 134.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 42 | 75 | 0.19 | 0.44 | 0 | 0.71 | 274.55 | 0.28 | 0.23 |
| Hex | 3D | 2A | 4B | 13 | 2C | 0 | 47 | 113 | 1C | 17 |
| Octal | 75 | 52 | 113 | 23 | 54 | 0 | 107 | 423 | 34 | 27 |
| Binary | 111101 | 101010 | 1001011 | 10011 | 101100 | 0 | 1000111 | 100010011 | 11100 | 10111 |
Color Harmonies of #3D2A4B
Complementary color
Monochromatic Colors of #3D2A4B
Black with #3D2A4B
Text Example
Text Example
White with #3D2A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2A4B; }
p { color: rgb(61,42,75); }
H1.HeaderClassName
{
color: #3D2A4B;
}
.AnyTagClassName
{
color: #3D2A4B;
}
</style>
background-color css
<style>
a { background-color: #3D2A4B; }
a { background-color: rgb(61,42,75); }
div.DivClassName
{
background-color: #3D2A4B;
}
.BgClassName
{
background-color: #3D2A4B;
}
</style>
border-color css
<style>
span { border-color: #3D2A4B; }
span { border-color: rgb(61,42,75); }
td.TdClassName
{
border-color: #3D2A4B;
}
.TagClassName
{
border-color: #3D2A4B;
}
</style>