Shades of Jagger #433555
Tints of Jagger #433555
RGB
CMYK
RGB Variations
Color information
#433555 (or 0x433555) is known color: Jagger. HEX triplet: 43, 35 and 55. RGB value is (67,53,85). Sum of RGB (Red+Green+Blue) = 67+53+85=205 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.68% from 205); Green value is 53 (21.09% from 255 or 25.85% from 205); Blue value is 85 (33.59% from 255 or 41.46% from 205); Max value from RGB is 85 - color contains mainly: blue. Hex color #433555 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #433555 is #BCCAAA. Grayscale: #3C3C3C. Windows color (decimal): -12372651 or 5584195. OLE color: 5584195.
HSL color Cylindrical-coordinate representation of color #433555: hue angle of 266.25º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #433555 is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 67 | 53 | 85 | - |
| CMYK | 0.21 | 0.38 | 0 | 0.67 |
| HSL | 266.25º | 0.23% | 0.27% | - |
| HSV(B) | 266.25º | 0.38% | 0.33% | - |
| XYZ | 5.23 | 4.4 | 9.17 | - |
| YUV | 60.83 | 141.64 | 132.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 53 | 85 | 0.21 | 0.38 | 0 | 0.67 | 266.25 | 0.23 | 0.27 |
| Hex | 43 | 35 | 55 | 15 | 26 | 0 | 43 | 10A | 17 | 1B |
| Octal | 103 | 65 | 125 | 25 | 46 | 0 | 103 | 412 | 27 | 33 |
| Binary | 1000011 | 110101 | 1010101 | 10101 | 100110 | 0 | 1000011 | 100001010 | 10111 | 11011 |
Color Harmonies of #433555
Complementary color
Monochromatic Colors of #433555
Black with #433555
Text Example
Text Example
White with #433555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #433555; }
p { color: rgb(67,53,85); }
H1.HeaderClassName
{
color: #433555;
}
.AnyTagClassName
{
color: #433555;
}
</style>
background-color css
<style>
a { background-color: #433555; }
a { background-color: rgb(67,53,85); }
div.DivClassName
{
background-color: #433555;
}
.BgClassName
{
background-color: #433555;
}
</style>
border-color css
<style>
span { border-color: #433555; }
span { border-color: rgb(67,53,85); }
td.TdClassName
{
border-color: #433555;
}
.TagClassName
{
border-color: #433555;
}
</style>