Shades of Jagger #432C54
Tints of Jagger #432C54
RGB
CMYK
RGB Variations
Color information
#432C54 (or 0x432C54) is known color: Jagger. HEX triplet: 43, 2C and 54. RGB value is (67,44,84). Sum of RGB (Red+Green+Blue) = 67+44+84=195 (25% of max value = 765). Red value is 67 (26.56% from 255 or 34.36% from 195); Green value is 44 (17.58% from 255 or 22.56% from 195); Blue value is 84 (33.20% from 255 or 43.08% from 195); Max value from RGB is 84 - color contains mainly: blue. Hex color #432C54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432C54 is #BCD3AB. Grayscale: #373737. Windows color (decimal): -12374956 or 5516355. OLE color: 5516355.
HSL color Cylindrical-coordinate representation of color #432C54: hue angle of 274.5º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #432C54 is Cyan = 0.20, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 67 | 44 | 84 | - |
| CMYK | 0.20 | 0.48 | 0 | 0.67 |
| HSL | 274.5º | 0.31% | 0.25% | - |
| HSV(B) | 274.5º | 0.48% | 0.33% | - |
| XYZ | 4.82 | 3.63 | 8.84 | - |
| YUV | 55.44 | 144.12 | 136.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 44 | 84 | 0.20 | 0.48 | 0 | 0.67 | 274.5 | 0.31 | 0.25 |
| Hex | 43 | 2C | 54 | 14 | 30 | 0 | 43 | 112 | 1F | 19 |
| Octal | 103 | 54 | 124 | 24 | 60 | 0 | 103 | 422 | 37 | 31 |
| Binary | 1000011 | 101100 | 1010100 | 10100 | 110000 | 0 | 1000011 | 100010010 | 11111 | 11001 |
Color Harmonies of #432C54
Complementary color
Monochromatic Colors of #432C54
Black with #432C54
Text Example
Text Example
White with #432C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432C54; }
p { color: rgb(67,44,84); }
H1.HeaderClassName
{
color: #432C54;
}
.AnyTagClassName
{
color: #432C54;
}
</style>
background-color css
<style>
a { background-color: #432C54; }
a { background-color: rgb(67,44,84); }
div.DivClassName
{
background-color: #432C54;
}
.BgClassName
{
background-color: #432C54;
}
</style>
border-color css
<style>
span { border-color: #432C54; }
span { border-color: rgb(67,44,84); }
td.TdClassName
{
border-color: #432C54;
}
.TagClassName
{
border-color: #432C54;
}
</style>