Shades of Jagger #412353
Tints of Jagger #412353
RGB
CMYK
RGB Variations
Color information
#412353 (or 0x412353) is known color: Jagger. HEX triplet: 41, 23 and 53. RGB value is (65,35,83). Sum of RGB (Red+Green+Blue) = 65+35+83=183 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.52% from 183); Green value is 35 (14.06% from 255 or 19.13% from 183); Blue value is 83 (32.81% from 255 or 45.36% from 183); Max value from RGB is 83 - color contains mainly: blue. Hex color #412353 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412353 is #BEDCAC. Grayscale: #313131. Windows color (decimal): -12508333 or 5448513. OLE color: 5448513.
HSL color Cylindrical-coordinate representation of color #412353: hue angle of 277.5º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #412353 is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 65 | 35 | 83 | - |
| CMYK | 0.22 | 0.58 | 0 | 0.67 |
| HSL | 277.5º | 0.41% | 0.23% | - |
| HSV(B) | 277.5º | 0.58% | 0.33% | - |
| XYZ | 4.34 | 2.95 | 8.52 | - |
| YUV | 49.44 | 146.94 | 139.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 35 | 83 | 0.22 | 0.58 | 0 | 0.67 | 277.5 | 0.41 | 0.23 |
| Hex | 41 | 23 | 53 | 16 | 3A | 0 | 43 | 116 | 29 | 17 |
| Octal | 101 | 43 | 123 | 26 | 72 | 0 | 103 | 426 | 51 | 27 |
| Binary | 1000001 | 100011 | 1010011 | 10110 | 111010 | 0 | 1000011 | 100010110 | 101001 | 10111 |
Color Harmonies of #412353
Complementary color
Monochromatic Colors of #412353
Black with #412353
Text Example
Text Example
White with #412353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412353; }
p { color: rgb(65,35,83); }
H1.HeaderClassName
{
color: #412353;
}
.AnyTagClassName
{
color: #412353;
}
</style>
background-color css
<style>
a { background-color: #412353; }
a { background-color: rgb(65,35,83); }
div.DivClassName
{
background-color: #412353;
}
.BgClassName
{
background-color: #412353;
}
</style>
border-color css
<style>
span { border-color: #412353; }
span { border-color: rgb(65,35,83); }
td.TdClassName
{
border-color: #412353;
}
.TagClassName
{
border-color: #412353;
}
</style>