Shades of Jagger #3D2850
Tints of Jagger #3D2850
RGB
CMYK
RGB Variations
Color information
#3D2850 (or 0x3D2850) is known color: Jagger. HEX triplet: 3D, 28 and 50. RGB value is (61,40,80). Sum of RGB (Red+Green+Blue) = 61+40+80=181 (23% of max value = 765). Red value is 61 (24.22% from 255 or 33.70% from 181); Green value is 40 (16.02% from 255 or 22.10% from 181); Blue value is 80 (31.64% from 255 or 44.20% from 181); Max value from RGB is 80 - color contains mainly: blue. Hex color #3D2850 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D2850 is #C2D7AF. Grayscale: #323232. Windows color (decimal): -12769200 or 5253181. OLE color: 5253181.
HSL color Cylindrical-coordinate representation of color #3D2850: hue angle of 271.5º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3D2850 is Cyan = 0.24, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 61 | 40 | 80 | - |
| CMYK | 0.24 | 0.5 | 0 | 0.69 |
| HSL | 271.5º | 0.33% | 0.24% | - |
| HSV(B) | 271.5º | 0.5% | 0.31% | - |
| XYZ | 4.13 | 3.09 | 7.97 | - |
| YUV | 50.84 | 144.46 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 40 | 80 | 0.24 | 0.5 | 0 | 0.69 | 271.5 | 0.33 | 0.24 |
| Hex | 3D | 28 | 50 | 18 | 32 | 0 | 45 | 110 | 21 | 18 |
| Octal | 75 | 50 | 120 | 30 | 62 | 0 | 105 | 420 | 41 | 30 |
| Binary | 111101 | 101000 | 1010000 | 11000 | 110010 | 0 | 1000101 | 100010000 | 100001 | 11000 |
Color Harmonies of #3D2850
Complementary color
Monochromatic Colors of #3D2850
Black with #3D2850
Text Example
Text Example
White with #3D2850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2850; }
p { color: rgb(61,40,80); }
H1.HeaderClassName
{
color: #3D2850;
}
.AnyTagClassName
{
color: #3D2850;
}
</style>
background-color css
<style>
a { background-color: #3D2850; }
a { background-color: rgb(61,40,80); }
div.DivClassName
{
background-color: #3D2850;
}
.BgClassName
{
background-color: #3D2850;
}
</style>
border-color css
<style>
span { border-color: #3D2850; }
span { border-color: rgb(61,40,80); }
td.TdClassName
{
border-color: #3D2850;
}
.TagClassName
{
border-color: #3D2850;
}
</style>