Shades of Jagger #3B1752
Tints of Jagger #3B1752
RGB
CMYK
RGB Variations
Color information
#3B1752 (or 0x3B1752) is known color: Jagger. HEX triplet: 3B, 17 and 52. RGB value is (59,23,82). Sum of RGB (Red+Green+Blue) = 59+23+82=164 (21% of max value = 765). Red value is 59 (23.44% from 255 or 35.98% from 164); Green value is 23 (9.38% from 255 or 14.02% from 164); Blue value is 82 (32.42% from 255 or 50% from 164); Max value from RGB is 82 - color contains mainly: blue. Hex color #3B1752 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B1752 is #C4E8AD. Grayscale: #282828. Windows color (decimal): -12904622 or 5379899. OLE color: 5379899.
HSL color Cylindrical-coordinate representation of color #3B1752: hue angle of 276.61º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3B1752 is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 59 | 23 | 82 | - |
| CMYK | 0.28 | 0.72 | 0 | 0.68 |
| HSL | 276.61º | 0.56% | 0.21% | - |
| HSV(B) | 276.61º | 0.72% | 0.32% | - |
| XYZ | 3.63 | 2.15 | 8.21 | - |
| YUV | 40.49 | 151.43 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 23 | 82 | 0.28 | 0.72 | 0 | 0.68 | 276.61 | 0.56 | 0.21 |
| Hex | 3B | 17 | 52 | 1C | 48 | 0 | 44 | 115 | 38 | 15 |
| Octal | 73 | 27 | 122 | 34 | 110 | 0 | 104 | 425 | 70 | 25 |
| Binary | 111011 | 10111 | 1010010 | 11100 | 1001000 | 0 | 1000100 | 100010101 | 111000 | 10101 |
Color Harmonies of #3B1752
Complementary color
Monochromatic Colors of #3B1752
Black with #3B1752
Text Example
Text Example
White with #3B1752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1752; }
p { color: rgb(59,23,82); }
H1.HeaderClassName
{
color: #3B1752;
}
.AnyTagClassName
{
color: #3B1752;
}
</style>
background-color css
<style>
a { background-color: #3B1752; }
a { background-color: rgb(59,23,82); }
div.DivClassName
{
background-color: #3B1752;
}
.BgClassName
{
background-color: #3B1752;
}
</style>
border-color css
<style>
span { border-color: #3B1752; }
span { border-color: rgb(59,23,82); }
td.TdClassName
{
border-color: #3B1752;
}
.TagClassName
{
border-color: #3B1752;
}
</style>