Shades of Jagger #412253
Tints of Jagger #412253
RGB
CMYK
RGB Variations
Color information
#412253 (or 0x412253) is known color: Jagger. HEX triplet: 41, 22 and 53. RGB value is (65,34,83). Sum of RGB (Red+Green+Blue) = 65+34+83=182 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.71% from 182); Green value is 34 (13.67% from 255 or 18.68% from 182); Blue value is 83 (32.81% from 255 or 45.60% from 182); Max value from RGB is 83 - color contains mainly: blue. Hex color #412253 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412253 is #BEDDAC. Grayscale: #303030. Windows color (decimal): -12508589 or 5448257. OLE color: 5448257.
HSL color Cylindrical-coordinate representation of color #412253: hue angle of 277.96º degrees, saturation: 0.42, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #412253 is Cyan = 0.22, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 65 | 34 | 83 | - |
| CMYK | 0.22 | 0.59 | 0 | 0.67 |
| HSL | 277.96º | 0.42% | 0.23% | - |
| HSV(B) | 277.96º | 0.59% | 0.33% | - |
| XYZ | 4.31 | 2.89 | 8.51 | - |
| YUV | 48.86 | 147.27 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 34 | 83 | 0.22 | 0.59 | 0 | 0.67 | 277.96 | 0.42 | 0.23 |
| Hex | 41 | 22 | 53 | 16 | 3B | 0 | 43 | 116 | 2A | 17 |
| Octal | 101 | 42 | 123 | 26 | 73 | 0 | 103 | 426 | 52 | 27 |
| Binary | 1000001 | 100010 | 1010011 | 10110 | 111011 | 0 | 1000011 | 100010110 | 101010 | 10111 |
Color Harmonies of #412253
Complementary color
Monochromatic Colors of #412253
Black with #412253
Text Example
Text Example
White with #412253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412253; }
p { color: rgb(65,34,83); }
H1.HeaderClassName
{
color: #412253;
}
.AnyTagClassName
{
color: #412253;
}
</style>
background-color css
<style>
a { background-color: #412253; }
a { background-color: rgb(65,34,83); }
div.DivClassName
{
background-color: #412253;
}
.BgClassName
{
background-color: #412253;
}
</style>
border-color css
<style>
span { border-color: #412253; }
span { border-color: rgb(65,34,83); }
td.TdClassName
{
border-color: #412253;
}
.TagClassName
{
border-color: #412253;
}
</style>