Shades of Jagger #3B1E50
Tints of Jagger #3B1E50
RGB
CMYK
RGB Variations
Color information
#3B1E50 (or 0x3B1E50) is known color: Jagger. HEX triplet: 3B, 1E and 50. RGB value is (59,30,80). Sum of RGB (Red+Green+Blue) = 59+30+80=169 (22% of max value = 765). Red value is 59 (23.44% from 255 or 34.91% from 169); Green value is 30 (12.11% from 255 or 17.75% from 169); Blue value is 80 (31.64% from 255 or 47.34% from 169); Max value from RGB is 80 - color contains mainly: blue. Hex color #3B1E50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B1E50 is #C4E1AF. Grayscale: #2C2C2C. Windows color (decimal): -12902832 or 5250619. OLE color: 5250619.
HSL color Cylindrical-coordinate representation of color #3B1E50: hue angle of 274.8º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3B1E50 is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 59 | 30 | 80 | - |
| CMYK | 0.26 | 0.62 | 0 | 0.69 |
| HSL | 274.8º | 0.45% | 0.22% | - |
| HSV(B) | 274.8º | 0.63% | 0.31% | - |
| XYZ | 3.72 | 2.44 | 7.86 | - |
| YUV | 44.37 | 148.11 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 30 | 80 | 0.26 | 0.62 | 0 | 0.69 | 274.8 | 0.45 | 0.22 |
| Hex | 3B | 1E | 50 | 1A | 3E | 0 | 45 | 113 | 2D | 16 |
| Octal | 73 | 36 | 120 | 32 | 76 | 0 | 105 | 423 | 55 | 26 |
| Binary | 111011 | 11110 | 1010000 | 11010 | 111110 | 0 | 1000101 | 100010011 | 101101 | 10110 |
Color Harmonies of #3B1E50
Complementary color
Monochromatic Colors of #3B1E50
Black with #3B1E50
Text Example
Text Example
White with #3B1E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1E50; }
p { color: rgb(59,30,80); }
H1.HeaderClassName
{
color: #3B1E50;
}
.AnyTagClassName
{
color: #3B1E50;
}
</style>
background-color css
<style>
a { background-color: #3B1E50; }
a { background-color: rgb(59,30,80); }
div.DivClassName
{
background-color: #3B1E50;
}
.BgClassName
{
background-color: #3B1E50;
}
</style>
border-color css
<style>
span { border-color: #3B1E50; }
span { border-color: rgb(59,30,80); }
td.TdClassName
{
border-color: #3B1E50;
}
.TagClassName
{
border-color: #3B1E50;
}
</style>