Shades of Jagger #3A1B54
Tints of Jagger #3A1B54
RGB
CMYK
RGB Variations
Color information
#3A1B54 (or 0x3A1B54) is known color: Jagger. HEX triplet: 3A, 1B and 54. RGB value is (58,27,84). Sum of RGB (Red+Green+Blue) = 58+27+84=169 (22% of max value = 765). Red value is 58 (23.05% from 255 or 34.32% from 169); Green value is 27 (10.94% from 255 or 15.98% from 169); Blue value is 84 (33.20% from 255 or 49.70% from 169); Max value from RGB is 84 - color contains mainly: blue. Hex color #3A1B54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A1B54 is #C5E4AB. Grayscale: #2A2A2A. Windows color (decimal): -12969132 or 5511994. OLE color: 5511994.
HSL color Cylindrical-coordinate representation of color #3A1B54: hue angle of 272.63º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3A1B54 is Cyan = 0.31, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 58 | 27 | 84 | - |
| CMYK | 0.31 | 0.68 | 0 | 0.67 |
| HSL | 272.63º | 0.51% | 0.22% | - |
| HSV(B) | 272.63º | 0.68% | 0.33% | - |
| XYZ | 3.74 | 2.32 | 8.64 | - |
| YUV | 42.77 | 151.27 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 27 | 84 | 0.31 | 0.68 | 0 | 0.67 | 272.63 | 0.51 | 0.22 |
| Hex | 3A | 1B | 54 | 1F | 44 | 0 | 43 | 111 | 33 | 16 |
| Octal | 72 | 33 | 124 | 37 | 104 | 0 | 103 | 421 | 63 | 26 |
| Binary | 111010 | 11011 | 1010100 | 11111 | 1000100 | 0 | 1000011 | 100010001 | 110011 | 10110 |
Color Harmonies of #3A1B54
Complementary color
Monochromatic Colors of #3A1B54
Black with #3A1B54
Text Example
Text Example
White with #3A1B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1B54; }
p { color: rgb(58,27,84); }
H1.HeaderClassName
{
color: #3A1B54;
}
.AnyTagClassName
{
color: #3A1B54;
}
</style>
background-color css
<style>
a { background-color: #3A1B54; }
a { background-color: rgb(58,27,84); }
div.DivClassName
{
background-color: #3A1B54;
}
.BgClassName
{
background-color: #3A1B54;
}
</style>
border-color css
<style>
span { border-color: #3A1B54; }
span { border-color: rgb(58,27,84); }
td.TdClassName
{
border-color: #3A1B54;
}
.TagClassName
{
border-color: #3A1B54;
}
</style>