Shades of Jagger #3A224E
Tints of Jagger #3A224E
RGB
CMYK
RGB Variations
Color information
#3A224E (or 0x3A224E) is known color: Jagger. HEX triplet: 3A, 22 and 4E. RGB value is (58,34,78). Sum of RGB (Red+Green+Blue) = 58+34+78=170 (22% of max value = 765). Red value is 58 (23.05% from 255 or 34.12% from 170); Green value is 34 (13.67% from 255 or 20% from 170); Blue value is 78 (30.86% from 255 or 45.88% from 170); Max value from RGB is 78 - color contains mainly: blue. Hex color #3A224E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A224E is #C5DDB1. Grayscale: #2E2E2E. Windows color (decimal): -12967346 or 5120570. OLE color: 5120570.
HSL color Cylindrical-coordinate representation of color #3A224E: hue angle of 272.73º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3A224E is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 58 | 34 | 78 | - |
| CMYK | 0.26 | 0.56 | 0 | 0.69 |
| HSL | 272.73º | 0.39% | 0.22% | - |
| HSV(B) | 272.73º | 0.56% | 0.31% | - |
| XYZ | 3.69 | 2.59 | 7.51 | - |
| YUV | 46.19 | 145.95 | 136.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 34 | 78 | 0.26 | 0.56 | 0 | 0.69 | 272.73 | 0.39 | 0.22 |
| Hex | 3A | 22 | 4E | 1A | 38 | 0 | 45 | 111 | 27 | 16 |
| Octal | 72 | 42 | 116 | 32 | 70 | 0 | 105 | 421 | 47 | 26 |
| Binary | 111010 | 100010 | 1001110 | 11010 | 111000 | 0 | 1000101 | 100010001 | 100111 | 10110 |
Color Harmonies of #3A224E
Complementary color
Monochromatic Colors of #3A224E
Black with #3A224E
Text Example
Text Example
White with #3A224E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A224E; }
p { color: rgb(58,34,78); }
H1.HeaderClassName
{
color: #3A224E;
}
.AnyTagClassName
{
color: #3A224E;
}
</style>
background-color css
<style>
a { background-color: #3A224E; }
a { background-color: rgb(58,34,78); }
div.DivClassName
{
background-color: #3A224E;
}
.BgClassName
{
background-color: #3A224E;
}
</style>
border-color css
<style>
span { border-color: #3A224E; }
span { border-color: rgb(58,34,78); }
td.TdClassName
{
border-color: #3A224E;
}
.TagClassName
{
border-color: #3A224E;
}
</style>