Shades of Jagger #3A264F
Tints of Jagger #3A264F
RGB
CMYK
RGB Variations
Color information
#3A264F (or 0x3A264F) is known color: Jagger. HEX triplet: 3A, 26 and 4F. RGB value is (58,38,79). Sum of RGB (Red+Green+Blue) = 58+38+79=175 (23% of max value = 765). Red value is 58 (23.05% from 255 or 33.14% from 175); Green value is 38 (15.23% from 255 or 21.71% from 175); Blue value is 79 (31.25% from 255 or 45.14% from 175); Max value from RGB is 79 - color contains mainly: blue. Hex color #3A264F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A264F is #C5D9B0. Grayscale: #303030. Windows color (decimal): -12966321 or 5187130. OLE color: 5187130.
HSL color Cylindrical-coordinate representation of color #3A264F: hue angle of 269.27º degrees, saturation: 0.35, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3A264F is Cyan = 0.27, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 58 | 38 | 79 | - |
| CMYK | 0.27 | 0.52 | 0 | 0.69 |
| HSL | 269.27º | 0.35% | 0.23% | - |
| HSV(B) | 269.27º | 0.52% | 0.31% | - |
| XYZ | 3.85 | 2.85 | 7.74 | - |
| YUV | 48.65 | 145.13 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 38 | 79 | 0.27 | 0.52 | 0 | 0.69 | 269.27 | 0.35 | 0.23 |
| Hex | 3A | 26 | 4F | 1B | 34 | 0 | 45 | 10D | 23 | 17 |
| Octal | 72 | 46 | 117 | 33 | 64 | 0 | 105 | 415 | 43 | 27 |
| Binary | 111010 | 100110 | 1001111 | 11011 | 110100 | 0 | 1000101 | 100001101 | 100011 | 10111 |
Color Harmonies of #3A264F
Complementary color
Monochromatic Colors of #3A264F
Black with #3A264F
Text Example
Text Example
White with #3A264F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A264F; }
p { color: rgb(58,38,79); }
H1.HeaderClassName
{
color: #3A264F;
}
.AnyTagClassName
{
color: #3A264F;
}
</style>
background-color css
<style>
a { background-color: #3A264F; }
a { background-color: rgb(58,38,79); }
div.DivClassName
{
background-color: #3A264F;
}
.BgClassName
{
background-color: #3A264F;
}
</style>
border-color css
<style>
span { border-color: #3A264F; }
span { border-color: rgb(58,38,79); }
td.TdClassName
{
border-color: #3A264F;
}
.TagClassName
{
border-color: #3A264F;
}
</style>