Shades of Jagger #412C58
Tints of Jagger #412C58
RGB
CMYK
RGB Variations
Color information
#412C58 (or 0x412C58) is known color: Jagger. HEX triplet: 41, 2C and 58. RGB value is (65,44,88). Sum of RGB (Red+Green+Blue) = 65+44+88=197 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.99% from 197); Green value is 44 (17.58% from 255 or 22.34% from 197); Blue value is 88 (34.77% from 255 or 44.67% from 197); Max value from RGB is 88 - color contains mainly: blue. Hex color #412C58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412C58 is #BED3A7. Grayscale: #373737. Windows color (decimal): -12506024 or 5778497. OLE color: 5778497.
HSL color Cylindrical-coordinate representation of color #412C58: hue angle of 268.64º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #412C58 is Cyan = 0.26, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 65 | 44 | 88 | - |
| CMYK | 0.26 | 0.5 | 0 | 0.65 |
| HSL | 268.64º | 0.33% | 0.26% | - |
| HSV(B) | 268.64º | 0.5% | 0.35% | - |
| XYZ | 4.84 | 3.63 | 9.68 | - |
| YUV | 55.3 | 146.46 | 134.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 44 | 88 | 0.26 | 0.5 | 0 | 0.65 | 268.64 | 0.33 | 0.26 |
| Hex | 41 | 2C | 58 | 1A | 32 | 0 | 41 | 10D | 21 | 1A |
| Octal | 101 | 54 | 130 | 32 | 62 | 0 | 101 | 415 | 41 | 32 |
| Binary | 1000001 | 101100 | 1011000 | 11010 | 110010 | 0 | 1000001 | 100001101 | 100001 | 11010 |
Color Harmonies of #412C58
Complementary color
Monochromatic Colors of #412C58
Black with #412C58
Text Example
Text Example
White with #412C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412C58; }
p { color: rgb(65,44,88); }
H1.HeaderClassName
{
color: #412C58;
}
.AnyTagClassName
{
color: #412C58;
}
</style>
background-color css
<style>
a { background-color: #412C58; }
a { background-color: rgb(65,44,88); }
div.DivClassName
{
background-color: #412C58;
}
.BgClassName
{
background-color: #412C58;
}
</style>
border-color css
<style>
span { border-color: #412C58; }
span { border-color: rgb(65,44,88); }
td.TdClassName
{
border-color: #412C58;
}
.TagClassName
{
border-color: #412C58;
}
</style>