Shades of Jagger #3A204B
Tints of Jagger #3A204B
RGB
CMYK
RGB Variations
Color information
#3A204B (or 0x3A204B) is known color: Jagger. HEX triplet: 3A, 20 and 4B. RGB value is (58,32,75). Sum of RGB (Red+Green+Blue) = 58+32+75=165 (21% of max value = 765). Red value is 58 (23.05% from 255 or 35.15% from 165); Green value is 32 (12.89% from 255 or 19.39% from 165); Blue value is 75 (29.69% from 255 or 45.45% from 165); Max value from RGB is 75 - color contains mainly: blue. Hex color #3A204B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A204B is #C5DFB4. Grayscale: #2C2C2C. Windows color (decimal): -12967861 or 4923450. OLE color: 4923450.
HSL color Cylindrical-coordinate representation of color #3A204B: hue angle of 276.28º degrees, saturation: 0.4, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3A204B is Cyan = 0.23, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 58 | 32 | 75 | - |
| CMYK | 0.23 | 0.57 | 0 | 0.71 |
| HSL | 276.28º | 0.4% | 0.21% | - |
| HSV(B) | 276.28º | 0.57% | 0.29% | - |
| XYZ | 3.53 | 2.44 | 6.94 | - |
| YUV | 44.68 | 145.11 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 32 | 75 | 0.23 | 0.57 | 0 | 0.71 | 276.28 | 0.4 | 0.21 |
| Hex | 3A | 20 | 4B | 17 | 39 | 0 | 47 | 114 | 28 | 15 |
| Octal | 72 | 40 | 113 | 27 | 71 | 0 | 107 | 424 | 50 | 25 |
| Binary | 111010 | 100000 | 1001011 | 10111 | 111001 | 0 | 1000111 | 100010100 | 101000 | 10101 |
Color Harmonies of #3A204B
Complementary color
Monochromatic Colors of #3A204B
Black with #3A204B
Text Example
Text Example
White with #3A204B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A204B; }
p { color: rgb(58,32,75); }
H1.HeaderClassName
{
color: #3A204B;
}
.AnyTagClassName
{
color: #3A204B;
}
</style>
background-color css
<style>
a { background-color: #3A204B; }
a { background-color: rgb(58,32,75); }
div.DivClassName
{
background-color: #3A204B;
}
.BgClassName
{
background-color: #3A204B;
}
</style>
border-color css
<style>
span { border-color: #3A204B; }
span { border-color: rgb(58,32,75); }
td.TdClassName
{
border-color: #3A204B;
}
.TagClassName
{
border-color: #3A204B;
}
</style>