Shades of Jagger #413350
Tints of Jagger #413350
RGB
CMYK
RGB Variations
Color information
#413350 (or 0x413350) is known color: Jagger. HEX triplet: 41, 33 and 50. RGB value is (65,51,80). Sum of RGB (Red+Green+Blue) = 65+51+80=196 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.16% from 196); Green value is 51 (20.31% from 255 or 26.02% from 196); Blue value is 80 (31.64% from 255 or 40.82% from 196); Max value from RGB is 80 - color contains mainly: blue. Hex color #413350 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413350 is #BECCAF. Grayscale: #3A3A3A. Windows color (decimal): -12504240 or 5256001. OLE color: 5256001.
HSL color Cylindrical-coordinate representation of color #413350: hue angle of 268.97º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #413350 is Cyan = 0.19, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 65 | 51 | 80 | - |
| CMYK | 0.19 | 0.36 | 0 | 0.69 |
| HSL | 268.97º | 0.22% | 0.26% | - |
| HSV(B) | 268.97º | 0.36% | 0.31% | - |
| XYZ | 4.81 | 4.07 | 8.12 | - |
| YUV | 58.49 | 140.14 | 132.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 51 | 80 | 0.19 | 0.36 | 0 | 0.69 | 268.97 | 0.22 | 0.26 |
| Hex | 41 | 33 | 50 | 13 | 24 | 0 | 45 | 10D | 16 | 1A |
| Octal | 101 | 63 | 120 | 23 | 44 | 0 | 105 | 415 | 26 | 32 |
| Binary | 1000001 | 110011 | 1010000 | 10011 | 100100 | 0 | 1000101 | 100001101 | 10110 | 11010 |
Color Harmonies of #413350
Complementary color
Monochromatic Colors of #413350
Black with #413350
Text Example
Text Example
White with #413350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413350; }
p { color: rgb(65,51,80); }
H1.HeaderClassName
{
color: #413350;
}
.AnyTagClassName
{
color: #413350;
}
</style>
background-color css
<style>
a { background-color: #413350; }
a { background-color: rgb(65,51,80); }
div.DivClassName
{
background-color: #413350;
}
.BgClassName
{
background-color: #413350;
}
</style>
border-color css
<style>
span { border-color: #413350; }
span { border-color: rgb(65,51,80); }
td.TdClassName
{
border-color: #413350;
}
.TagClassName
{
border-color: #413350;
}
</style>