Shades of Jagger #412A4E
Tints of Jagger #412A4E
RGB
CMYK
RGB Variations
Color information
#412A4E (or 0x412A4E) is known color: Jagger. HEX triplet: 41, 2A and 4E. RGB value is (65,42,78). Sum of RGB (Red+Green+Blue) = 65+42+78=185 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.14% from 185); Green value is 42 (16.80% from 255 or 22.70% from 185); Blue value is 78 (30.86% from 255 or 42.16% from 185); Max value from RGB is 78 - color contains mainly: blue. Hex color #412A4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412A4E is #BED5B1. Grayscale: #343434. Windows color (decimal): -12506546 or 5122625. OLE color: 5122625.
HSL color Cylindrical-coordinate representation of color #412A4E: hue angle of 278.33º degrees, saturation: 0.3, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #412A4E is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 65 | 42 | 78 | - |
| CMYK | 0.17 | 0.46 | 0 | 0.69 |
| HSL | 278.33º | 0.3% | 0.24% | - |
| HSV(B) | 278.33º | 0.46% | 0.31% | - |
| XYZ | 4.38 | 3.33 | 7.62 | - |
| YUV | 52.98 | 142.12 | 136.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 42 | 78 | 0.17 | 0.46 | 0 | 0.69 | 278.33 | 0.3 | 0.24 |
| Hex | 41 | 2A | 4E | 11 | 2E | 0 | 45 | 116 | 1E | 18 |
| Octal | 101 | 52 | 116 | 21 | 56 | 0 | 105 | 426 | 36 | 30 |
| Binary | 1000001 | 101010 | 1001110 | 10001 | 101110 | 0 | 1000101 | 100010110 | 11110 | 11000 |
Color Harmonies of #412A4E
Complementary color
Monochromatic Colors of #412A4E
Black with #412A4E
Text Example
Text Example
White with #412A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412A4E; }
p { color: rgb(65,42,78); }
H1.HeaderClassName
{
color: #412A4E;
}
.AnyTagClassName
{
color: #412A4E;
}
</style>
background-color css
<style>
a { background-color: #412A4E; }
a { background-color: rgb(65,42,78); }
div.DivClassName
{
background-color: #412A4E;
}
.BgClassName
{
background-color: #412A4E;
}
</style>
border-color css
<style>
span { border-color: #412A4E; }
span { border-color: rgb(65,42,78); }
td.TdClassName
{
border-color: #412A4E;
}
.TagClassName
{
border-color: #412A4E;
}
</style>