Shades of Jagger #3D204F
Tints of Jagger #3D204F
RGB
CMYK
RGB Variations
Color information
#3D204F (or 0x3D204F) is known color: Jagger. HEX triplet: 3D, 20 and 4F. RGB value is (61,32,79). Sum of RGB (Red+Green+Blue) = 61+32+79=172 (22% of max value = 765). Red value is 61 (24.22% from 255 or 35.47% from 172); Green value is 32 (12.89% from 255 or 18.60% from 172); Blue value is 79 (31.25% from 255 or 45.93% from 172); Max value from RGB is 79 - color contains mainly: blue. Hex color #3D204F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D204F is #C2DFB0. Grayscale: #2D2D2D. Windows color (decimal): -12771249 or 5185597. OLE color: 5185597.
HSL color Cylindrical-coordinate representation of color #3D204F: hue angle of 277.02º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3D204F is Cyan = 0.23, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 61 | 32 | 79 | - |
| CMYK | 0.23 | 0.59 | 0 | 0.69 |
| HSL | 277.02º | 0.42% | 0.22% | - |
| HSV(B) | 277.02º | 0.59% | 0.31% | - |
| XYZ | 3.85 | 2.59 | 7.69 | - |
| YUV | 46.03 | 146.61 | 138.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 32 | 79 | 0.23 | 0.59 | 0 | 0.69 | 277.02 | 0.42 | 0.22 |
| Hex | 3D | 20 | 4F | 17 | 3B | 0 | 45 | 115 | 2A | 16 |
| Octal | 75 | 40 | 117 | 27 | 73 | 0 | 105 | 425 | 52 | 26 |
| Binary | 111101 | 100000 | 1001111 | 10111 | 111011 | 0 | 1000101 | 100010101 | 101010 | 10110 |
Color Harmonies of #3D204F
Complementary color
Monochromatic Colors of #3D204F
Black with #3D204F
Text Example
Text Example
White with #3D204F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D204F; }
p { color: rgb(61,32,79); }
H1.HeaderClassName
{
color: #3D204F;
}
.AnyTagClassName
{
color: #3D204F;
}
</style>
background-color css
<style>
a { background-color: #3D204F; }
a { background-color: rgb(61,32,79); }
div.DivClassName
{
background-color: #3D204F;
}
.BgClassName
{
background-color: #3D204F;
}
</style>
border-color css
<style>
span { border-color: #3D204F; }
span { border-color: rgb(61,32,79); }
td.TdClassName
{
border-color: #3D204F;
}
.TagClassName
{
border-color: #3D204F;
}
</style>