Shades of Jagger #412656
Tints of Jagger #412656
RGB
CMYK
RGB Variations
Color information
#412656 (or 0x412656) is known color: Jagger. HEX triplet: 41, 26 and 56. RGB value is (65,38,86). Sum of RGB (Red+Green+Blue) = 65+38+86=189 (25% of max value = 765). Red value is 65 (25.78% from 255 or 34.39% from 189); Green value is 38 (15.23% from 255 or 20.11% from 189); Blue value is 86 (33.98% from 255 or 45.50% from 189); Max value from RGB is 86 - color contains mainly: blue. Hex color #412656 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412656 is #BED9A9. Grayscale: #333333. Windows color (decimal): -12507562 or 5645889. OLE color: 5645889.
HSL color Cylindrical-coordinate representation of color #412656: hue angle of 273.75º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #412656 is Cyan = 0.24, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 65 | 38 | 86 | - |
| CMYK | 0.24 | 0.56 | 0 | 0.66 |
| HSL | 273.75º | 0.39% | 0.24% | - |
| HSV(B) | 273.75º | 0.56% | 0.34% | - |
| XYZ | 4.55 | 3.18 | 9.18 | - |
| YUV | 51.55 | 147.45 | 137.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 38 | 86 | 0.24 | 0.56 | 0 | 0.66 | 273.75 | 0.39 | 0.24 |
| Hex | 41 | 26 | 56 | 18 | 38 | 0 | 42 | 112 | 27 | 18 |
| Octal | 101 | 46 | 126 | 30 | 70 | 0 | 102 | 422 | 47 | 30 |
| Binary | 1000001 | 100110 | 1010110 | 11000 | 111000 | 0 | 1000010 | 100010010 | 100111 | 11000 |
Color Harmonies of #412656
Complementary color
Monochromatic Colors of #412656
Black with #412656
Text Example
Text Example
White with #412656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412656; }
p { color: rgb(65,38,86); }
H1.HeaderClassName
{
color: #412656;
}
.AnyTagClassName
{
color: #412656;
}
</style>
background-color css
<style>
a { background-color: #412656; }
a { background-color: rgb(65,38,86); }
div.DivClassName
{
background-color: #412656;
}
.BgClassName
{
background-color: #412656;
}
</style>
border-color css
<style>
span { border-color: #412656; }
span { border-color: rgb(65,38,86); }
td.TdClassName
{
border-color: #412656;
}
.TagClassName
{
border-color: #412656;
}
</style>