Shades of Jagger #412451
Tints of Jagger #412451
RGB
CMYK
RGB Variations
Color information
#412451 (or 0x412451) is known color: Jagger. HEX triplet: 41, 24 and 51. RGB value is (65,36,81). Sum of RGB (Red+Green+Blue) = 65+36+81=182 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.71% from 182); Green value is 36 (14.45% from 255 or 19.78% from 182); Blue value is 81 (32.03% from 255 or 44.51% from 182); Max value from RGB is 81 - color contains mainly: blue. Hex color #412451 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412451 is #BEDBAE. Grayscale: #313131. Windows color (decimal): -12508079 or 5317697. OLE color: 5317697.
HSL color Cylindrical-coordinate representation of color #412451: hue angle of 278.67º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #412451 is Cyan = 0.20, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 65 | 36 | 81 | - |
| CMYK | 0.20 | 0.56 | 0 | 0.68 |
| HSL | 278.67º | 0.38% | 0.23% | - |
| HSV(B) | 278.67º | 0.56% | 0.32% | - |
| XYZ | 4.3 | 2.98 | 8.13 | - |
| YUV | 49.8 | 145.61 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 36 | 81 | 0.20 | 0.56 | 0 | 0.68 | 278.67 | 0.38 | 0.23 |
| Hex | 41 | 24 | 51 | 14 | 38 | 0 | 44 | 117 | 26 | 17 |
| Octal | 101 | 44 | 121 | 24 | 70 | 0 | 104 | 427 | 46 | 27 |
| Binary | 1000001 | 100100 | 1010001 | 10100 | 111000 | 0 | 1000100 | 100010111 | 100110 | 10111 |
Color Harmonies of #412451
Complementary color
Monochromatic Colors of #412451
Black with #412451
Text Example
Text Example
White with #412451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412451; }
p { color: rgb(65,36,81); }
H1.HeaderClassName
{
color: #412451;
}
.AnyTagClassName
{
color: #412451;
}
</style>
background-color css
<style>
a { background-color: #412451; }
a { background-color: rgb(65,36,81); }
div.DivClassName
{
background-color: #412451;
}
.BgClassName
{
background-color: #412451;
}
</style>
border-color css
<style>
span { border-color: #412451; }
span { border-color: rgb(65,36,81); }
td.TdClassName
{
border-color: #412451;
}
.TagClassName
{
border-color: #412451;
}
</style>