Shades of Jagger #3A1951
Tints of Jagger #3A1951
RGB
CMYK
RGB Variations
Color information
#3A1951 (or 0x3A1951) is known color: Jagger. HEX triplet: 3A, 19 and 51. RGB value is (58,25,81). Sum of RGB (Red+Green+Blue) = 58+25+81=164 (21% of max value = 765). Red value is 58 (23.05% from 255 or 35.37% from 164); Green value is 25 (10.16% from 255 or 15.24% from 164); Blue value is 81 (32.03% from 255 or 49.39% from 164); Max value from RGB is 81 - color contains mainly: blue. Hex color #3A1951 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A1951 is #C5E6AE. Grayscale: #292929. Windows color (decimal): -12969647 or 5314874. OLE color: 5314874.
HSL color Cylindrical-coordinate representation of color #3A1951: hue angle of 275.36º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3A1951 is Cyan = 0.28, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 58 | 25 | 81 | - |
| CMYK | 0.28 | 0.69 | 0 | 0.68 |
| HSL | 275.36º | 0.53% | 0.21% | - |
| HSV(B) | 275.36º | 0.69% | 0.32% | - |
| XYZ | 3.58 | 2.19 | 8.02 | - |
| YUV | 41.25 | 150.43 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 25 | 81 | 0.28 | 0.69 | 0 | 0.68 | 275.36 | 0.53 | 0.21 |
| Hex | 3A | 19 | 51 | 1C | 45 | 0 | 44 | 113 | 35 | 15 |
| Octal | 72 | 31 | 121 | 34 | 105 | 0 | 104 | 423 | 65 | 25 |
| Binary | 111010 | 11001 | 1010001 | 11100 | 1000101 | 0 | 1000100 | 100010011 | 110101 | 10101 |
Color Harmonies of #3A1951
Complementary color
Monochromatic Colors of #3A1951
Black with #3A1951
Text Example
Text Example
White with #3A1951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1951; }
p { color: rgb(58,25,81); }
H1.HeaderClassName
{
color: #3A1951;
}
.AnyTagClassName
{
color: #3A1951;
}
</style>
background-color css
<style>
a { background-color: #3A1951; }
a { background-color: rgb(58,25,81); }
div.DivClassName
{
background-color: #3A1951;
}
.BgClassName
{
background-color: #3A1951;
}
</style>
border-color css
<style>
span { border-color: #3A1951; }
span { border-color: rgb(58,25,81); }
td.TdClassName
{
border-color: #3A1951;
}
.TagClassName
{
border-color: #3A1951;
}
</style>