Shades of Jagger #3B214D
Tints of Jagger #3B214D
RGB
CMYK
RGB Variations
Color information
#3B214D (or 0x3B214D) is known color: Jagger. HEX triplet: 3B, 21 and 4D. RGB value is (59,33,77). Sum of RGB (Red+Green+Blue) = 59+33+77=169 (22% of max value = 765). Red value is 59 (23.44% from 255 or 34.91% from 169); Green value is 33 (13.28% from 255 or 19.53% from 169); Blue value is 77 (30.47% from 255 or 45.56% from 169); Max value from RGB is 77 - color contains mainly: blue. Hex color #3B214D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B214D is #C4DEB2. Grayscale: #2D2D2D. Windows color (decimal): -12902067 or 5054779. OLE color: 5054779.
HSL color Cylindrical-coordinate representation of color #3B214D: hue angle of 275.45º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3B214D is Cyan = 0.23, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 59 | 33 | 77 | - |
| CMYK | 0.23 | 0.57 | 0 | 0.70 |
| HSL | 275.45º | 0.4% | 0.22% | - |
| HSV(B) | 275.45º | 0.57% | 0.3% | - |
| XYZ | 3.69 | 2.55 | 7.32 | - |
| YUV | 45.79 | 145.61 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 33 | 77 | 0.23 | 0.57 | 0 | 0.70 | 275.45 | 0.4 | 0.22 |
| Hex | 3B | 21 | 4D | 17 | 39 | 0 | 46 | 113 | 28 | 16 |
| Octal | 73 | 41 | 115 | 27 | 71 | 0 | 106 | 423 | 50 | 26 |
| Binary | 111011 | 100001 | 1001101 | 10111 | 111001 | 0 | 1000110 | 100010011 | 101000 | 10110 |
Color Harmonies of #3B214D
Complementary color
Monochromatic Colors of #3B214D
Black with #3B214D
Text Example
Text Example
White with #3B214D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B214D; }
p { color: rgb(59,33,77); }
H1.HeaderClassName
{
color: #3B214D;
}
.AnyTagClassName
{
color: #3B214D;
}
</style>
background-color css
<style>
a { background-color: #3B214D; }
a { background-color: rgb(59,33,77); }
div.DivClassName
{
background-color: #3B214D;
}
.BgClassName
{
background-color: #3B214D;
}
</style>
border-color css
<style>
span { border-color: #3B214D; }
span { border-color: rgb(59,33,77); }
td.TdClassName
{
border-color: #3B214D;
}
.TagClassName
{
border-color: #3B214D;
}
</style>