Shades of Jagger #413A47
Tints of Jagger #413A47
RGB
CMYK
RGB Variations
Color information
#413A47 (or 0x413A47) is known color: Jagger. HEX triplet: 41, 3A and 47. RGB value is (65,58,71). Sum of RGB (Red+Green+Blue) = 65+58+71=194 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.51% from 194); Green value is 58 (23.05% from 255 or 29.90% from 194); Blue value is 71 (28.12% from 255 or 36.60% from 194); Max value from RGB is 71 - color contains mainly: blue. Hex color #413A47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413A47 is #BEC5B8. Grayscale: #3D3D3D. Windows color (decimal): -12502457 or 4667969. OLE color: 4667969.
HSL color Cylindrical-coordinate representation of color #413A47: hue angle of 272.31º degrees, saturation: 0.1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #413A47 is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 65 | 58 | 71 | - |
| CMYK | 0.08 | 0.18 | 0 | 0.72 |
| HSL | 272.31º | 0.1% | 0.25% | - |
| HSV(B) | 272.31º | 0.18% | 0.28% | - |
| XYZ | 4.83 | 4.6 | 6.6 | - |
| YUV | 61.58 | 133.32 | 130.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 58 | 71 | 0.08 | 0.18 | 0 | 0.72 | 272.31 | 0.1 | 0.25 |
| Hex | 41 | 3A | 47 | 8 | 12 | 0 | 48 | 110 | A | 19 |
| Octal | 101 | 72 | 107 | 10 | 22 | 0 | 110 | 420 | 12 | 31 |
| Binary | 1000001 | 111010 | 1000111 | 1000 | 10010 | 0 | 1001000 | 100010000 | 1010 | 11001 |
Color Harmonies of #413A47
Complementary color
Monochromatic Colors of #413A47
Black with #413A47
Text Example
Text Example
White with #413A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413A47; }
p { color: rgb(65,58,71); }
H1.HeaderClassName
{
color: #413A47;
}
.AnyTagClassName
{
color: #413A47;
}
</style>
background-color css
<style>
a { background-color: #413A47; }
a { background-color: rgb(65,58,71); }
div.DivClassName
{
background-color: #413A47;
}
.BgClassName
{
background-color: #413A47;
}
</style>
border-color css
<style>
span { border-color: #413A47; }
span { border-color: rgb(65,58,71); }
td.TdClassName
{
border-color: #413A47;
}
.TagClassName
{
border-color: #413A47;
}
</style>