Shades of Jagger #41304D
Tints of Jagger #41304D
RGB
CMYK
RGB Variations
Color information
#41304D (or 0x41304D) is known color: Jagger. HEX triplet: 41, 30 and 4D. RGB value is (65,48,77). Sum of RGB (Red+Green+Blue) = 65+48+77=190 (25% of max value = 765). Red value is 65 (25.78% from 255 or 34.21% from 190); Green value is 48 (19.14% from 255 or 25.26% from 190); Blue value is 77 (30.47% from 255 or 40.53% from 190); Max value from RGB is 77 - color contains mainly: blue. Hex color #41304D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41304D is #BECFB2. Grayscale: #383838. Windows color (decimal): -12505011 or 5058625. OLE color: 5058625.
HSL color Cylindrical-coordinate representation of color #41304D: hue angle of 275.17º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #41304D is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 65 | 48 | 77 | - |
| CMYK | 0.16 | 0.38 | 0 | 0.70 |
| HSL | 275.17º | 0.23% | 0.25% | - |
| HSV(B) | 275.17º | 0.38% | 0.3% | - |
| XYZ | 4.58 | 3.77 | 7.51 | - |
| YUV | 56.39 | 139.63 | 134.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 48 | 77 | 0.16 | 0.38 | 0 | 0.70 | 275.17 | 0.23 | 0.25 |
| Hex | 41 | 30 | 4D | 10 | 26 | 0 | 46 | 113 | 17 | 19 |
| Octal | 101 | 60 | 115 | 20 | 46 | 0 | 106 | 423 | 27 | 31 |
| Binary | 1000001 | 110000 | 1001101 | 10000 | 100110 | 0 | 1000110 | 100010011 | 10111 | 11001 |
Color Harmonies of #41304D
Complementary color
Monochromatic Colors of #41304D
Black with #41304D
Text Example
Text Example
White with #41304D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41304D; }
p { color: rgb(65,48,77); }
H1.HeaderClassName
{
color: #41304D;
}
.AnyTagClassName
{
color: #41304D;
}
</style>
background-color css
<style>
a { background-color: #41304D; }
a { background-color: rgb(65,48,77); }
div.DivClassName
{
background-color: #41304D;
}
.BgClassName
{
background-color: #41304D;
}
</style>
border-color css
<style>
span { border-color: #41304D; }
span { border-color: rgb(65,48,77); }
td.TdClassName
{
border-color: #41304D;
}
.TagClassName
{
border-color: #41304D;
}
</style>