Shades of Jagger #41294A
Tints of Jagger #41294A
RGB
CMYK
RGB Variations
Color information
#41294A (or 0x41294A) is known color: Jagger. HEX triplet: 41, 29 and 4A. RGB value is (65,41,74). Sum of RGB (Red+Green+Blue) = 65+41+74=180 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.11% from 180); Green value is 41 (16.41% from 255 or 22.78% from 180); Blue value is 74 (29.30% from 255 or 41.11% from 180); Max value from RGB is 74 - color contains mainly: blue. Hex color #41294A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41294A is #BED6B5. Grayscale: #333333. Windows color (decimal): -12506806 or 4860225. OLE color: 4860225.
HSL color Cylindrical-coordinate representation of color #41294A: hue angle of 283.64º degrees, saturation: 0.29, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #41294A is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 65 | 41 | 74 | - |
| CMYK | 0.12 | 0.45 | 0 | 0.71 |
| HSL | 283.64º | 0.29% | 0.23% | - |
| HSV(B) | 283.64º | 0.45% | 0.29% | - |
| XYZ | 4.21 | 3.2 | 6.88 | - |
| YUV | 51.94 | 140.45 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 41 | 74 | 0.12 | 0.45 | 0 | 0.71 | 283.64 | 0.29 | 0.23 |
| Hex | 41 | 29 | 4A | C | 2D | 0 | 47 | 11C | 1D | 17 |
| Octal | 101 | 51 | 112 | 14 | 55 | 0 | 107 | 434 | 35 | 27 |
| Binary | 1000001 | 101001 | 1001010 | 1100 | 101101 | 0 | 1000111 | 100011100 | 11101 | 10111 |
Color Harmonies of #41294A
Complementary color
Monochromatic Colors of #41294A
Black with #41294A
Text Example
Text Example
White with #41294A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41294A; }
p { color: rgb(65,41,74); }
H1.HeaderClassName
{
color: #41294A;
}
.AnyTagClassName
{
color: #41294A;
}
</style>
background-color css
<style>
a { background-color: #41294A; }
a { background-color: rgb(65,41,74); }
div.DivClassName
{
background-color: #41294A;
}
.BgClassName
{
background-color: #41294A;
}
</style>
border-color css
<style>
span { border-color: #41294A; }
span { border-color: rgb(65,41,74); }
td.TdClassName
{
border-color: #41294A;
}
.TagClassName
{
border-color: #41294A;
}
</style>