Shades of Jagger #412852
Tints of Jagger #412852
RGB
CMYK
RGB Variations
Color information
#412852 (or 0x412852) is known color: Jagger. HEX triplet: 41, 28 and 52. RGB value is (65,40,82). Sum of RGB (Red+Green+Blue) = 65+40+82=187 (24% of max value = 765). Red value is 65 (25.78% from 255 or 34.76% from 187); Green value is 40 (16.02% from 255 or 21.39% from 187); Blue value is 82 (32.42% from 255 or 43.85% from 187); Max value from RGB is 82 - color contains mainly: blue. Hex color #412852 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412852 is #BED7AD. Grayscale: #343434. Windows color (decimal): -12507054 or 5384257. OLE color: 5384257.
HSL color Cylindrical-coordinate representation of color #412852: hue angle of 275.71º 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 #412852 is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 65 | 40 | 82 | - |
| CMYK | 0.21 | 0.51 | 0 | 0.68 |
| HSL | 275.71º | 0.34% | 0.24% | - |
| HSV(B) | 275.71º | 0.51% | 0.32% | - |
| XYZ | 4.46 | 3.25 | 8.37 | - |
| YUV | 52.26 | 144.78 | 137.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 40 | 82 | 0.21 | 0.51 | 0 | 0.68 | 275.71 | 0.34 | 0.24 |
| Hex | 41 | 28 | 52 | 15 | 33 | 0 | 44 | 114 | 22 | 18 |
| Octal | 101 | 50 | 122 | 25 | 63 | 0 | 104 | 424 | 42 | 30 |
| Binary | 1000001 | 101000 | 1010010 | 10101 | 110011 | 0 | 1000100 | 100010100 | 100010 | 11000 |
Color Harmonies of #412852
Complementary color
Monochromatic Colors of #412852
Black with #412852
Text Example
Text Example
White with #412852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412852; }
p { color: rgb(65,40,82); }
H1.HeaderClassName
{
color: #412852;
}
.AnyTagClassName
{
color: #412852;
}
</style>
background-color css
<style>
a { background-color: #412852; }
a { background-color: rgb(65,40,82); }
div.DivClassName
{
background-color: #412852;
}
.BgClassName
{
background-color: #412852;
}
</style>
border-color css
<style>
span { border-color: #412852; }
span { border-color: rgb(65,40,82); }
td.TdClassName
{
border-color: #412852;
}
.TagClassName
{
border-color: #412852;
}
</style>