Shades of Jagger #443055
Tints of Jagger #443055
RGB
CMYK
RGB Variations
Color information
#443055 (or 0x443055) is known color: Jagger. HEX triplet: 44, 30 and 55. RGB value is (68,48,85). Sum of RGB (Red+Green+Blue) = 68+48+85=201 (26% of max value = 765). Red value is 68 (26.95% from 255 or 33.83% from 201); Green value is 48 (19.14% from 255 or 23.88% from 201); Blue value is 85 (33.59% from 255 or 42.29% from 201); Max value from RGB is 85 - color contains mainly: blue. Hex color #443055 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443055 is #BBCFAA. Grayscale: #3A3A3A. Windows color (decimal): -12308395 or 5582916. OLE color: 5582916.
HSL color Cylindrical-coordinate representation of color #443055: hue angle of 272.43º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #443055 is Cyan = 0.20, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 68 | 48 | 85 | - |
| CMYK | 0.20 | 0.44 | 0 | 0.67 |
| HSL | 272.43º | 0.28% | 0.26% | - |
| HSV(B) | 272.43º | 0.44% | 0.33% | - |
| XYZ | 5.08 | 4 | 9.1 | - |
| YUV | 58.2 | 143.13 | 134.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 48 | 85 | 0.20 | 0.44 | 0 | 0.67 | 272.43 | 0.28 | 0.26 |
| Hex | 44 | 30 | 55 | 14 | 2C | 0 | 43 | 110 | 1C | 1A |
| Octal | 104 | 60 | 125 | 24 | 54 | 0 | 103 | 420 | 34 | 32 |
| Binary | 1000100 | 110000 | 1010101 | 10100 | 101100 | 0 | 1000011 | 100010000 | 11100 | 11010 |
Color Harmonies of #443055
Complementary color
Monochromatic Colors of #443055
Black with #443055
Text Example
Text Example
White with #443055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443055; }
p { color: rgb(68,48,85); }
H1.HeaderClassName
{
color: #443055;
}
.AnyTagClassName
{
color: #443055;
}
</style>
background-color css
<style>
a { background-color: #443055; }
a { background-color: rgb(68,48,85); }
div.DivClassName
{
background-color: #443055;
}
.BgClassName
{
background-color: #443055;
}
</style>
border-color css
<style>
span { border-color: #443055; }
span { border-color: rgb(68,48,85); }
td.TdClassName
{
border-color: #443055;
}
.TagClassName
{
border-color: #443055;
}
</style>