Shades of Jagger #41364D
Tints of Jagger #41364D
RGB
CMYK
RGB Variations
Color information
#41364D (or 0x41364D) is known color: Jagger. HEX triplet: 41, 36 and 4D. RGB value is (65,54,77). Sum of RGB (Red+Green+Blue) = 65+54+77=196 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.16% from 196); Green value is 54 (21.48% from 255 or 27.55% from 196); Blue value is 77 (30.47% from 255 or 39.29% from 196); Max value from RGB is 77 - color contains mainly: blue. Hex color #41364D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41364D is #BEC9B2. Grayscale: #3B3B3B. Windows color (decimal): -12503475 or 5060161. OLE color: 5060161.
HSL color Cylindrical-coordinate representation of color #41364D: hue angle of 268.7º degrees, saturation: 0.18, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #41364D is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 65 | 54 | 77 | - |
| CMYK | 0.16 | 0.30 | 0 | 0.70 |
| HSL | 268.7º | 0.18% | 0.26% | - |
| HSV(B) | 268.7º | 0.3% | 0.3% | - |
| XYZ | 4.84 | 4.3 | 7.6 | - |
| YUV | 59.91 | 137.64 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 54 | 77 | 0.16 | 0.30 | 0 | 0.70 | 268.7 | 0.18 | 0.26 |
| Hex | 41 | 36 | 4D | 10 | 1E | 0 | 46 | 10D | 12 | 1A |
| Octal | 101 | 66 | 115 | 20 | 36 | 0 | 106 | 415 | 22 | 32 |
| Binary | 1000001 | 110110 | 1001101 | 10000 | 11110 | 0 | 1000110 | 100001101 | 10010 | 11010 |
Color Harmonies of #41364D
Complementary color
Monochromatic Colors of #41364D
Black with #41364D
Text Example
Text Example
White with #41364D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41364D; }
p { color: rgb(65,54,77); }
H1.HeaderClassName
{
color: #41364D;
}
.AnyTagClassName
{
color: #41364D;
}
</style>
background-color css
<style>
a { background-color: #41364D; }
a { background-color: rgb(65,54,77); }
div.DivClassName
{
background-color: #41364D;
}
.BgClassName
{
background-color: #41364D;
}
</style>
border-color css
<style>
span { border-color: #41364D; }
span { border-color: rgb(65,54,77); }
td.TdClassName
{
border-color: #41364D;
}
.TagClassName
{
border-color: #41364D;
}
</style>