Shades of Jagger #3A1753
Tints of Jagger #3A1753
RGB
CMYK
RGB Variations
Color information
#3A1753 (or 0x3A1753) is known color: Jagger. HEX triplet: 3A, 17 and 53. RGB value is (58,23,83). Sum of RGB (Red+Green+Blue) = 58+23+83=164 (21% of max value = 765). Red value is 58 (23.05% from 255 or 35.37% from 164); Green value is 23 (9.38% from 255 or 14.02% from 164); Blue value is 83 (32.81% from 255 or 50.61% from 164); Max value from RGB is 83 - color contains mainly: blue. Hex color #3A1753 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A1753 is #C5E8AC. Grayscale: #282828. Windows color (decimal): -12970157 or 5445434. OLE color: 5445434.
HSL color Cylindrical-coordinate representation of color #3A1753: hue angle of 275º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3A1753 is Cyan = 0.30, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 58 | 23 | 83 | - |
| CMYK | 0.30 | 0.72 | 0 | 0.67 |
| HSL | 275º | 0.57% | 0.21% | - |
| HSV(B) | 275º | 0.72% | 0.33% | - |
| XYZ | 3.61 | 2.14 | 8.41 | - |
| YUV | 40.31 | 152.1 | 140.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 23 | 83 | 0.30 | 0.72 | 0 | 0.67 | 275 | 0.57 | 0.21 |
| Hex | 3A | 17 | 53 | 1E | 48 | 0 | 43 | 113 | 39 | 15 |
| Octal | 72 | 27 | 123 | 36 | 110 | 0 | 103 | 423 | 71 | 25 |
| Binary | 111010 | 10111 | 1010011 | 11110 | 1001000 | 0 | 1000011 | 100010011 | 111001 | 10101 |
Color Harmonies of #3A1753
Complementary color
Monochromatic Colors of #3A1753
Black with #3A1753
Text Example
Text Example
White with #3A1753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1753; }
p { color: rgb(58,23,83); }
H1.HeaderClassName
{
color: #3A1753;
}
.AnyTagClassName
{
color: #3A1753;
}
</style>
background-color css
<style>
a { background-color: #3A1753; }
a { background-color: rgb(58,23,83); }
div.DivClassName
{
background-color: #3A1753;
}
.BgClassName
{
background-color: #3A1753;
}
</style>
border-color css
<style>
span { border-color: #3A1753; }
span { border-color: rgb(58,23,83); }
td.TdClassName
{
border-color: #3A1753;
}
.TagClassName
{
border-color: #3A1753;
}
</style>