Shades of Jagger #412F4A
Tints of Jagger #412F4A
RGB
CMYK
RGB Variations
Color information
#412F4A (or 0x412F4A) is known color: Jagger. HEX triplet: 41, 2F and 4A. RGB value is (65,47,74). Sum of RGB (Red+Green+Blue) = 65+47+74=186 (24% of max value = 765). Red value is 65 (25.78% from 255 or 34.95% from 186); Green value is 47 (18.75% from 255 or 25.27% from 186); Blue value is 74 (29.30% from 255 or 39.78% from 186); Max value from RGB is 74 - color contains mainly: blue. Hex color #412F4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412F4A is #BED0B5. Grayscale: #373737. Windows color (decimal): -12505270 or 4861761. OLE color: 4861761.
HSL color Cylindrical-coordinate representation of color #412F4A: hue angle of 280º degrees, saturation: 0.22, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #412F4A is Cyan = 0.12, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 65 | 47 | 74 | - |
| CMYK | 0.12 | 0.36 | 0 | 0.71 |
| HSL | 280º | 0.22% | 0.24% | - |
| HSV(B) | 280º | 0.36% | 0.29% | - |
| XYZ | 4.43 | 3.65 | 6.95 | - |
| YUV | 55.46 | 138.46 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 47 | 74 | 0.12 | 0.36 | 0 | 0.71 | 280 | 0.22 | 0.24 |
| Hex | 41 | 2F | 4A | C | 24 | 0 | 47 | 118 | 16 | 18 |
| Octal | 101 | 57 | 112 | 14 | 44 | 0 | 107 | 430 | 26 | 30 |
| Binary | 1000001 | 101111 | 1001010 | 1100 | 100100 | 0 | 1000111 | 100011000 | 10110 | 11000 |
Color Harmonies of #412F4A
Complementary color
Monochromatic Colors of #412F4A
Black with #412F4A
Text Example
Text Example
White with #412F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412F4A; }
p { color: rgb(65,47,74); }
H1.HeaderClassName
{
color: #412F4A;
}
.AnyTagClassName
{
color: #412F4A;
}
</style>
background-color css
<style>
a { background-color: #412F4A; }
a { background-color: rgb(65,47,74); }
div.DivClassName
{
background-color: #412F4A;
}
.BgClassName
{
background-color: #412F4A;
}
</style>
border-color css
<style>
span { border-color: #412F4A; }
span { border-color: rgb(65,47,74); }
td.TdClassName
{
border-color: #412F4A;
}
.TagClassName
{
border-color: #412F4A;
}
</style>