Shades of Jagger #3D2F4B
Tints of Jagger #3D2F4B
RGB
CMYK
RGB Variations
Color information
#3D2F4B (or 0x3D2F4B) is known color: Jagger. HEX triplet: 3D, 2F and 4B. RGB value is (61,47,75). Sum of RGB (Red+Green+Blue) = 61+47+75=183 (24% of max value = 765). Red value is 61 (24.22% from 255 or 33.33% from 183); Green value is 47 (18.75% from 255 or 25.68% from 183); Blue value is 75 (29.69% from 255 or 40.98% from 183); Max value from RGB is 75 - color contains mainly: blue. Hex color #3D2F4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D2F4B is #C2D0B4. Grayscale: #363636. Windows color (decimal): -12767413 or 4927293. OLE color: 4927293.
HSL color Cylindrical-coordinate representation of color #3D2F4B: hue angle of 270º degrees, saturation: 0.23, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3D2F4B is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 61 | 47 | 75 | - |
| CMYK | 0.19 | 0.37 | 0 | 0.71 |
| HSL | 270º | 0.23% | 0.24% | - |
| HSV(B) | 270º | 0.37% | 0.29% | - |
| XYZ | 4.21 | 3.53 | 7.12 | - |
| YUV | 54.38 | 139.64 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 47 | 75 | 0.19 | 0.37 | 0 | 0.71 | 270 | 0.23 | 0.24 |
| Hex | 3D | 2F | 4B | 13 | 25 | 0 | 47 | 10E | 17 | 18 |
| Octal | 75 | 57 | 113 | 23 | 45 | 0 | 107 | 416 | 27 | 30 |
| Binary | 111101 | 101111 | 1001011 | 10011 | 100101 | 0 | 1000111 | 100001110 | 10111 | 11000 |
Color Harmonies of #3D2F4B
Complementary color
Monochromatic Colors of #3D2F4B
Black with #3D2F4B
Text Example
Text Example
White with #3D2F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2F4B; }
p { color: rgb(61,47,75); }
H1.HeaderClassName
{
color: #3D2F4B;
}
.AnyTagClassName
{
color: #3D2F4B;
}
</style>
background-color css
<style>
a { background-color: #3D2F4B; }
a { background-color: rgb(61,47,75); }
div.DivClassName
{
background-color: #3D2F4B;
}
.BgClassName
{
background-color: #3D2F4B;
}
</style>
border-color css
<style>
span { border-color: #3D2F4B; }
span { border-color: rgb(61,47,75); }
td.TdClassName
{
border-color: #3D2F4B;
}
.TagClassName
{
border-color: #3D2F4B;
}
</style>