Shades of Jagger #3A1652
Tints of Jagger #3A1652
RGB
CMYK
RGB Variations
Color information
#3A1652 (or 0x3A1652) is known color: Jagger. HEX triplet: 3A, 16 and 52. RGB value is (58,22,82). Sum of RGB (Red+Green+Blue) = 58+22+82=162 (21% of max value = 765). Red value is 58 (23.05% from 255 or 35.80% from 162); Green value is 22 (8.98% from 255 or 13.58% from 162); Blue value is 82 (32.42% from 255 or 50.62% from 162); Max value from RGB is 82 - color contains mainly: blue. Hex color #3A1652 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A1652 is #C5E9AD. Grayscale: #272727. Windows color (decimal): -12970414 or 5379642. OLE color: 5379642.
HSL color Cylindrical-coordinate representation of color #3A1652: hue angle of 276º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3A1652 is Cyan = 0.29, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 58 | 22 | 82 | - |
| CMYK | 0.29 | 0.73 | 0 | 0.68 |
| HSL | 276º | 0.58% | 0.2% | - |
| HSV(B) | 276º | 0.73% | 0.32% | - |
| XYZ | 3.55 | 2.08 | 8.2 | - |
| YUV | 39.6 | 151.93 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 22 | 82 | 0.29 | 0.73 | 0 | 0.68 | 276 | 0.58 | 0.2 |
| Hex | 3A | 16 | 52 | 1D | 49 | 0 | 44 | 114 | 3A | 14 |
| Octal | 72 | 26 | 122 | 35 | 111 | 0 | 104 | 424 | 72 | 24 |
| Binary | 111010 | 10110 | 1010010 | 11101 | 1001001 | 0 | 1000100 | 100010100 | 111010 | 10100 |
Color Harmonies of #3A1652
Complementary color
Monochromatic Colors of #3A1652
Black with #3A1652
Text Example
Text Example
White with #3A1652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1652; }
p { color: rgb(58,22,82); }
H1.HeaderClassName
{
color: #3A1652;
}
.AnyTagClassName
{
color: #3A1652;
}
</style>
background-color css
<style>
a { background-color: #3A1652; }
a { background-color: rgb(58,22,82); }
div.DivClassName
{
background-color: #3A1652;
}
.BgClassName
{
background-color: #3A1652;
}
</style>
border-color css
<style>
span { border-color: #3A1652; }
span { border-color: rgb(58,22,82); }
td.TdClassName
{
border-color: #3A1652;
}
.TagClassName
{
border-color: #3A1652;
}
</style>