Shades of Jagger #3A284A
Tints of Jagger #3A284A
RGB
CMYK
RGB Variations
Color information
#3A284A (or 0x3A284A) is known color: Jagger. HEX triplet: 3A, 28 and 4A. RGB value is (58,40,74). Sum of RGB (Red+Green+Blue) = 58+40+74=172 (22% of max value = 765). Red value is 58 (23.05% from 255 or 33.72% from 172); Green value is 40 (16.02% from 255 or 23.26% from 172); Blue value is 74 (29.30% from 255 or 43.02% from 172); Max value from RGB is 74 - color contains mainly: blue. Hex color #3A284A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A284A is #C5D7B5. Grayscale: #313131. Windows color (decimal): -12965814 or 4859962. OLE color: 4859962.
HSL color Cylindrical-coordinate representation of color #3A284A: hue angle of 271.76º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3A284A is Cyan = 0.22, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 58 | 40 | 74 | - |
| CMYK | 0.22 | 0.46 | 0 | 0.71 |
| HSL | 271.76º | 0.3% | 0.22% | - |
| HSV(B) | 271.76º | 0.46% | 0.29% | - |
| XYZ | 3.74 | 2.91 | 6.84 | - |
| YUV | 49.26 | 141.96 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 40 | 74 | 0.22 | 0.46 | 0 | 0.71 | 271.76 | 0.3 | 0.22 |
| Hex | 3A | 28 | 4A | 16 | 2E | 0 | 47 | 110 | 1E | 16 |
| Octal | 72 | 50 | 112 | 26 | 56 | 0 | 107 | 420 | 36 | 26 |
| Binary | 111010 | 101000 | 1001010 | 10110 | 101110 | 0 | 1000111 | 100010000 | 11110 | 10110 |
Color Harmonies of #3A284A
Complementary color
Monochromatic Colors of #3A284A
Black with #3A284A
Text Example
Text Example
White with #3A284A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A284A; }
p { color: rgb(58,40,74); }
H1.HeaderClassName
{
color: #3A284A;
}
.AnyTagClassName
{
color: #3A284A;
}
</style>
background-color css
<style>
a { background-color: #3A284A; }
a { background-color: rgb(58,40,74); }
div.DivClassName
{
background-color: #3A284A;
}
.BgClassName
{
background-color: #3A284A;
}
</style>
border-color css
<style>
span { border-color: #3A284A; }
span { border-color: rgb(58,40,74); }
td.TdClassName
{
border-color: #3A284A;
}
.TagClassName
{
border-color: #3A284A;
}
</style>