Shades of Jagger #3D2656
Tints of Jagger #3D2656
RGB
CMYK
RGB Variations
Color information
#3D2656 (or 0x3D2656) is known color: Jagger. HEX triplet: 3D, 26 and 56. RGB value is (61,38,86). Sum of RGB (Red+Green+Blue) = 61+38+86=185 (24% of max value = 765). Red value is 61 (24.22% from 255 or 32.97% from 185); Green value is 38 (15.23% from 255 or 20.54% from 185); Blue value is 86 (33.98% from 255 or 46.49% from 185); Max value from RGB is 86 - color contains mainly: blue. Hex color #3D2656 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D2656 is #C2D9A9. Grayscale: #323232. Windows color (decimal): -12769706 or 5645885. OLE color: 5645885.
HSL color Cylindrical-coordinate representation of color #3D2656: hue angle of 268.75º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3D2656 is Cyan = 0.29, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 61 | 38 | 86 | - |
| CMYK | 0.29 | 0.56 | 0 | 0.66 |
| HSL | 268.75º | 0.39% | 0.24% | - |
| HSV(B) | 268.75º | 0.56% | 0.34% | - |
| XYZ | 4.3 | 3.05 | 9.17 | - |
| YUV | 50.35 | 148.12 | 135.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 38 | 86 | 0.29 | 0.56 | 0 | 0.66 | 268.75 | 0.39 | 0.24 |
| Hex | 3D | 26 | 56 | 1D | 38 | 0 | 42 | 10D | 27 | 18 |
| Octal | 75 | 46 | 126 | 35 | 70 | 0 | 102 | 415 | 47 | 30 |
| Binary | 111101 | 100110 | 1010110 | 11101 | 111000 | 0 | 1000010 | 100001101 | 100111 | 11000 |
Color Harmonies of #3D2656
Complementary color
Monochromatic Colors of #3D2656
Black with #3D2656
Text Example
Text Example
White with #3D2656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2656; }
p { color: rgb(61,38,86); }
H1.HeaderClassName
{
color: #3D2656;
}
.AnyTagClassName
{
color: #3D2656;
}
</style>
background-color css
<style>
a { background-color: #3D2656; }
a { background-color: rgb(61,38,86); }
div.DivClassName
{
background-color: #3D2656;
}
.BgClassName
{
background-color: #3D2656;
}
</style>
border-color css
<style>
span { border-color: #3D2656; }
span { border-color: rgb(61,38,86); }
td.TdClassName
{
border-color: #3D2656;
}
.TagClassName
{
border-color: #3D2656;
}
</style>