Shades of Jagger #412F4B
Tints of Jagger #412F4B
RGB
CMYK
RGB Variations
Color information
#412F4B (or 0x412F4B) is known color: Jagger. HEX triplet: 41, 2F and 4B. RGB value is (65,47,75). Sum of RGB (Red+Green+Blue) = 65+47+75=187 (24% of max value = 765). Red value is 65 (25.78% from 255 or 34.76% from 187); Green value is 47 (18.75% from 255 or 25.13% from 187); Blue value is 75 (29.69% from 255 or 40.11% from 187); Max value from RGB is 75 - color contains mainly: blue. Hex color #412F4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412F4B is #BED0B4. Grayscale: #373737. Windows color (decimal): -12505269 or 4927297. OLE color: 4927297.
HSL color Cylindrical-coordinate representation of color #412F4B: hue angle of 278.57º degrees, saturation: 0.23, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #412F4B is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 65 | 47 | 75 | - |
| CMYK | 0.13 | 0.37 | 0 | 0.71 |
| HSL | 278.57º | 0.23% | 0.24% | - |
| HSV(B) | 278.57º | 0.37% | 0.29% | - |
| XYZ | 4.47 | 3.66 | 7.13 | - |
| YUV | 55.57 | 138.96 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 47 | 75 | 0.13 | 0.37 | 0 | 0.71 | 278.57 | 0.23 | 0.24 |
| Hex | 41 | 2F | 4B | D | 25 | 0 | 47 | 117 | 17 | 18 |
| Octal | 101 | 57 | 113 | 15 | 45 | 0 | 107 | 427 | 27 | 30 |
| Binary | 1000001 | 101111 | 1001011 | 1101 | 100101 | 0 | 1000111 | 100010111 | 10111 | 11000 |
Color Harmonies of #412F4B
Complementary color
Monochromatic Colors of #412F4B
Black with #412F4B
Text Example
Text Example
White with #412F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412F4B; }
p { color: rgb(65,47,75); }
H1.HeaderClassName
{
color: #412F4B;
}
.AnyTagClassName
{
color: #412F4B;
}
</style>
background-color css
<style>
a { background-color: #412F4B; }
a { background-color: rgb(65,47,75); }
div.DivClassName
{
background-color: #412F4B;
}
.BgClassName
{
background-color: #412F4B;
}
</style>
border-color css
<style>
span { border-color: #412F4B; }
span { border-color: rgb(65,47,75); }
td.TdClassName
{
border-color: #412F4B;
}
.TagClassName
{
border-color: #412F4B;
}
</style>