Shades of Jagger #3D2A54
Tints of Jagger #3D2A54
RGB
CMYK
RGB Variations
Color information
#3D2A54 (or 0x3D2A54) is known color: Jagger. HEX triplet: 3D, 2A and 54. RGB value is (61,42,84). Sum of RGB (Red+Green+Blue) = 61+42+84=187 (24% of max value = 765). Red value is 61 (24.22% from 255 or 32.62% from 187); Green value is 42 (16.80% from 255 or 22.46% from 187); Blue value is 84 (33.20% from 255 or 44.92% from 187); Max value from RGB is 84 - color contains mainly: blue. Hex color #3D2A54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D2A54 is #C2D5AB. Grayscale: #343434. Windows color (decimal): -12768684 or 5515837. OLE color: 5515837.
HSL color Cylindrical-coordinate representation of color #3D2A54: hue angle of 267.14º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3D2A54 is Cyan = 0.27, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 61 | 42 | 84 | - |
| CMYK | 0.27 | 0.5 | 0 | 0.67 |
| HSL | 267.14º | 0.33% | 0.25% | - |
| HSV(B) | 267.14º | 0.5% | 0.33% | - |
| XYZ | 4.35 | 3.29 | 8.79 | - |
| YUV | 52.47 | 145.79 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 42 | 84 | 0.27 | 0.5 | 0 | 0.67 | 267.14 | 0.33 | 0.25 |
| Hex | 3D | 2A | 54 | 1B | 32 | 0 | 43 | 10B | 21 | 19 |
| Octal | 75 | 52 | 124 | 33 | 62 | 0 | 103 | 413 | 41 | 31 |
| Binary | 111101 | 101010 | 1010100 | 11011 | 110010 | 0 | 1000011 | 100001011 | 100001 | 11001 |
Color Harmonies of #3D2A54
Complementary color
Monochromatic Colors of #3D2A54
Black with #3D2A54
Text Example
Text Example
White with #3D2A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2A54; }
p { color: rgb(61,42,84); }
H1.HeaderClassName
{
color: #3D2A54;
}
.AnyTagClassName
{
color: #3D2A54;
}
</style>
background-color css
<style>
a { background-color: #3D2A54; }
a { background-color: rgb(61,42,84); }
div.DivClassName
{
background-color: #3D2A54;
}
.BgClassName
{
background-color: #3D2A54;
}
</style>
border-color css
<style>
span { border-color: #3D2A54; }
span { border-color: rgb(61,42,84); }
td.TdClassName
{
border-color: #3D2A54;
}
.TagClassName
{
border-color: #3D2A54;
}
</style>