Shades of Jagger #443256
Tints of Jagger #443256
RGB
CMYK
RGB Variations
Color information
#443256 (or 0x443256) is known color: Jagger. HEX triplet: 44, 32 and 56. RGB value is (68,50,86). Sum of RGB (Red+Green+Blue) = 68+50+86=204 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.33% from 204); Green value is 50 (19.92% from 255 or 24.51% from 204); Blue value is 86 (33.98% from 255 or 42.16% from 204); Max value from RGB is 86 - color contains mainly: blue. Hex color #443256 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443256 is #BBCDA9. Grayscale: #3B3B3B. Windows color (decimal): -12307882 or 5648964. OLE color: 5648964.
HSL color Cylindrical-coordinate representation of color #443256: hue angle of 270º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #443256 is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 68 | 50 | 86 | - |
| CMYK | 0.21 | 0.42 | 0 | 0.66 |
| HSL | 270º | 0.26% | 0.27% | - |
| HSV(B) | 270º | 0.42% | 0.34% | - |
| XYZ | 5.2 | 4.18 | 9.34 | - |
| YUV | 59.49 | 142.96 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 50 | 86 | 0.21 | 0.42 | 0 | 0.66 | 270 | 0.26 | 0.27 |
| Hex | 44 | 32 | 56 | 15 | 2A | 0 | 42 | 10E | 1A | 1B |
| Octal | 104 | 62 | 126 | 25 | 52 | 0 | 102 | 416 | 32 | 33 |
| Binary | 1000100 | 110010 | 1010110 | 10101 | 101010 | 0 | 1000010 | 100001110 | 11010 | 11011 |
Color Harmonies of #443256
Complementary color
Monochromatic Colors of #443256
Black with #443256
Text Example
Text Example
White with #443256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443256; }
p { color: rgb(68,50,86); }
H1.HeaderClassName
{
color: #443256;
}
.AnyTagClassName
{
color: #443256;
}
</style>
background-color css
<style>
a { background-color: #443256; }
a { background-color: rgb(68,50,86); }
div.DivClassName
{
background-color: #443256;
}
.BgClassName
{
background-color: #443256;
}
</style>
border-color css
<style>
span { border-color: #443256; }
span { border-color: rgb(68,50,86); }
td.TdClassName
{
border-color: #443256;
}
.TagClassName
{
border-color: #443256;
}
</style>