Shades of Jagger #433256
Tints of Jagger #433256
RGB
CMYK
RGB Variations
Color information
#433256 (or 0x433256) is known color: Jagger. HEX triplet: 43, 32 and 56. RGB value is (67,50,86). Sum of RGB (Red+Green+Blue) = 67+50+86=203 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.00% from 203); Green value is 50 (19.92% from 255 or 24.63% from 203); Blue value is 86 (33.98% from 255 or 42.36% from 203); Max value from RGB is 86 - color contains mainly: blue. Hex color #433256 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #433256 is #BCCDA9. Grayscale: #3B3B3B. Windows color (decimal): -12373418 or 5648963. OLE color: 5648963.
HSL color Cylindrical-coordinate representation of color #433256: hue angle of 268.33º 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 #433256 is Cyan = 0.22, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 67 | 50 | 86 | - |
| CMYK | 0.22 | 0.42 | 0 | 0.66 |
| HSL | 268.33º | 0.26% | 0.27% | - |
| HSV(B) | 268.33º | 0.42% | 0.34% | - |
| XYZ | 5.14 | 4.15 | 9.33 | - |
| YUV | 59.19 | 143.13 | 133.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 50 | 86 | 0.22 | 0.42 | 0 | 0.66 | 268.33 | 0.26 | 0.27 |
| Hex | 43 | 32 | 56 | 16 | 2A | 0 | 42 | 10C | 1A | 1B |
| Octal | 103 | 62 | 126 | 26 | 52 | 0 | 102 | 414 | 32 | 33 |
| Binary | 1000011 | 110010 | 1010110 | 10110 | 101010 | 0 | 1000010 | 100001100 | 11010 | 11011 |
Color Harmonies of #433256
Complementary color
Monochromatic Colors of #433256
Black with #433256
Text Example
Text Example
White with #433256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #433256; }
p { color: rgb(67,50,86); }
H1.HeaderClassName
{
color: #433256;
}
.AnyTagClassName
{
color: #433256;
}
</style>
background-color css
<style>
a { background-color: #433256; }
a { background-color: rgb(67,50,86); }
div.DivClassName
{
background-color: #433256;
}
.BgClassName
{
background-color: #433256;
}
</style>
border-color css
<style>
span { border-color: #433256; }
span { border-color: rgb(67,50,86); }
td.TdClassName
{
border-color: #433256;
}
.TagClassName
{
border-color: #433256;
}
</style>