Shades of Jagger #3A2648
Tints of Jagger #3A2648
RGB
CMYK
RGB Variations
Color information
#3A2648 (or 0x3A2648) is known color: Jagger. HEX triplet: 3A, 26 and 48. RGB value is (58,38,72). Sum of RGB (Red+Green+Blue) = 58+38+72=168 (22% of max value = 765). Red value is 58 (23.05% from 255 or 34.52% from 168); Green value is 38 (15.23% from 255 or 22.62% from 168); Blue value is 72 (28.52% from 255 or 42.86% from 168); Max value from RGB is 72 - color contains mainly: blue. Hex color #3A2648 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2648 is #C5D9B7. Grayscale: #2F2F2F. Windows color (decimal): -12966328 or 4728378. OLE color: 4728378.
HSL color Cylindrical-coordinate representation of color #3A2648: hue angle of 275.29º degrees, saturation: 0.31, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3A2648 is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 58 | 38 | 72 | - |
| CMYK | 0.19 | 0.47 | 0 | 0.72 |
| HSL | 275.29º | 0.31% | 0.22% | - |
| HSV(B) | 275.29º | 0.47% | 0.28% | - |
| XYZ | 3.61 | 2.75 | 6.47 | - |
| YUV | 47.86 | 141.63 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 38 | 72 | 0.19 | 0.47 | 0 | 0.72 | 275.29 | 0.31 | 0.22 |
| Hex | 3A | 26 | 48 | 13 | 2F | 0 | 48 | 113 | 1F | 16 |
| Octal | 72 | 46 | 110 | 23 | 57 | 0 | 110 | 423 | 37 | 26 |
| Binary | 111010 | 100110 | 1001000 | 10011 | 101111 | 0 | 1001000 | 100010011 | 11111 | 10110 |
Color Harmonies of #3A2648
Complementary color
Monochromatic Colors of #3A2648
Black with #3A2648
Text Example
Text Example
White with #3A2648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2648; }
p { color: rgb(58,38,72); }
H1.HeaderClassName
{
color: #3A2648;
}
.AnyTagClassName
{
color: #3A2648;
}
</style>
background-color css
<style>
a { background-color: #3A2648; }
a { background-color: rgb(58,38,72); }
div.DivClassName
{
background-color: #3A2648;
}
.BgClassName
{
background-color: #3A2648;
}
</style>
border-color css
<style>
span { border-color: #3A2648; }
span { border-color: rgb(58,38,72); }
td.TdClassName
{
border-color: #3A2648;
}
.TagClassName
{
border-color: #3A2648;
}
</style>