Shades of Jagger #443551
Tints of Jagger #443551
RGB
CMYK
RGB Variations
Color information
#443551 (or 0x443551) is known color: Jagger. HEX triplet: 44, 35 and 51. RGB value is (68,53,81). Sum of RGB (Red+Green+Blue) = 68+53+81=202 (26% of max value = 765). Red value is 68 (26.95% from 255 or 33.66% from 202); Green value is 53 (21.09% from 255 or 26.24% from 202); Blue value is 81 (32.03% from 255 or 40.10% from 202); Max value from RGB is 81 - color contains mainly: blue. Hex color #443551 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443551 is #BBCAAE. Grayscale: #3C3C3C. Windows color (decimal): -12307119 or 5322052. OLE color: 5322052.
HSL color Cylindrical-coordinate representation of color #443551: hue angle of 272.14º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #443551 is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 68 | 53 | 81 | - |
| CMYK | 0.16 | 0.35 | 0 | 0.68 |
| HSL | 272.14º | 0.21% | 0.26% | - |
| HSV(B) | 272.14º | 0.35% | 0.32% | - |
| XYZ | 5.14 | 4.37 | 8.36 | - |
| YUV | 60.68 | 139.47 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 53 | 81 | 0.16 | 0.35 | 0 | 0.68 | 272.14 | 0.21 | 0.26 |
| Hex | 44 | 35 | 51 | 10 | 23 | 0 | 44 | 110 | 15 | 1A |
| Octal | 104 | 65 | 121 | 20 | 43 | 0 | 104 | 420 | 25 | 32 |
| Binary | 1000100 | 110101 | 1010001 | 10000 | 100011 | 0 | 1000100 | 100010000 | 10101 | 11010 |
Color Harmonies of #443551
Complementary color
Monochromatic Colors of #443551
Black with #443551
Text Example
Text Example
White with #443551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443551; }
p { color: rgb(68,53,81); }
H1.HeaderClassName
{
color: #443551;
}
.AnyTagClassName
{
color: #443551;
}
</style>
background-color css
<style>
a { background-color: #443551; }
a { background-color: rgb(68,53,81); }
div.DivClassName
{
background-color: #443551;
}
.BgClassName
{
background-color: #443551;
}
</style>
border-color css
<style>
span { border-color: #443551; }
span { border-color: rgb(68,53,81); }
td.TdClassName
{
border-color: #443551;
}
.TagClassName
{
border-color: #443551;
}
</style>