Shades of Jagger #3D274D
Tints of Jagger #3D274D
RGB
CMYK
RGB Variations
Color information
#3D274D (or 0x3D274D) is known color: Jagger. HEX triplet: 3D, 27 and 4D. RGB value is (61,39,77). Sum of RGB (Red+Green+Blue) = 61+39+77=177 (23% of max value = 765). Red value is 61 (24.22% from 255 or 34.46% from 177); Green value is 39 (15.62% from 255 or 22.03% from 177); Blue value is 77 (30.47% from 255 or 43.50% from 177); Max value from RGB is 77 - color contains mainly: blue. Hex color #3D274D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D274D is #C2D8B2. Grayscale: #313131. Windows color (decimal): -12769459 or 5056317. OLE color: 5056317.
HSL color Cylindrical-coordinate representation of color #3D274D: hue angle of 274.74º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3D274D is Cyan = 0.21, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 61 | 39 | 77 | - |
| CMYK | 0.21 | 0.49 | 0 | 0.70 |
| HSL | 274.74º | 0.33% | 0.23% | - |
| HSV(B) | 274.74º | 0.49% | 0.3% | - |
| XYZ | 3.99 | 2.98 | 7.39 | - |
| YUV | 49.91 | 143.29 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 39 | 77 | 0.21 | 0.49 | 0 | 0.70 | 274.74 | 0.33 | 0.23 |
| Hex | 3D | 27 | 4D | 15 | 31 | 0 | 46 | 113 | 21 | 17 |
| Octal | 75 | 47 | 115 | 25 | 61 | 0 | 106 | 423 | 41 | 27 |
| Binary | 111101 | 100111 | 1001101 | 10101 | 110001 | 0 | 1000110 | 100010011 | 100001 | 10111 |
Color Harmonies of #3D274D
Complementary color
Monochromatic Colors of #3D274D
Black with #3D274D
Text Example
Text Example
White with #3D274D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D274D; }
p { color: rgb(61,39,77); }
H1.HeaderClassName
{
color: #3D274D;
}
.AnyTagClassName
{
color: #3D274D;
}
</style>
background-color css
<style>
a { background-color: #3D274D; }
a { background-color: rgb(61,39,77); }
div.DivClassName
{
background-color: #3D274D;
}
.BgClassName
{
background-color: #3D274D;
}
</style>
border-color css
<style>
span { border-color: #3D274D; }
span { border-color: rgb(61,39,77); }
td.TdClassName
{
border-color: #3D274D;
}
.TagClassName
{
border-color: #3D274D;
}
</style>