Shades of Jagger #3A2153
Tints of Jagger #3A2153
RGB
CMYK
RGB Variations
Color information
#3A2153 (or 0x3A2153) is known color: Jagger. HEX triplet: 3A, 21 and 53. RGB value is (58,33,83). Sum of RGB (Red+Green+Blue) = 58+33+83=174 (23% of max value = 765). Red value is 58 (23.05% from 255 or 33.33% from 174); Green value is 33 (13.28% from 255 or 18.97% from 174); Blue value is 83 (32.81% from 255 or 47.70% from 174); Max value from RGB is 83 - color contains mainly: blue. Hex color #3A2153 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2153 is #C5DEAC. Grayscale: #2E2E2E. Windows color (decimal): -12967597 or 5447994. OLE color: 5447994.
HSL color Cylindrical-coordinate representation of color #3A2153: hue angle of 270º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3A2153 is Cyan = 0.30, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 58 | 33 | 83 | - |
| CMYK | 0.30 | 0.60 | 0 | 0.67 |
| HSL | 270º | 0.43% | 0.23% | - |
| HSV(B) | 270º | 0.6% | 0.33% | - |
| XYZ | 3.85 | 2.61 | 8.48 | - |
| YUV | 46.18 | 148.78 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 33 | 83 | 0.30 | 0.60 | 0 | 0.67 | 270 | 0.43 | 0.23 |
| Hex | 3A | 21 | 53 | 1E | 3C | 0 | 43 | 10E | 2B | 17 |
| Octal | 72 | 41 | 123 | 36 | 74 | 0 | 103 | 416 | 53 | 27 |
| Binary | 111010 | 100001 | 1010011 | 11110 | 111100 | 0 | 1000011 | 100001110 | 101011 | 10111 |
Color Harmonies of #3A2153
Complementary color
Monochromatic Colors of #3A2153
Black with #3A2153
Text Example
Text Example
White with #3A2153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2153; }
p { color: rgb(58,33,83); }
H1.HeaderClassName
{
color: #3A2153;
}
.AnyTagClassName
{
color: #3A2153;
}
</style>
background-color css
<style>
a { background-color: #3A2153; }
a { background-color: rgb(58,33,83); }
div.DivClassName
{
background-color: #3A2153;
}
.BgClassName
{
background-color: #3A2153;
}
</style>
border-color css
<style>
span { border-color: #3A2153; }
span { border-color: rgb(58,33,83); }
td.TdClassName
{
border-color: #3A2153;
}
.TagClassName
{
border-color: #3A2153;
}
</style>