Shades of Jagger #41334E
Tints of Jagger #41334E
RGB
CMYK
RGB Variations
Color information
#41334E (or 0x41334E) is known color: Jagger. HEX triplet: 41, 33 and 4E. RGB value is (65,51,78). Sum of RGB (Red+Green+Blue) = 65+51+78=194 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.51% from 194); Green value is 51 (20.31% from 255 or 26.29% from 194); Blue value is 78 (30.86% from 255 or 40.21% from 194); Max value from RGB is 78 - color contains mainly: blue. Hex color #41334E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41334E is #BECCB1. Grayscale: #3A3A3A. Windows color (decimal): -12504242 or 5124929. OLE color: 5124929.
HSL color Cylindrical-coordinate representation of color #41334E: hue angle of 271.11º degrees, saturation: 0.21, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #41334E is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 65 | 51 | 78 | - |
| CMYK | 0.17 | 0.35 | 0 | 0.69 |
| HSL | 271.11º | 0.21% | 0.25% | - |
| HSV(B) | 271.11º | 0.35% | 0.31% | - |
| XYZ | 4.74 | 4.04 | 7.74 | - |
| YUV | 58.26 | 139.14 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 51 | 78 | 0.17 | 0.35 | 0 | 0.69 | 271.11 | 0.21 | 0.25 |
| Hex | 41 | 33 | 4E | 11 | 23 | 0 | 45 | 10F | 15 | 19 |
| Octal | 101 | 63 | 116 | 21 | 43 | 0 | 105 | 417 | 25 | 31 |
| Binary | 1000001 | 110011 | 1001110 | 10001 | 100011 | 0 | 1000101 | 100001111 | 10101 | 11001 |
Color Harmonies of #41334E
Complementary color
Monochromatic Colors of #41334E
Black with #41334E
Text Example
Text Example
White with #41334E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41334E; }
p { color: rgb(65,51,78); }
H1.HeaderClassName
{
color: #41334E;
}
.AnyTagClassName
{
color: #41334E;
}
</style>
background-color css
<style>
a { background-color: #41334E; }
a { background-color: rgb(65,51,78); }
div.DivClassName
{
background-color: #41334E;
}
.BgClassName
{
background-color: #41334E;
}
</style>
border-color css
<style>
span { border-color: #41334E; }
span { border-color: rgb(65,51,78); }
td.TdClassName
{
border-color: #41334E;
}
.TagClassName
{
border-color: #41334E;
}
</style>