Shades of Jagger #3D274F
Tints of Jagger #3D274F
RGB
CMYK
RGB Variations
Color information
#3D274F (or 0x3D274F) is known color: Jagger. HEX triplet: 3D, 27 and 4F. RGB value is (61,39,79). Sum of RGB (Red+Green+Blue) = 61+39+79=179 (23% of max value = 765). Red value is 61 (24.22% from 255 or 34.08% from 179); Green value is 39 (15.62% from 255 or 21.79% from 179); Blue value is 79 (31.25% from 255 or 44.13% from 179); Max value from RGB is 79 - color contains mainly: blue. Hex color #3D274F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D274F is #C2D8B0. Grayscale: #323232. Windows color (decimal): -12769457 or 5187389. OLE color: 5187389.
HSL color Cylindrical-coordinate representation of color #3D274F: hue angle of 273º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3D274F is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 61 | 39 | 79 | - |
| CMYK | 0.23 | 0.51 | 0 | 0.69 |
| HSL | 273º | 0.34% | 0.23% | - |
| HSV(B) | 273º | 0.51% | 0.31% | - |
| XYZ | 4.06 | 3.01 | 7.76 | - |
| YUV | 50.14 | 144.29 | 135.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 39 | 79 | 0.23 | 0.51 | 0 | 0.69 | 273 | 0.34 | 0.23 |
| Hex | 3D | 27 | 4F | 17 | 33 | 0 | 45 | 111 | 22 | 17 |
| Octal | 75 | 47 | 117 | 27 | 63 | 0 | 105 | 421 | 42 | 27 |
| Binary | 111101 | 100111 | 1001111 | 10111 | 110011 | 0 | 1000101 | 100010001 | 100010 | 10111 |
Color Harmonies of #3D274F
Complementary color
Monochromatic Colors of #3D274F
Black with #3D274F
Text Example
Text Example
White with #3D274F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D274F; }
p { color: rgb(61,39,79); }
H1.HeaderClassName
{
color: #3D274F;
}
.AnyTagClassName
{
color: #3D274F;
}
</style>
background-color css
<style>
a { background-color: #3D274F; }
a { background-color: rgb(61,39,79); }
div.DivClassName
{
background-color: #3D274F;
}
.BgClassName
{
background-color: #3D274F;
}
</style>
border-color css
<style>
span { border-color: #3D274F; }
span { border-color: rgb(61,39,79); }
td.TdClassName
{
border-color: #3D274F;
}
.TagClassName
{
border-color: #3D274F;
}
</style>