Shades of Jagger #412C55
Tints of Jagger #412C55
RGB
CMYK
RGB Variations
Color information
#412C55 (or 0x412C55) is known color: Jagger. HEX triplet: 41, 2C and 55. RGB value is (65,44,85). Sum of RGB (Red+Green+Blue) = 65+44+85=194 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.51% from 194); Green value is 44 (17.58% from 255 or 22.68% from 194); Blue value is 85 (33.59% from 255 or 43.81% from 194); Max value from RGB is 85 - color contains mainly: blue. Hex color #412C55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412C55 is #BED3AA. Grayscale: #363636. Windows color (decimal): -12506027 or 5581889. OLE color: 5581889.
HSL color Cylindrical-coordinate representation of color #412C55: hue angle of 270.73º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #412C55 is Cyan = 0.24, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 65 | 44 | 85 | - |
| CMYK | 0.24 | 0.48 | 0 | 0.67 |
| HSL | 270.73º | 0.32% | 0.25% | - |
| HSV(B) | 270.73º | 0.48% | 0.33% | - |
| XYZ | 4.72 | 3.58 | 9.04 | - |
| YUV | 54.95 | 144.96 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 44 | 85 | 0.24 | 0.48 | 0 | 0.67 | 270.73 | 0.32 | 0.25 |
| Hex | 41 | 2C | 55 | 18 | 30 | 0 | 43 | 10F | 20 | 19 |
| Octal | 101 | 54 | 125 | 30 | 60 | 0 | 103 | 417 | 40 | 31 |
| Binary | 1000001 | 101100 | 1010101 | 11000 | 110000 | 0 | 1000011 | 100001111 | 100000 | 11001 |
Color Harmonies of #412C55
Complementary color
Monochromatic Colors of #412C55
Black with #412C55
Text Example
Text Example
White with #412C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412C55; }
p { color: rgb(65,44,85); }
H1.HeaderClassName
{
color: #412C55;
}
.AnyTagClassName
{
color: #412C55;
}
</style>
background-color css
<style>
a { background-color: #412C55; }
a { background-color: rgb(65,44,85); }
div.DivClassName
{
background-color: #412C55;
}
.BgClassName
{
background-color: #412C55;
}
</style>
border-color css
<style>
span { border-color: #412C55; }
span { border-color: rgb(65,44,85); }
td.TdClassName
{
border-color: #412C55;
}
.TagClassName
{
border-color: #412C55;
}
</style>