Shades of Jagger #412D53
Tints of Jagger #412D53
RGB
CMYK
RGB Variations
Color information
#412D53 (or 0x412D53) is known color: Jagger. HEX triplet: 41, 2D and 53. RGB value is (65,45,83). Sum of RGB (Red+Green+Blue) = 65+45+83=193 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.68% from 193); Green value is 45 (17.97% from 255 or 23.32% from 193); Blue value is 83 (32.81% from 255 or 43.01% from 193); Max value from RGB is 83 - color contains mainly: blue. Hex color #412D53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412D53 is #BED2AC. Grayscale: #373737. Windows color (decimal): -12505773 or 5451073. OLE color: 5451073.
HSL color Cylindrical-coordinate representation of color #412D53: hue angle of 271.58º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #412D53 is Cyan = 0.22, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 65 | 45 | 83 | - |
| CMYK | 0.22 | 0.46 | 0 | 0.67 |
| HSL | 271.58º | 0.3% | 0.25% | - |
| HSV(B) | 271.58º | 0.46% | 0.33% | - |
| XYZ | 4.68 | 3.63 | 8.64 | - |
| YUV | 55.31 | 143.63 | 134.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 45 | 83 | 0.22 | 0.46 | 0 | 0.67 | 271.58 | 0.3 | 0.25 |
| Hex | 41 | 2D | 53 | 16 | 2E | 0 | 43 | 110 | 1E | 19 |
| Octal | 101 | 55 | 123 | 26 | 56 | 0 | 103 | 420 | 36 | 31 |
| Binary | 1000001 | 101101 | 1010011 | 10110 | 101110 | 0 | 1000011 | 100010000 | 11110 | 11001 |
Color Harmonies of #412D53
Complementary color
Monochromatic Colors of #412D53
Black with #412D53
Text Example
Text Example
White with #412D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412D53; }
p { color: rgb(65,45,83); }
H1.HeaderClassName
{
color: #412D53;
}
.AnyTagClassName
{
color: #412D53;
}
</style>
background-color css
<style>
a { background-color: #412D53; }
a { background-color: rgb(65,45,83); }
div.DivClassName
{
background-color: #412D53;
}
.BgClassName
{
background-color: #412D53;
}
</style>
border-color css
<style>
span { border-color: #412D53; }
span { border-color: rgb(65,45,83); }
td.TdClassName
{
border-color: #412D53;
}
.TagClassName
{
border-color: #412D53;
}
</style>