Shades of Jagger #41364C
Tints of Jagger #41364C
RGB
CMYK
RGB Variations
Color information
#41364C (or 0x41364C) is known color: Jagger. HEX triplet: 41, 36 and 4C. RGB value is (65,54,76). Sum of RGB (Red+Green+Blue) = 65+54+76=195 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.33% from 195); Green value is 54 (21.48% from 255 or 27.69% from 195); Blue value is 76 (30.08% from 255 or 38.97% from 195); Max value from RGB is 76 - color contains mainly: blue. Hex color #41364C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41364C is #BEC9B3. Grayscale: #3B3B3B. Windows color (decimal): -12503476 or 4994625. OLE color: 4994625.
HSL color Cylindrical-coordinate representation of color #41364C: hue angle of 270º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #41364C is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 65 | 54 | 76 | - |
| CMYK | 0.14 | 0.29 | 0 | 0.70 |
| HSL | 270º | 0.17% | 0.25% | - |
| HSV(B) | 270º | 0.29% | 0.3% | - |
| XYZ | 4.8 | 4.28 | 7.41 | - |
| YUV | 59.8 | 137.14 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 54 | 76 | 0.14 | 0.29 | 0 | 0.70 | 270 | 0.17 | 0.25 |
| Hex | 41 | 36 | 4C | E | 1D | 0 | 46 | 10E | 11 | 19 |
| Octal | 101 | 66 | 114 | 16 | 35 | 0 | 106 | 416 | 21 | 31 |
| Binary | 1000001 | 110110 | 1001100 | 1110 | 11101 | 0 | 1000110 | 100001110 | 10001 | 11001 |
Color Harmonies of #41364C
Complementary color
Monochromatic Colors of #41364C
Black with #41364C
Text Example
Text Example
White with #41364C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41364C; }
p { color: rgb(65,54,76); }
H1.HeaderClassName
{
color: #41364C;
}
.AnyTagClassName
{
color: #41364C;
}
</style>
background-color css
<style>
a { background-color: #41364C; }
a { background-color: rgb(65,54,76); }
div.DivClassName
{
background-color: #41364C;
}
.BgClassName
{
background-color: #41364C;
}
</style>
border-color css
<style>
span { border-color: #41364C; }
span { border-color: rgb(65,54,76); }
td.TdClassName
{
border-color: #41364C;
}
.TagClassName
{
border-color: #41364C;
}
</style>