Shades of Jagger #41334F
Tints of Jagger #41334F
RGB
CMYK
RGB Variations
Color information
#41334F (or 0x41334F) is known color: Jagger. HEX triplet: 41, 33 and 4F. RGB value is (65,51,79). Sum of RGB (Red+Green+Blue) = 65+51+79=195 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.33% from 195); Green value is 51 (20.31% from 255 or 26.15% from 195); Blue value is 79 (31.25% from 255 or 40.51% from 195); Max value from RGB is 79 - color contains mainly: blue. Hex color #41334F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41334F is #BECCB0. Grayscale: #3A3A3A. Windows color (decimal): -12504241 or 5190465. OLE color: 5190465.
HSL color Cylindrical-coordinate representation of color #41334F: hue angle of 270º degrees, saturation: 0.22, 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 #41334F is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 65 | 51 | 79 | - |
| CMYK | 0.18 | 0.35 | 0 | 0.69 |
| HSL | 270º | 0.22% | 0.25% | - |
| HSV(B) | 270º | 0.35% | 0.31% | - |
| XYZ | 4.78 | 4.06 | 7.93 | - |
| YUV | 58.38 | 139.64 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 51 | 79 | 0.18 | 0.35 | 0 | 0.69 | 270 | 0.22 | 0.25 |
| Hex | 41 | 33 | 4F | 12 | 23 | 0 | 45 | 10E | 16 | 19 |
| Octal | 101 | 63 | 117 | 22 | 43 | 0 | 105 | 416 | 26 | 31 |
| Binary | 1000001 | 110011 | 1001111 | 10010 | 100011 | 0 | 1000101 | 100001110 | 10110 | 11001 |
Color Harmonies of #41334F
Complementary color
Monochromatic Colors of #41334F
Black with #41334F
Text Example
Text Example
White with #41334F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41334F; }
p { color: rgb(65,51,79); }
H1.HeaderClassName
{
color: #41334F;
}
.AnyTagClassName
{
color: #41334F;
}
</style>
background-color css
<style>
a { background-color: #41334F; }
a { background-color: rgb(65,51,79); }
div.DivClassName
{
background-color: #41334F;
}
.BgClassName
{
background-color: #41334F;
}
</style>
border-color css
<style>
span { border-color: #41334F; }
span { border-color: rgb(65,51,79); }
td.TdClassName
{
border-color: #41334F;
}
.TagClassName
{
border-color: #41334F;
}
</style>