Shades of Jagger #432C4D
Tints of Jagger #432C4D
RGB
CMYK
RGB Variations
Color information
#432C4D (or 0x432C4D) is known color: Jagger. HEX triplet: 43, 2C and 4D. RGB value is (67,44,77). Sum of RGB (Red+Green+Blue) = 67+44+77=188 (24% of max value = 765). Red value is 67 (26.56% from 255 or 35.64% from 188); Green value is 44 (17.58% from 255 or 23.40% from 188); Blue value is 77 (30.47% from 255 or 40.96% from 188); Max value from RGB is 77 - color contains mainly: blue. Hex color #432C4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432C4D is #BCD3B2. Grayscale: #363636. Windows color (decimal): -12374963 or 5057603. OLE color: 5057603.
HSL color Cylindrical-coordinate representation of color #432C4D: hue angle of 281.82º degrees, saturation: 0.27, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #432C4D is Cyan = 0.13, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 67 | 44 | 77 | - |
| CMYK | 0.13 | 0.43 | 0 | 0.70 |
| HSL | 281.82º | 0.27% | 0.24% | - |
| HSV(B) | 281.82º | 0.43% | 0.3% | - |
| XYZ | 4.55 | 3.53 | 7.46 | - |
| YUV | 54.64 | 140.62 | 136.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 44 | 77 | 0.13 | 0.43 | 0 | 0.70 | 281.82 | 0.27 | 0.24 |
| Hex | 43 | 2C | 4D | D | 2B | 0 | 46 | 11A | 1B | 18 |
| Octal | 103 | 54 | 115 | 15 | 53 | 0 | 106 | 432 | 33 | 30 |
| Binary | 1000011 | 101100 | 1001101 | 1101 | 101011 | 0 | 1000110 | 100011010 | 11011 | 11000 |
Color Harmonies of #432C4D
Complementary color
Monochromatic Colors of #432C4D
Black with #432C4D
Text Example
Text Example
White with #432C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432C4D; }
p { color: rgb(67,44,77); }
H1.HeaderClassName
{
color: #432C4D;
}
.AnyTagClassName
{
color: #432C4D;
}
</style>
background-color css
<style>
a { background-color: #432C4D; }
a { background-color: rgb(67,44,77); }
div.DivClassName
{
background-color: #432C4D;
}
.BgClassName
{
background-color: #432C4D;
}
</style>
border-color css
<style>
span { border-color: #432C4D; }
span { border-color: rgb(67,44,77); }
td.TdClassName
{
border-color: #432C4D;
}
.TagClassName
{
border-color: #432C4D;
}
</style>