Shades of Jagger #3A1C53
Tints of Jagger #3A1C53
RGB
CMYK
RGB Variations
Color information
#3A1C53 (or 0x3A1C53) is known color: Jagger. HEX triplet: 3A, 1C and 53. RGB value is (58,28,83). Sum of RGB (Red+Green+Blue) = 58+28+83=169 (22% of max value = 765). Red value is 58 (23.05% from 255 or 34.32% from 169); Green value is 28 (11.33% from 255 or 16.57% from 169); Blue value is 83 (32.81% from 255 or 49.11% from 169); Max value from RGB is 83 - color contains mainly: blue. Hex color #3A1C53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A1C53 is #C5E3AC. Grayscale: #2B2B2B. Windows color (decimal): -12968877 or 5446714. OLE color: 5446714.
HSL color Cylindrical-coordinate representation of color #3A1C53: hue angle of 272.73º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3A1C53 is Cyan = 0.30, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 58 | 28 | 83 | - |
| CMYK | 0.30 | 0.66 | 0 | 0.67 |
| HSL | 272.73º | 0.5% | 0.22% | - |
| HSV(B) | 272.73º | 0.66% | 0.33% | - |
| XYZ | 3.72 | 2.35 | 8.44 | - |
| YUV | 43.24 | 150.44 | 138.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 28 | 83 | 0.30 | 0.66 | 0 | 0.67 | 272.73 | 0.5 | 0.22 |
| Hex | 3A | 1C | 53 | 1E | 42 | 0 | 43 | 111 | 32 | 16 |
| Octal | 72 | 34 | 123 | 36 | 102 | 0 | 103 | 421 | 62 | 26 |
| Binary | 111010 | 11100 | 1010011 | 11110 | 1000010 | 0 | 1000011 | 100010001 | 110010 | 10110 |
Color Harmonies of #3A1C53
Complementary color
Monochromatic Colors of #3A1C53
Black with #3A1C53
Text Example
Text Example
White with #3A1C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1C53; }
p { color: rgb(58,28,83); }
H1.HeaderClassName
{
color: #3A1C53;
}
.AnyTagClassName
{
color: #3A1C53;
}
</style>
background-color css
<style>
a { background-color: #3A1C53; }
a { background-color: rgb(58,28,83); }
div.DivClassName
{
background-color: #3A1C53;
}
.BgClassName
{
background-color: #3A1C53;
}
</style>
border-color css
<style>
span { border-color: #3A1C53; }
span { border-color: rgb(58,28,83); }
td.TdClassName
{
border-color: #3A1C53;
}
.TagClassName
{
border-color: #3A1C53;
}
</style>