Shades of Jagger #443151
Tints of Jagger #443151
RGB
CMYK
RGB Variations
Color information
#443151 (or 0x443151) is known color: Jagger. HEX triplet: 44, 31 and 51. RGB value is (68,49,81). Sum of RGB (Red+Green+Blue) = 68+49+81=198 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34.34% from 198); Green value is 49 (19.53% from 255 or 24.75% from 198); Blue value is 81 (32.03% from 255 or 40.91% from 198); Max value from RGB is 81 - color contains mainly: blue. Hex color #443151 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443151 is #BBCEAE. Grayscale: #3A3A3A. Windows color (decimal): -12308143 or 5321028. OLE color: 5321028.
HSL color Cylindrical-coordinate representation of color #443151: hue angle of 275.62º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #443151 is Cyan = 0.16, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 68 | 49 | 81 | - |
| CMYK | 0.16 | 0.40 | 0 | 0.68 |
| HSL | 275.63º | 0.25% | 0.25% | - |
| HSV(B) | 275.63º | 0.4% | 0.32% | - |
| XYZ | 4.97 | 4.02 | 8.3 | - |
| YUV | 58.33 | 140.79 | 134.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 49 | 81 | 0.16 | 0.40 | 0 | 0.68 | 275.63 | 0.25 | 0.25 |
| Hex | 44 | 31 | 51 | 10 | 28 | 0 | 44 | 114 | 19 | 19 |
| Octal | 104 | 61 | 121 | 20 | 50 | 0 | 104 | 424 | 31 | 31 |
| Binary | 1000100 | 110001 | 1010001 | 10000 | 101000 | 0 | 1000100 | 100010100 | 11001 | 11001 |
Color Harmonies of #443151
Complementary color
Monochromatic Colors of #443151
Black with #443151
Text Example
Text Example
White with #443151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443151; }
p { color: rgb(68,49,81); }
H1.HeaderClassName
{
color: #443151;
}
.AnyTagClassName
{
color: #443151;
}
</style>
background-color css
<style>
a { background-color: #443151; }
a { background-color: rgb(68,49,81); }
div.DivClassName
{
background-color: #443151;
}
.BgClassName
{
background-color: #443151;
}
</style>
border-color css
<style>
span { border-color: #443151; }
span { border-color: rgb(68,49,81); }
td.TdClassName
{
border-color: #443151;
}
.TagClassName
{
border-color: #443151;
}
</style>