Shades of Jagger #3D2354
Tints of Jagger #3D2354
RGB
CMYK
RGB Variations
Color information
#3D2354 (or 0x3D2354) is known color: Jagger. HEX triplet: 3D, 23 and 54. RGB value is (61,35,84). Sum of RGB (Red+Green+Blue) = 61+35+84=180 (23% of max value = 765). Red value is 61 (24.22% from 255 or 33.89% from 180); Green value is 35 (14.06% from 255 or 19.44% from 180); Blue value is 84 (33.20% from 255 or 46.67% from 180); Max value from RGB is 84 - color contains mainly: blue. Hex color #3D2354 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D2354 is #C2DCAB. Grayscale: #303030. Windows color (decimal): -12770476 or 5514045. OLE color: 5514045.
HSL color Cylindrical-coordinate representation of color #3D2354: hue angle of 271.84º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3D2354 is Cyan = 0.27, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 61 | 35 | 84 | - |
| CMYK | 0.27 | 0.58 | 0 | 0.67 |
| HSL | 271.84º | 0.41% | 0.23% | - |
| HSV(B) | 271.84º | 0.58% | 0.33% | - |
| XYZ | 4.13 | 2.83 | 8.72 | - |
| YUV | 48.36 | 148.11 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 35 | 84 | 0.27 | 0.58 | 0 | 0.67 | 271.84 | 0.41 | 0.23 |
| Hex | 3D | 23 | 54 | 1B | 3A | 0 | 43 | 110 | 29 | 17 |
| Octal | 75 | 43 | 124 | 33 | 72 | 0 | 103 | 420 | 51 | 27 |
| Binary | 111101 | 100011 | 1010100 | 11011 | 111010 | 0 | 1000011 | 100010000 | 101001 | 10111 |
Color Harmonies of #3D2354
Complementary color
Monochromatic Colors of #3D2354
Black with #3D2354
Text Example
Text Example
White with #3D2354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2354; }
p { color: rgb(61,35,84); }
H1.HeaderClassName
{
color: #3D2354;
}
.AnyTagClassName
{
color: #3D2354;
}
</style>
background-color css
<style>
a { background-color: #3D2354; }
a { background-color: rgb(61,35,84); }
div.DivClassName
{
background-color: #3D2354;
}
.BgClassName
{
background-color: #3D2354;
}
</style>
border-color css
<style>
span { border-color: #3D2354; }
span { border-color: rgb(61,35,84); }
td.TdClassName
{
border-color: #3D2354;
}
.TagClassName
{
border-color: #3D2354;
}
</style>