Shades of Jagger #3A1B52
Tints of Jagger #3A1B52
RGB
CMYK
RGB Variations
Color information
#3A1B52 (or 0x3A1B52) is known color: Jagger. HEX triplet: 3A, 1B and 52. RGB value is (58,27,82). Sum of RGB (Red+Green+Blue) = 58+27+82=167 (22% of max value = 765). Red value is 58 (23.05% from 255 or 34.73% from 167); Green value is 27 (10.94% from 255 or 16.17% from 167); Blue value is 82 (32.42% from 255 or 49.10% from 167); Max value from RGB is 82 - color contains mainly: blue. Hex color #3A1B52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A1B52 is #C5E4AD. Grayscale: #2A2A2A. Windows color (decimal): -12969134 or 5380922. OLE color: 5380922.
HSL color Cylindrical-coordinate representation of color #3A1B52: hue angle of 273.82º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3A1B52 is Cyan = 0.29, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 58 | 27 | 82 | - |
| CMYK | 0.29 | 0.67 | 0 | 0.68 |
| HSL | 273.82º | 0.5% | 0.21% | - |
| HSV(B) | 273.82º | 0.67% | 0.32% | - |
| XYZ | 3.66 | 2.29 | 8.23 | - |
| YUV | 42.54 | 150.27 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 27 | 82 | 0.29 | 0.67 | 0 | 0.68 | 273.82 | 0.5 | 0.21 |
| Hex | 3A | 1B | 52 | 1D | 43 | 0 | 44 | 112 | 32 | 15 |
| Octal | 72 | 33 | 122 | 35 | 103 | 0 | 104 | 422 | 62 | 25 |
| Binary | 111010 | 11011 | 1010010 | 11101 | 1000011 | 0 | 1000100 | 100010010 | 110010 | 10101 |
Color Harmonies of #3A1B52
Complementary color
Monochromatic Colors of #3A1B52
Black with #3A1B52
Text Example
Text Example
White with #3A1B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1B52; }
p { color: rgb(58,27,82); }
H1.HeaderClassName
{
color: #3A1B52;
}
.AnyTagClassName
{
color: #3A1B52;
}
</style>
background-color css
<style>
a { background-color: #3A1B52; }
a { background-color: rgb(58,27,82); }
div.DivClassName
{
background-color: #3A1B52;
}
.BgClassName
{
background-color: #3A1B52;
}
</style>
border-color css
<style>
span { border-color: #3A1B52; }
span { border-color: rgb(58,27,82); }
td.TdClassName
{
border-color: #3A1B52;
}
.TagClassName
{
border-color: #3A1B52;
}
</style>