Shades of Jagger #453355
Tints of Jagger #453355
RGB
CMYK
RGB Variations
Color information
#453355 (or 0x453355) is known color: Jagger. HEX triplet: 45, 33 and 55. RGB value is (69,51,85). Sum of RGB (Red+Green+Blue) = 69+51+85=205 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.66% from 205); Green value is 51 (20.31% from 255 or 24.88% 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 #453355 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453355 is #BACCAA. Grayscale: #3C3C3C. Windows color (decimal): -12242091 or 5583685. OLE color: 5583685.
HSL color Cylindrical-coordinate representation of color #453355: hue angle of 271.76º 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 #453355 is Cyan = 0.19, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 69 | 51 | 85 | - |
| CMYK | 0.19 | 0.40 | 0 | 0.67 |
| HSL | 271.76º | 0.25% | 0.27% | - |
| HSV(B) | 271.76º | 0.4% | 0.33% | - |
| XYZ | 5.28 | 4.29 | 9.14 | - |
| YUV | 60.26 | 141.96 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 51 | 85 | 0.19 | 0.40 | 0 | 0.67 | 271.76 | 0.25 | 0.27 |
| Hex | 45 | 33 | 55 | 13 | 28 | 0 | 43 | 110 | 19 | 1B |
| Octal | 105 | 63 | 125 | 23 | 50 | 0 | 103 | 420 | 31 | 33 |
| Binary | 1000101 | 110011 | 1010101 | 10011 | 101000 | 0 | 1000011 | 100010000 | 11001 | 11011 |
Color Harmonies of #453355
Complementary color
Monochromatic Colors of #453355
Black with #453355
Text Example
Text Example
White with #453355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453355; }
p { color: rgb(69,51,85); }
H1.HeaderClassName
{
color: #453355;
}
.AnyTagClassName
{
color: #453355;
}
</style>
background-color css
<style>
a { background-color: #453355; }
a { background-color: rgb(69,51,85); }
div.DivClassName
{
background-color: #453355;
}
.BgClassName
{
background-color: #453355;
}
</style>
border-color css
<style>
span { border-color: #453355; }
span { border-color: rgb(69,51,85); }
td.TdClassName
{
border-color: #453355;
}
.TagClassName
{
border-color: #453355;
}
</style>