Shades of Jagger #412258
Tints of Jagger #412258
RGB
CMYK
RGB Variations
Color information
#412258 (or 0x412258) is known color: Jagger. HEX triplet: 41, 22 and 58. RGB value is (65,34,88). Sum of RGB (Red+Green+Blue) = 65+34+88=187 (24% of max value = 765). Red value is 65 (25.78% from 255 or 34.76% from 187); Green value is 34 (13.67% from 255 or 18.18% from 187); Blue value is 88 (34.77% from 255 or 47.06% from 187); Max value from RGB is 88 - color contains mainly: blue. Hex color #412258 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412258 is #BEDDA7. Grayscale: #313131. Windows color (decimal): -12508584 or 5775937. OLE color: 5775937.
HSL color Cylindrical-coordinate representation of color #412258: hue angle of 274.44º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #412258 is Cyan = 0.26, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 65 | 34 | 88 | - |
| CMYK | 0.26 | 0.61 | 0 | 0.65 |
| HSL | 274.44º | 0.44% | 0.24% | - |
| HSV(B) | 274.44º | 0.61% | 0.35% | - |
| XYZ | 4.51 | 2.97 | 9.57 | - |
| YUV | 49.43 | 149.77 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 34 | 88 | 0.26 | 0.61 | 0 | 0.65 | 274.44 | 0.44 | 0.24 |
| Hex | 41 | 22 | 58 | 1A | 3D | 0 | 41 | 112 | 2C | 18 |
| Octal | 101 | 42 | 130 | 32 | 75 | 0 | 101 | 422 | 54 | 30 |
| Binary | 1000001 | 100010 | 1011000 | 11010 | 111101 | 0 | 1000001 | 100010010 | 101100 | 11000 |
Color Harmonies of #412258
Complementary color
Monochromatic Colors of #412258
Black with #412258
Text Example
Text Example
White with #412258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412258; }
p { color: rgb(65,34,88); }
H1.HeaderClassName
{
color: #412258;
}
.AnyTagClassName
{
color: #412258;
}
</style>
background-color css
<style>
a { background-color: #412258; }
a { background-color: rgb(65,34,88); }
div.DivClassName
{
background-color: #412258;
}
.BgClassName
{
background-color: #412258;
}
</style>
border-color css
<style>
span { border-color: #412258; }
span { border-color: rgb(65,34,88); }
td.TdClassName
{
border-color: #412258;
}
.TagClassName
{
border-color: #412258;
}
</style>