Shades of Jagger #412851
Tints of Jagger #412851
RGB
CMYK
RGB Variations
Color information
#412851 (or 0x412851) is known color: Jagger. HEX triplet: 41, 28 and 51. RGB value is (65,40,81). Sum of RGB (Red+Green+Blue) = 65+40+81=186 (24% of max value = 765). Red value is 65 (25.78% from 255 or 34.95% from 186); Green value is 40 (16.02% from 255 or 21.51% from 186); Blue value is 81 (32.03% from 255 or 43.55% from 186); Max value from RGB is 81 - color contains mainly: blue. Hex color #412851 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412851 is #BED7AE. Grayscale: #343434. Windows color (decimal): -12507055 or 5318721. OLE color: 5318721.
HSL color Cylindrical-coordinate representation of color #412851: hue angle of 276.59º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #412851 is Cyan = 0.20, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 65 | 40 | 81 | - |
| CMYK | 0.20 | 0.51 | 0 | 0.68 |
| HSL | 276.59º | 0.34% | 0.24% | - |
| HSV(B) | 276.59º | 0.51% | 0.32% | - |
| XYZ | 4.42 | 3.24 | 8.18 | - |
| YUV | 52.15 | 144.28 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 40 | 81 | 0.20 | 0.51 | 0 | 0.68 | 276.59 | 0.34 | 0.24 |
| Hex | 41 | 28 | 51 | 14 | 33 | 0 | 44 | 115 | 22 | 18 |
| Octal | 101 | 50 | 121 | 24 | 63 | 0 | 104 | 425 | 42 | 30 |
| Binary | 1000001 | 101000 | 1010001 | 10100 | 110011 | 0 | 1000100 | 100010101 | 100010 | 11000 |
Color Harmonies of #412851
Complementary color
Monochromatic Colors of #412851
Black with #412851
Text Example
Text Example
White with #412851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412851; }
p { color: rgb(65,40,81); }
H1.HeaderClassName
{
color: #412851;
}
.AnyTagClassName
{
color: #412851;
}
</style>
background-color css
<style>
a { background-color: #412851; }
a { background-color: rgb(65,40,81); }
div.DivClassName
{
background-color: #412851;
}
.BgClassName
{
background-color: #412851;
}
</style>
border-color css
<style>
span { border-color: #412851; }
span { border-color: rgb(65,40,81); }
td.TdClassName
{
border-color: #412851;
}
.TagClassName
{
border-color: #412851;
}
</style>