Shades of Jagger #3A2850
Tints of Jagger #3A2850
RGB
CMYK
RGB Variations
Color information
#3A2850 (or 0x3A2850) is known color: Jagger. HEX triplet: 3A, 28 and 50. RGB value is (58,40,80). Sum of RGB (Red+Green+Blue) = 58+40+80=178 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.58% from 178); Green value is 40 (16.02% from 255 or 22.47% from 178); Blue value is 80 (31.64% from 255 or 44.94% from 178); Max value from RGB is 80 - color contains mainly: blue. Hex color #3A2850 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2850 is #C5D7AF. Grayscale: #313131. Windows color (decimal): -12965808 or 5253178. OLE color: 5253178.
HSL color Cylindrical-coordinate representation of color #3A2850: hue angle of 267º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3A2850 is Cyan = 0.28, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 58 | 40 | 80 | - |
| CMYK | 0.28 | 0.5 | 0 | 0.69 |
| HSL | 267º | 0.33% | 0.24% | - |
| HSV(B) | 267º | 0.5% | 0.31% | - |
| XYZ | 3.95 | 3 | 7.96 | - |
| YUV | 49.94 | 144.96 | 133.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 40 | 80 | 0.28 | 0.5 | 0 | 0.69 | 267 | 0.33 | 0.24 |
| Hex | 3A | 28 | 50 | 1C | 32 | 0 | 45 | 10B | 21 | 18 |
| Octal | 72 | 50 | 120 | 34 | 62 | 0 | 105 | 413 | 41 | 30 |
| Binary | 111010 | 101000 | 1010000 | 11100 | 110010 | 0 | 1000101 | 100001011 | 100001 | 11000 |
Color Harmonies of #3A2850
Complementary color
Monochromatic Colors of #3A2850
Black with #3A2850
Text Example
Text Example
White with #3A2850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2850; }
p { color: rgb(58,40,80); }
H1.HeaderClassName
{
color: #3A2850;
}
.AnyTagClassName
{
color: #3A2850;
}
</style>
background-color css
<style>
a { background-color: #3A2850; }
a { background-color: rgb(58,40,80); }
div.DivClassName
{
background-color: #3A2850;
}
.BgClassName
{
background-color: #3A2850;
}
</style>
border-color css
<style>
span { border-color: #3A2850; }
span { border-color: rgb(58,40,80); }
td.TdClassName
{
border-color: #3A2850;
}
.TagClassName
{
border-color: #3A2850;
}
</style>