Shades of Jagger #3D2050
Tints of Jagger #3D2050
RGB
CMYK
RGB Variations
Color information
#3D2050 (or 0x3D2050) is known color: Jagger. HEX triplet: 3D, 20 and 50. RGB value is (61,32,80). Sum of RGB (Red+Green+Blue) = 61+32+80=173 (22% of max value = 765). Red value is 61 (24.22% from 255 or 35.26% from 173); Green value is 32 (12.89% from 255 or 18.50% from 173); Blue value is 80 (31.64% from 255 or 46.24% from 173); Max value from RGB is 80 - color contains mainly: blue. Hex color #3D2050 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D2050 is #C2DFAF. Grayscale: #2D2D2D. Windows color (decimal): -12771248 or 5251133. OLE color: 5251133.
HSL color Cylindrical-coordinate representation of color #3D2050: hue angle of 276.25º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3D2050 is Cyan = 0.24, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 61 | 32 | 80 | - |
| CMYK | 0.24 | 0.60 | 0 | 0.69 |
| HSL | 276.25º | 0.43% | 0.22% | - |
| HSV(B) | 276.25º | 0.6% | 0.31% | - |
| XYZ | 3.89 | 2.6 | 7.89 | - |
| YUV | 46.14 | 147.11 | 138.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 32 | 80 | 0.24 | 0.60 | 0 | 0.69 | 276.25 | 0.43 | 0.22 |
| Hex | 3D | 20 | 50 | 18 | 3C | 0 | 45 | 114 | 2B | 16 |
| Octal | 75 | 40 | 120 | 30 | 74 | 0 | 105 | 424 | 53 | 26 |
| Binary | 111101 | 100000 | 1010000 | 11000 | 111100 | 0 | 1000101 | 100010100 | 101011 | 10110 |
Color Harmonies of #3D2050
Complementary color
Monochromatic Colors of #3D2050
Black with #3D2050
Text Example
Text Example
White with #3D2050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2050; }
p { color: rgb(61,32,80); }
H1.HeaderClassName
{
color: #3D2050;
}
.AnyTagClassName
{
color: #3D2050;
}
</style>
background-color css
<style>
a { background-color: #3D2050; }
a { background-color: rgb(61,32,80); }
div.DivClassName
{
background-color: #3D2050;
}
.BgClassName
{
background-color: #3D2050;
}
</style>
border-color css
<style>
span { border-color: #3D2050; }
span { border-color: rgb(61,32,80); }
td.TdClassName
{
border-color: #3D2050;
}
.TagClassName
{
border-color: #3D2050;
}
</style>