Shades of Jagger #3D234F
Tints of Jagger #3D234F
RGB
CMYK
RGB Variations
Color information
#3D234F (or 0x3D234F) is known color: Jagger. HEX triplet: 3D, 23 and 4F. RGB value is (61,35,79). Sum of RGB (Red+Green+Blue) = 61+35+79=175 (23% of max value = 765). Red value is 61 (24.22% from 255 or 34.86% from 175); Green value is 35 (14.06% from 255 or 20% from 175); Blue value is 79 (31.25% from 255 or 45.14% from 175); Max value from RGB is 79 - color contains mainly: blue. Hex color #3D234F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D234F is #C2DCB0. Grayscale: #2F2F2F. Windows color (decimal): -12770481 or 5186365. OLE color: 5186365.
HSL color Cylindrical-coordinate representation of color #3D234F: hue angle of 275.45º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3D234F is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 61 | 35 | 79 | - |
| CMYK | 0.23 | 0.56 | 0 | 0.69 |
| HSL | 275.45º | 0.39% | 0.22% | - |
| HSV(B) | 275.45º | 0.56% | 0.31% | - |
| XYZ | 3.94 | 2.76 | 7.72 | - |
| YUV | 47.79 | 145.61 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 35 | 79 | 0.23 | 0.56 | 0 | 0.69 | 275.45 | 0.39 | 0.22 |
| Hex | 3D | 23 | 4F | 17 | 38 | 0 | 45 | 113 | 27 | 16 |
| Octal | 75 | 43 | 117 | 27 | 70 | 0 | 105 | 423 | 47 | 26 |
| Binary | 111101 | 100011 | 1001111 | 10111 | 111000 | 0 | 1000101 | 100010011 | 100111 | 10110 |
Color Harmonies of #3D234F
Complementary color
Monochromatic Colors of #3D234F
Black with #3D234F
Text Example
Text Example
White with #3D234F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D234F; }
p { color: rgb(61,35,79); }
H1.HeaderClassName
{
color: #3D234F;
}
.AnyTagClassName
{
color: #3D234F;
}
</style>
background-color css
<style>
a { background-color: #3D234F; }
a { background-color: rgb(61,35,79); }
div.DivClassName
{
background-color: #3D234F;
}
.BgClassName
{
background-color: #3D234F;
}
</style>
border-color css
<style>
span { border-color: #3D234F; }
span { border-color: rgb(61,35,79); }
td.TdClassName
{
border-color: #3D234F;
}
.TagClassName
{
border-color: #3D234F;
}
</style>