Shades of Jagger #433153
Tints of Jagger #433153
RGB
CMYK
RGB Variations
Color information
#433153 (or 0x433153) is known color: Jagger. HEX triplet: 43, 31 and 53. RGB value is (67,49,83). Sum of RGB (Red+Green+Blue) = 67+49+83=199 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.67% from 199); Green value is 49 (19.53% from 255 or 24.62% from 199); Blue value is 83 (32.81% from 255 or 41.71% from 199); Max value from RGB is 83 - color contains mainly: blue. Hex color #433153 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #433153 is #BCCEAC. Grayscale: #3A3A3A. Windows color (decimal): -12373677 or 5452099. OLE color: 5452099.
HSL color Cylindrical-coordinate representation of color #433153: hue angle of 271.76º 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 #433153 is Cyan = 0.19, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 67 | 49 | 83 | - |
| CMYK | 0.19 | 0.41 | 0 | 0.67 |
| HSL | 271.76º | 0.26% | 0.26% | - |
| HSV(B) | 271.76º | 0.41% | 0.33% | - |
| XYZ | 4.97 | 4.01 | 8.7 | - |
| YUV | 58.26 | 141.96 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 49 | 83 | 0.19 | 0.41 | 0 | 0.67 | 271.76 | 0.26 | 0.26 |
| Hex | 43 | 31 | 53 | 13 | 29 | 0 | 43 | 110 | 1A | 1A |
| Octal | 103 | 61 | 123 | 23 | 51 | 0 | 103 | 420 | 32 | 32 |
| Binary | 1000011 | 110001 | 1010011 | 10011 | 101001 | 0 | 1000011 | 100010000 | 11010 | 11010 |
Color Harmonies of #433153
Complementary color
Monochromatic Colors of #433153
Black with #433153
Text Example
Text Example
White with #433153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #433153; }
p { color: rgb(67,49,83); }
H1.HeaderClassName
{
color: #433153;
}
.AnyTagClassName
{
color: #433153;
}
</style>
background-color css
<style>
a { background-color: #433153; }
a { background-color: rgb(67,49,83); }
div.DivClassName
{
background-color: #433153;
}
.BgClassName
{
background-color: #433153;
}
</style>
border-color css
<style>
span { border-color: #433153; }
span { border-color: rgb(67,49,83); }
td.TdClassName
{
border-color: #433153;
}
.TagClassName
{
border-color: #433153;
}
</style>