Shades of Jagger #443355
Tints of Jagger #443355
RGB
CMYK
RGB Variations
Color information
#443355 (or 0x443355) is known color: Jagger. HEX triplet: 44, 33 and 55. RGB value is (68,51,85). Sum of RGB (Red+Green+Blue) = 68+51+85=204 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.33% from 204); Green value is 51 (20.31% from 255 or 25% from 204); Blue value is 85 (33.59% from 255 or 41.67% from 204); Max value from RGB is 85 - color contains mainly: blue. Hex color #443355 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443355 is #BBCCAA. Grayscale: #3B3B3B. Windows color (decimal): -12307627 or 5583684. OLE color: 5583684.
HSL color Cylindrical-coordinate representation of color #443355: hue angle of 270º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #443355 is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 68 | 51 | 85 | - |
| CMYK | 0.20 | 0.40 | 0 | 0.67 |
| HSL | 270º | 0.25% | 0.27% | - |
| HSV(B) | 270º | 0.4% | 0.33% | - |
| XYZ | 5.21 | 4.25 | 9.14 | - |
| YUV | 59.96 | 142.13 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 51 | 85 | 0.20 | 0.40 | 0 | 0.67 | 270 | 0.25 | 0.27 |
| Hex | 44 | 33 | 55 | 14 | 28 | 0 | 43 | 10E | 19 | 1B |
| Octal | 104 | 63 | 125 | 24 | 50 | 0 | 103 | 416 | 31 | 33 |
| Binary | 1000100 | 110011 | 1010101 | 10100 | 101000 | 0 | 1000011 | 100001110 | 11001 | 11011 |
Color Harmonies of #443355
Complementary color
Monochromatic Colors of #443355
Black with #443355
Text Example
Text Example
White with #443355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443355; }
p { color: rgb(68,51,85); }
H1.HeaderClassName
{
color: #443355;
}
.AnyTagClassName
{
color: #443355;
}
</style>
background-color css
<style>
a { background-color: #443355; }
a { background-color: rgb(68,51,85); }
div.DivClassName
{
background-color: #443355;
}
.BgClassName
{
background-color: #443355;
}
</style>
border-color css
<style>
span { border-color: #443355; }
span { border-color: rgb(68,51,85); }
td.TdClassName
{
border-color: #443355;
}
.TagClassName
{
border-color: #443355;
}
</style>