Shades of Jagger #412655
Tints of Jagger #412655
RGB
CMYK
RGB Variations
Color information
#412655 (or 0x412655) is known color: Jagger. HEX triplet: 41, 26 and 55. RGB value is (65,38,85). Sum of RGB (Red+Green+Blue) = 65+38+85=188 (24% of max value = 765). Red value is 65 (25.78% from 255 or 34.57% from 188); Green value is 38 (15.23% from 255 or 20.21% from 188); Blue value is 85 (33.59% from 255 or 45.21% from 188); Max value from RGB is 85 - color contains mainly: blue. Hex color #412655 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412655 is #BED9AA. Grayscale: #333333. Windows color (decimal): -12507563 or 5580353. OLE color: 5580353.
HSL color Cylindrical-coordinate representation of color #412655: hue angle of 274.47º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #412655 is Cyan = 0.24, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 65 | 38 | 85 | - |
| CMYK | 0.24 | 0.55 | 0 | 0.67 |
| HSL | 274.47º | 0.38% | 0.24% | - |
| HSV(B) | 274.47º | 0.55% | 0.33% | - |
| XYZ | 4.51 | 3.17 | 8.97 | - |
| YUV | 51.43 | 146.95 | 137.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 38 | 85 | 0.24 | 0.55 | 0 | 0.67 | 274.47 | 0.38 | 0.24 |
| Hex | 41 | 26 | 55 | 18 | 37 | 0 | 43 | 112 | 26 | 18 |
| Octal | 101 | 46 | 125 | 30 | 67 | 0 | 103 | 422 | 46 | 30 |
| Binary | 1000001 | 100110 | 1010101 | 11000 | 110111 | 0 | 1000011 | 100010010 | 100110 | 11000 |
Color Harmonies of #412655
Complementary color
Monochromatic Colors of #412655
Black with #412655
Text Example
Text Example
White with #412655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412655; }
p { color: rgb(65,38,85); }
H1.HeaderClassName
{
color: #412655;
}
.AnyTagClassName
{
color: #412655;
}
</style>
background-color css
<style>
a { background-color: #412655; }
a { background-color: rgb(65,38,85); }
div.DivClassName
{
background-color: #412655;
}
.BgClassName
{
background-color: #412655;
}
</style>
border-color css
<style>
span { border-color: #412655; }
span { border-color: rgb(65,38,85); }
td.TdClassName
{
border-color: #412655;
}
.TagClassName
{
border-color: #412655;
}
</style>