Shades of Jagger #3A294B
Tints of Jagger #3A294B
RGB
CMYK
RGB Variations
Color information
#3A294B (or 0x3A294B) is known color: Jagger. HEX triplet: 3A, 29 and 4B. RGB value is (58,41,75). Sum of RGB (Red+Green+Blue) = 58+41+75=174 (23% of max value = 765). Red value is 58 (23.05% from 255 or 33.33% from 174); Green value is 41 (16.41% from 255 or 23.56% from 174); Blue value is 75 (29.69% from 255 or 43.10% from 174); Max value from RGB is 75 - color contains mainly: blue. Hex color #3A294B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A294B is #C5D6B4. Grayscale: #313131. Windows color (decimal): -12965557 or 4925754. OLE color: 4925754.
HSL color Cylindrical-coordinate representation of color #3A294B: hue angle of 270º degrees, saturation: 0.29, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3A294B is Cyan = 0.23, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 58 | 41 | 75 | - |
| CMYK | 0.23 | 0.45 | 0 | 0.71 |
| HSL | 270º | 0.29% | 0.23% | - |
| HSV(B) | 270º | 0.45% | 0.29% | - |
| XYZ | 3.81 | 2.99 | 7.03 | - |
| YUV | 49.96 | 142.13 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 41 | 75 | 0.23 | 0.45 | 0 | 0.71 | 270 | 0.29 | 0.23 |
| Hex | 3A | 29 | 4B | 17 | 2D | 0 | 47 | 10E | 1D | 17 |
| Octal | 72 | 51 | 113 | 27 | 55 | 0 | 107 | 416 | 35 | 27 |
| Binary | 111010 | 101001 | 1001011 | 10111 | 101101 | 0 | 1000111 | 100001110 | 11101 | 10111 |
Color Harmonies of #3A294B
Complementary color
Monochromatic Colors of #3A294B
Black with #3A294B
Text Example
Text Example
White with #3A294B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A294B; }
p { color: rgb(58,41,75); }
H1.HeaderClassName
{
color: #3A294B;
}
.AnyTagClassName
{
color: #3A294B;
}
</style>
background-color css
<style>
a { background-color: #3A294B; }
a { background-color: rgb(58,41,75); }
div.DivClassName
{
background-color: #3A294B;
}
.BgClassName
{
background-color: #3A294B;
}
</style>
border-color css
<style>
span { border-color: #3A294B; }
span { border-color: rgb(58,41,75); }
td.TdClassName
{
border-color: #3A294B;
}
.TagClassName
{
border-color: #3A294B;
}
</style>