Shades of Jagger #3A1D52
Tints of Jagger #3A1D52
RGB
CMYK
RGB Variations
Color information
#3A1D52 (or 0x3A1D52) is known color: Jagger. HEX triplet: 3A, 1D and 52. RGB value is (58,29,82). Sum of RGB (Red+Green+Blue) = 58+29+82=169 (22% of max value = 765). Red value is 58 (23.05% from 255 or 34.32% from 169); Green value is 29 (11.72% from 255 or 17.16% from 169); Blue value is 82 (32.42% from 255 or 48.52% from 169); Max value from RGB is 82 - color contains mainly: blue. Hex color #3A1D52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A1D52 is #C5E2AD. Grayscale: #2B2B2B. Windows color (decimal): -12968622 or 5381434. OLE color: 5381434.
HSL color Cylindrical-coordinate representation of color #3A1D52: hue angle of 272.83º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3A1D52 is Cyan = 0.29, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 58 | 29 | 82 | - |
| CMYK | 0.29 | 0.65 | 0 | 0.68 |
| HSL | 272.83º | 0.48% | 0.22% | - |
| HSV(B) | 272.83º | 0.65% | 0.32% | - |
| XYZ | 3.71 | 2.39 | 8.25 | - |
| YUV | 43.71 | 149.61 | 138.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 29 | 82 | 0.29 | 0.65 | 0 | 0.68 | 272.83 | 0.48 | 0.22 |
| Hex | 3A | 1D | 52 | 1D | 41 | 0 | 44 | 111 | 30 | 16 |
| Octal | 72 | 35 | 122 | 35 | 101 | 0 | 104 | 421 | 60 | 26 |
| Binary | 111010 | 11101 | 1010010 | 11101 | 1000001 | 0 | 1000100 | 100010001 | 110000 | 10110 |
Color Harmonies of #3A1D52
Complementary color
Monochromatic Colors of #3A1D52
Black with #3A1D52
Text Example
Text Example
White with #3A1D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1D52; }
p { color: rgb(58,29,82); }
H1.HeaderClassName
{
color: #3A1D52;
}
.AnyTagClassName
{
color: #3A1D52;
}
</style>
background-color css
<style>
a { background-color: #3A1D52; }
a { background-color: rgb(58,29,82); }
div.DivClassName
{
background-color: #3A1D52;
}
.BgClassName
{
background-color: #3A1D52;
}
</style>
border-color css
<style>
span { border-color: #3A1D52; }
span { border-color: rgb(58,29,82); }
td.TdClassName
{
border-color: #3A1D52;
}
.TagClassName
{
border-color: #3A1D52;
}
</style>