Shades of Jagger #433255
Tints of Jagger #433255
RGB
CMYK
RGB Variations
Color information
#433255 (or 0x433255) is known color: Jagger. HEX triplet: 43, 32 and 55. RGB value is (67,50,85). Sum of RGB (Red+Green+Blue) = 67+50+85=202 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.17% from 202); Green value is 50 (19.92% from 255 or 24.75% from 202); Blue value is 85 (33.59% from 255 or 42.08% from 202); Max value from RGB is 85 - color contains mainly: blue. Hex color #433255 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #433255 is #BCCDAA. Grayscale: #3A3A3A. Windows color (decimal): -12373419 or 5583427. OLE color: 5583427.
HSL color Cylindrical-coordinate representation of color #433255: hue angle of 269.14º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #433255 is Cyan = 0.21, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 67 | 50 | 85 | - |
| CMYK | 0.21 | 0.41 | 0 | 0.67 |
| HSL | 269.14º | 0.26% | 0.26% | - |
| HSV(B) | 269.14º | 0.41% | 0.33% | - |
| XYZ | 5.1 | 4.13 | 9.12 | - |
| YUV | 59.07 | 142.63 | 133.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 50 | 85 | 0.21 | 0.41 | 0 | 0.67 | 269.14 | 0.26 | 0.26 |
| Hex | 43 | 32 | 55 | 15 | 29 | 0 | 43 | 10D | 1A | 1A |
| Octal | 103 | 62 | 125 | 25 | 51 | 0 | 103 | 415 | 32 | 32 |
| Binary | 1000011 | 110010 | 1010101 | 10101 | 101001 | 0 | 1000011 | 100001101 | 11010 | 11010 |
Color Harmonies of #433255
Complementary color
Monochromatic Colors of #433255
Black with #433255
Text Example
Text Example
White with #433255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #433255; }
p { color: rgb(67,50,85); }
H1.HeaderClassName
{
color: #433255;
}
.AnyTagClassName
{
color: #433255;
}
</style>
background-color css
<style>
a { background-color: #433255; }
a { background-color: rgb(67,50,85); }
div.DivClassName
{
background-color: #433255;
}
.BgClassName
{
background-color: #433255;
}
</style>
border-color css
<style>
span { border-color: #433255; }
span { border-color: rgb(67,50,85); }
td.TdClassName
{
border-color: #433255;
}
.TagClassName
{
border-color: #433255;
}
</style>