Shades of Jagger #41294E
Tints of Jagger #41294E
RGB
CMYK
RGB Variations
Color information
#41294E (or 0x41294E) is known color: Jagger. HEX triplet: 41, 29 and 4E. RGB value is (65,41,78). Sum of RGB (Red+Green+Blue) = 65+41+78=184 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.33% from 184); Green value is 41 (16.41% from 255 or 22.28% from 184); Blue value is 78 (30.86% from 255 or 42.39% from 184); Max value from RGB is 78 - color contains mainly: blue. Hex color #41294E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41294E is #BED6B1. Grayscale: #343434. Windows color (decimal): -12506802 or 5122369. OLE color: 5122369.
HSL color Cylindrical-coordinate representation of color #41294E: hue angle of 278.92º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #41294E is Cyan = 0.17, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 65 | 41 | 78 | - |
| CMYK | 0.17 | 0.47 | 0 | 0.69 |
| HSL | 278.92º | 0.31% | 0.23% | - |
| HSV(B) | 278.92º | 0.47% | 0.31% | - |
| XYZ | 4.35 | 3.26 | 7.61 | - |
| YUV | 52.39 | 142.45 | 136.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 41 | 78 | 0.17 | 0.47 | 0 | 0.69 | 278.92 | 0.31 | 0.23 |
| Hex | 41 | 29 | 4E | 11 | 2F | 0 | 45 | 117 | 1F | 17 |
| Octal | 101 | 51 | 116 | 21 | 57 | 0 | 105 | 427 | 37 | 27 |
| Binary | 1000001 | 101001 | 1001110 | 10001 | 101111 | 0 | 1000101 | 100010111 | 11111 | 10111 |
Color Harmonies of #41294E
Complementary color
Monochromatic Colors of #41294E
Black with #41294E
Text Example
Text Example
White with #41294E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41294E; }
p { color: rgb(65,41,78); }
H1.HeaderClassName
{
color: #41294E;
}
.AnyTagClassName
{
color: #41294E;
}
</style>
background-color css
<style>
a { background-color: #41294E; }
a { background-color: rgb(65,41,78); }
div.DivClassName
{
background-color: #41294E;
}
.BgClassName
{
background-color: #41294E;
}
</style>
border-color css
<style>
span { border-color: #41294E; }
span { border-color: rgb(65,41,78); }
td.TdClassName
{
border-color: #41294E;
}
.TagClassName
{
border-color: #41294E;
}
</style>