Shades of Jagger #41294C
Tints of Jagger #41294C
RGB
CMYK
RGB Variations
Color information
#41294C (or 0x41294C) is known color: Jagger. HEX triplet: 41, 29 and 4C. RGB value is (65,41,76). Sum of RGB (Red+Green+Blue) = 65+41+76=182 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.71% from 182); Green value is 41 (16.41% from 255 or 22.53% from 182); Blue value is 76 (30.08% from 255 or 41.76% from 182); Max value from RGB is 76 - color contains mainly: blue. Hex color #41294C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41294C is #BED6B3. Grayscale: #343434. Windows color (decimal): -12506804 or 4991297. OLE color: 4991297.
HSL color Cylindrical-coordinate representation of color #41294C: hue angle of 281.14º degrees, saturation: 0.3, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #41294C is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 65 | 41 | 76 | - |
| CMYK | 0.14 | 0.46 | 0 | 0.70 |
| HSL | 281.14º | 0.3% | 0.23% | - |
| HSV(B) | 281.14º | 0.46% | 0.3% | - |
| XYZ | 4.28 | 3.23 | 7.24 | - |
| YUV | 52.17 | 141.45 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 41 | 76 | 0.14 | 0.46 | 0 | 0.70 | 281.14 | 0.3 | 0.23 |
| Hex | 41 | 29 | 4C | E | 2E | 0 | 46 | 119 | 1E | 17 |
| Octal | 101 | 51 | 114 | 16 | 56 | 0 | 106 | 431 | 36 | 27 |
| Binary | 1000001 | 101001 | 1001100 | 1110 | 101110 | 0 | 1000110 | 100011001 | 11110 | 10111 |
Color Harmonies of #41294C
Complementary color
Monochromatic Colors of #41294C
Black with #41294C
Text Example
Text Example
White with #41294C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41294C; }
p { color: rgb(65,41,76); }
H1.HeaderClassName
{
color: #41294C;
}
.AnyTagClassName
{
color: #41294C;
}
</style>
background-color css
<style>
a { background-color: #41294C; }
a { background-color: rgb(65,41,76); }
div.DivClassName
{
background-color: #41294C;
}
.BgClassName
{
background-color: #41294C;
}
</style>
border-color css
<style>
span { border-color: #41294C; }
span { border-color: rgb(65,41,76); }
td.TdClassName
{
border-color: #41294C;
}
.TagClassName
{
border-color: #41294C;
}
</style>