Shades of Jagger #3A2650
Tints of Jagger #3A2650
RGB
CMYK
RGB Variations
Color information
#3A2650 (or 0x3A2650) is known color: Jagger. HEX triplet: 3A, 26 and 50. RGB value is (58,38,80). Sum of RGB (Red+Green+Blue) = 58+38+80=176 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.95% from 176); Green value is 38 (15.23% from 255 or 21.59% from 176); Blue value is 80 (31.64% from 255 or 45.45% from 176); Max value from RGB is 80 - color contains mainly: blue. Hex color #3A2650 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2650 is #C5D9AF. Grayscale: #303030. Windows color (decimal): -12966320 or 5252666. OLE color: 5252666.
HSL color Cylindrical-coordinate representation of color #3A2650: hue angle of 268.57º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3A2650 is Cyan = 0.28, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 58 | 38 | 80 | - |
| CMYK | 0.28 | 0.52 | 0 | 0.69 |
| HSL | 268.57º | 0.36% | 0.23% | - |
| HSV(B) | 268.57º | 0.53% | 0.31% | - |
| XYZ | 3.89 | 2.86 | 7.94 | - |
| YUV | 48.77 | 145.63 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 38 | 80 | 0.28 | 0.52 | 0 | 0.69 | 268.57 | 0.36 | 0.23 |
| Hex | 3A | 26 | 50 | 1C | 34 | 0 | 45 | 10D | 24 | 17 |
| Octal | 72 | 46 | 120 | 34 | 64 | 0 | 105 | 415 | 44 | 27 |
| Binary | 111010 | 100110 | 1010000 | 11100 | 110100 | 0 | 1000101 | 100001101 | 100100 | 10111 |
Color Harmonies of #3A2650
Complementary color
Monochromatic Colors of #3A2650
Black with #3A2650
Text Example
Text Example
White with #3A2650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2650; }
p { color: rgb(58,38,80); }
H1.HeaderClassName
{
color: #3A2650;
}
.AnyTagClassName
{
color: #3A2650;
}
</style>
background-color css
<style>
a { background-color: #3A2650; }
a { background-color: rgb(58,38,80); }
div.DivClassName
{
background-color: #3A2650;
}
.BgClassName
{
background-color: #3A2650;
}
</style>
border-color css
<style>
span { border-color: #3A2650; }
span { border-color: rgb(58,38,80); }
td.TdClassName
{
border-color: #3A2650;
}
.TagClassName
{
border-color: #3A2650;
}
</style>