Shades of Jagger #3D2752
Tints of Jagger #3D2752
RGB
CMYK
RGB Variations
Color information
#3D2752 (or 0x3D2752) is known color: Jagger. HEX triplet: 3D, 27 and 52. RGB value is (61,39,82). Sum of RGB (Red+Green+Blue) = 61+39+82=182 (24% of max value = 765). Red value is 61 (24.22% from 255 or 33.52% from 182); Green value is 39 (15.62% from 255 or 21.43% from 182); Blue value is 82 (32.42% from 255 or 45.05% from 182); Max value from RGB is 82 - color contains mainly: blue. Hex color #3D2752 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D2752 is #C2D8AD. Grayscale: #323232. Windows color (decimal): -12769454 or 5383997. OLE color: 5383997.
HSL color Cylindrical-coordinate representation of color #3D2752: hue angle of 270.7º degrees, saturation: 0.36, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3D2752 is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 61 | 39 | 82 | - |
| CMYK | 0.26 | 0.52 | 0 | 0.68 |
| HSL | 270.7º | 0.36% | 0.24% | - |
| HSV(B) | 270.7º | 0.52% | 0.32% | - |
| XYZ | 4.17 | 3.05 | 8.35 | - |
| YUV | 50.48 | 145.79 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 39 | 82 | 0.26 | 0.52 | 0 | 0.68 | 270.7 | 0.36 | 0.24 |
| Hex | 3D | 27 | 52 | 1A | 34 | 0 | 44 | 10F | 24 | 18 |
| Octal | 75 | 47 | 122 | 32 | 64 | 0 | 104 | 417 | 44 | 30 |
| Binary | 111101 | 100111 | 1010010 | 11010 | 110100 | 0 | 1000100 | 100001111 | 100100 | 11000 |
Color Harmonies of #3D2752
Complementary color
Monochromatic Colors of #3D2752
Black with #3D2752
Text Example
Text Example
White with #3D2752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2752; }
p { color: rgb(61,39,82); }
H1.HeaderClassName
{
color: #3D2752;
}
.AnyTagClassName
{
color: #3D2752;
}
</style>
background-color css
<style>
a { background-color: #3D2752; }
a { background-color: rgb(61,39,82); }
div.DivClassName
{
background-color: #3D2752;
}
.BgClassName
{
background-color: #3D2752;
}
</style>
border-color css
<style>
span { border-color: #3D2752; }
span { border-color: rgb(61,39,82); }
td.TdClassName
{
border-color: #3D2752;
}
.TagClassName
{
border-color: #3D2752;
}
</style>