Shades of Jagger #412F54
Tints of Jagger #412F54
RGB
CMYK
RGB Variations
Color information
#412F54 (or 0x412F54) is known color: Jagger. HEX triplet: 41, 2F and 54. RGB value is (65,47,84). Sum of RGB (Red+Green+Blue) = 65+47+84=196 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.16% from 196); Green value is 47 (18.75% from 255 or 23.98% from 196); Blue value is 84 (33.20% from 255 or 42.86% from 196); Max value from RGB is 84 - color contains mainly: blue. Hex color #412F54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412F54 is #BED0AB. Grayscale: #383838. Windows color (decimal): -12505260 or 5517121. OLE color: 5517121.
HSL color Cylindrical-coordinate representation of color #412F54: hue angle of 269.19º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #412F54 is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 65 | 47 | 84 | - |
| CMYK | 0.23 | 0.44 | 0 | 0.67 |
| HSL | 269.19º | 0.28% | 0.26% | - |
| HSV(B) | 269.19º | 0.44% | 0.33% | - |
| XYZ | 4.8 | 3.8 | 8.87 | - |
| YUV | 56.6 | 143.46 | 133.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 47 | 84 | 0.23 | 0.44 | 0 | 0.67 | 269.19 | 0.28 | 0.26 |
| Hex | 41 | 2F | 54 | 17 | 2C | 0 | 43 | 10D | 1C | 1A |
| Octal | 101 | 57 | 124 | 27 | 54 | 0 | 103 | 415 | 34 | 32 |
| Binary | 1000001 | 101111 | 1010100 | 10111 | 101100 | 0 | 1000011 | 100001101 | 11100 | 11010 |
Color Harmonies of #412F54
Complementary color
Monochromatic Colors of #412F54
Black with #412F54
Text Example
Text Example
White with #412F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412F54; }
p { color: rgb(65,47,84); }
H1.HeaderClassName
{
color: #412F54;
}
.AnyTagClassName
{
color: #412F54;
}
</style>
background-color css
<style>
a { background-color: #412F54; }
a { background-color: rgb(65,47,84); }
div.DivClassName
{
background-color: #412F54;
}
.BgClassName
{
background-color: #412F54;
}
</style>
border-color css
<style>
span { border-color: #412F54; }
span { border-color: rgb(65,47,84); }
td.TdClassName
{
border-color: #412F54;
}
.TagClassName
{
border-color: #412F54;
}
</style>