Shades of Jagger #453256
Tints of Jagger #453256
RGB
CMYK
RGB Variations
Color information
#453256 (or 0x453256) is known color: Jagger. HEX triplet: 45, 32 and 56. RGB value is (69,50,86). Sum of RGB (Red+Green+Blue) = 69+50+86=205 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.66% from 205); Green value is 50 (19.92% from 255 or 24.39% from 205); Blue value is 86 (33.98% from 255 or 41.95% from 205); Max value from RGB is 86 - color contains mainly: blue. Hex color #453256 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453256 is #BACDA9. Grayscale: #3B3B3B. Windows color (decimal): -12242346 or 5648965. OLE color: 5648965.
HSL color Cylindrical-coordinate representation of color #453256: hue angle of 271.67º 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 #453256 is Cyan = 0.20, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 69 | 50 | 86 | - |
| CMYK | 0.20 | 0.42 | 0 | 0.66 |
| HSL | 271.67º | 0.26% | 0.27% | - |
| HSV(B) | 271.67º | 0.42% | 0.34% | - |
| XYZ | 5.27 | 4.22 | 9.34 | - |
| YUV | 59.79 | 142.79 | 134.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 50 | 86 | 0.20 | 0.42 | 0 | 0.66 | 271.67 | 0.26 | 0.27 |
| Hex | 45 | 32 | 56 | 14 | 2A | 0 | 42 | 110 | 1A | 1B |
| Octal | 105 | 62 | 126 | 24 | 52 | 0 | 102 | 420 | 32 | 33 |
| Binary | 1000101 | 110010 | 1010110 | 10100 | 101010 | 0 | 1000010 | 100010000 | 11010 | 11011 |
Color Harmonies of #453256
Complementary color
Monochromatic Colors of #453256
Black with #453256
Text Example
Text Example
White with #453256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453256; }
p { color: rgb(69,50,86); }
H1.HeaderClassName
{
color: #453256;
}
.AnyTagClassName
{
color: #453256;
}
</style>
background-color css
<style>
a { background-color: #453256; }
a { background-color: rgb(69,50,86); }
div.DivClassName
{
background-color: #453256;
}
.BgClassName
{
background-color: #453256;
}
</style>
border-color css
<style>
span { border-color: #453256; }
span { border-color: rgb(69,50,86); }
td.TdClassName
{
border-color: #453256;
}
.TagClassName
{
border-color: #453256;
}
</style>