Shades of Jagger #412A53
Tints of Jagger #412A53
RGB
CMYK
RGB Variations
Color information
#412A53 (or 0x412A53) is known color: Jagger. HEX triplet: 41, 2A and 53. RGB value is (65,42,83). Sum of RGB (Red+Green+Blue) = 65+42+83=190 (25% of max value = 765). Red value is 65 (25.78% from 255 or 34.21% from 190); Green value is 42 (16.80% from 255 or 22.11% from 190); Blue value is 83 (32.81% from 255 or 43.68% from 190); Max value from RGB is 83 - color contains mainly: blue. Hex color #412A53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412A53 is #BED5AC. Grayscale: #353535. Windows color (decimal): -12506541 or 5450305. OLE color: 5450305.
HSL color Cylindrical-coordinate representation of color #412A53: hue angle of 273.66º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #412A53 is Cyan = 0.22, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 65 | 42 | 83 | - |
| CMYK | 0.22 | 0.49 | 0 | 0.67 |
| HSL | 273.66º | 0.33% | 0.25% | - |
| HSV(B) | 273.66º | 0.49% | 0.33% | - |
| XYZ | 4.57 | 3.4 | 8.6 | - |
| YUV | 53.55 | 144.62 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 42 | 83 | 0.22 | 0.49 | 0 | 0.67 | 273.66 | 0.33 | 0.25 |
| Hex | 41 | 2A | 53 | 16 | 31 | 0 | 43 | 112 | 21 | 19 |
| Octal | 101 | 52 | 123 | 26 | 61 | 0 | 103 | 422 | 41 | 31 |
| Binary | 1000001 | 101010 | 1010011 | 10110 | 110001 | 0 | 1000011 | 100010010 | 100001 | 11001 |
Color Harmonies of #412A53
Complementary color
Monochromatic Colors of #412A53
Black with #412A53
Text Example
Text Example
White with #412A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412A53; }
p { color: rgb(65,42,83); }
H1.HeaderClassName
{
color: #412A53;
}
.AnyTagClassName
{
color: #412A53;
}
</style>
background-color css
<style>
a { background-color: #412A53; }
a { background-color: rgb(65,42,83); }
div.DivClassName
{
background-color: #412A53;
}
.BgClassName
{
background-color: #412A53;
}
</style>
border-color css
<style>
span { border-color: #412A53; }
span { border-color: rgb(65,42,83); }
td.TdClassName
{
border-color: #412A53;
}
.TagClassName
{
border-color: #412A53;
}
</style>