Shades of Jagger #3D1E56
Tints of Jagger #3D1E56
RGB
CMYK
RGB Variations
Color information
#3D1E56 (or 0x3D1E56) is known color: Jagger. HEX triplet: 3D, 1E and 56. RGB value is (61,30,86). Sum of RGB (Red+Green+Blue) = 61+30+86=177 (23% of max value = 765). Red value is 61 (24.22% from 255 or 34.46% from 177); Green value is 30 (12.11% from 255 or 16.95% from 177); Blue value is 86 (33.98% from 255 or 48.59% from 177); Max value from RGB is 86 - color contains mainly: blue. Hex color #3D1E56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D1E56 is #C2E1A9. Grayscale: #2D2D2D. Windows color (decimal): -12771754 or 5643837. OLE color: 5643837.
HSL color Cylindrical-coordinate representation of color #3D1E56: hue angle of 273.21º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3D1E56 is Cyan = 0.29, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 61 | 30 | 86 | - |
| CMYK | 0.29 | 0.65 | 0 | 0.66 |
| HSL | 273.21º | 0.48% | 0.23% | - |
| HSV(B) | 273.21º | 0.65% | 0.34% | - |
| XYZ | 4.07 | 2.59 | 9.09 | - |
| YUV | 45.65 | 150.77 | 138.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 30 | 86 | 0.29 | 0.65 | 0 | 0.66 | 273.21 | 0.48 | 0.23 |
| Hex | 3D | 1E | 56 | 1D | 41 | 0 | 42 | 111 | 30 | 17 |
| Octal | 75 | 36 | 126 | 35 | 101 | 0 | 102 | 421 | 60 | 27 |
| Binary | 111101 | 11110 | 1010110 | 11101 | 1000001 | 0 | 1000010 | 100010001 | 110000 | 10111 |
Color Harmonies of #3D1E56
Complementary color
Monochromatic Colors of #3D1E56
Black with #3D1E56
Text Example
Text Example
White with #3D1E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1E56; }
p { color: rgb(61,30,86); }
H1.HeaderClassName
{
color: #3D1E56;
}
.AnyTagClassName
{
color: #3D1E56;
}
</style>
background-color css
<style>
a { background-color: #3D1E56; }
a { background-color: rgb(61,30,86); }
div.DivClassName
{
background-color: #3D1E56;
}
.BgClassName
{
background-color: #3D1E56;
}
</style>
border-color css
<style>
span { border-color: #3D1E56; }
span { border-color: rgb(61,30,86); }
td.TdClassName
{
border-color: #3D1E56;
}
.TagClassName
{
border-color: #3D1E56;
}
</style>