Shades of Jagger #41354D
Tints of Jagger #41354D
RGB
CMYK
RGB Variations
Color information
#41354D (or 0x41354D) is known color: Jagger. HEX triplet: 41, 35 and 4D. RGB value is (65,53,77). Sum of RGB (Red+Green+Blue) = 65+53+77=195 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.33% from 195); Green value is 53 (21.09% from 255 or 27.18% from 195); Blue value is 77 (30.47% from 255 or 39.49% from 195); Max value from RGB is 77 - color contains mainly: blue. Hex color #41354D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41354D is #BECAB2. Grayscale: #3B3B3B. Windows color (decimal): -12503731 or 5059905. OLE color: 5059905.
HSL color Cylindrical-coordinate representation of color #41354D: hue angle of 270º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #41354D is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 65 | 53 | 77 | - |
| CMYK | 0.16 | 0.31 | 0 | 0.70 |
| HSL | 270º | 0.18% | 0.25% | - |
| HSV(B) | 270º | 0.31% | 0.3% | - |
| XYZ | 4.79 | 4.21 | 7.58 | - |
| YUV | 59.32 | 137.98 | 132.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 53 | 77 | 0.16 | 0.31 | 0 | 0.70 | 270 | 0.18 | 0.25 |
| Hex | 41 | 35 | 4D | 10 | 1F | 0 | 46 | 10E | 12 | 19 |
| Octal | 101 | 65 | 115 | 20 | 37 | 0 | 106 | 416 | 22 | 31 |
| Binary | 1000001 | 110101 | 1001101 | 10000 | 11111 | 0 | 1000110 | 100001110 | 10010 | 11001 |
Color Harmonies of #41354D
Complementary color
Monochromatic Colors of #41354D
Black with #41354D
Text Example
Text Example
White with #41354D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41354D; }
p { color: rgb(65,53,77); }
H1.HeaderClassName
{
color: #41354D;
}
.AnyTagClassName
{
color: #41354D;
}
</style>
background-color css
<style>
a { background-color: #41354D; }
a { background-color: rgb(65,53,77); }
div.DivClassName
{
background-color: #41354D;
}
.BgClassName
{
background-color: #41354D;
}
</style>
border-color css
<style>
span { border-color: #41354D; }
span { border-color: rgb(65,53,77); }
td.TdClassName
{
border-color: #41354D;
}
.TagClassName
{
border-color: #41354D;
}
</style>