Shades of Jagger #3A254A
Tints of Jagger #3A254A
RGB
CMYK
RGB Variations
Color information
#3A254A (or 0x3A254A) is known color: Jagger. HEX triplet: 3A, 25 and 4A. RGB value is (58,37,74). Sum of RGB (Red+Green+Blue) = 58+37+74=169 (22% of max value = 765). Red value is 58 (23.05% from 255 or 34.32% from 169); Green value is 37 (14.84% from 255 or 21.89% from 169); Blue value is 74 (29.30% from 255 or 43.79% from 169); Max value from RGB is 74 - color contains mainly: blue. Hex color #3A254A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A254A is #C5DAB5. Grayscale: #2F2F2F. Windows color (decimal): -12966582 or 4859194. OLE color: 4859194.
HSL color Cylindrical-coordinate representation of color #3A254A: hue angle of 274.05º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3A254A is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 58 | 37 | 74 | - |
| CMYK | 0.22 | 0.50 | 0 | 0.71 |
| HSL | 274.05º | 0.33% | 0.22% | - |
| HSV(B) | 274.05º | 0.5% | 0.29% | - |
| XYZ | 3.64 | 2.72 | 6.81 | - |
| YUV | 47.5 | 142.96 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 37 | 74 | 0.22 | 0.50 | 0 | 0.71 | 274.05 | 0.33 | 0.22 |
| Hex | 3A | 25 | 4A | 16 | 32 | 0 | 47 | 112 | 21 | 16 |
| Octal | 72 | 45 | 112 | 26 | 62 | 0 | 107 | 422 | 41 | 26 |
| Binary | 111010 | 100101 | 1001010 | 10110 | 110010 | 0 | 1000111 | 100010010 | 100001 | 10110 |
Color Harmonies of #3A254A
Complementary color
Monochromatic Colors of #3A254A
Black with #3A254A
Text Example
Text Example
White with #3A254A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A254A; }
p { color: rgb(58,37,74); }
H1.HeaderClassName
{
color: #3A254A;
}
.AnyTagClassName
{
color: #3A254A;
}
</style>
background-color css
<style>
a { background-color: #3A254A; }
a { background-color: rgb(58,37,74); }
div.DivClassName
{
background-color: #3A254A;
}
.BgClassName
{
background-color: #3A254A;
}
</style>
border-color css
<style>
span { border-color: #3A254A; }
span { border-color: rgb(58,37,74); }
td.TdClassName
{
border-color: #3A254A;
}
.TagClassName
{
border-color: #3A254A;
}
</style>