Shades of Jagger #432C52
Tints of Jagger #432C52
RGB
CMYK
RGB Variations
Color information
#432C52 (or 0x432C52) is known color: Jagger. HEX triplet: 43, 2C and 52. RGB value is (67,44,82). Sum of RGB (Red+Green+Blue) = 67+44+82=193 (25% of max value = 765). Red value is 67 (26.56% from 255 or 34.72% from 193); Green value is 44 (17.58% from 255 or 22.80% from 193); Blue value is 82 (32.42% from 255 or 42.49% from 193); Max value from RGB is 82 - color contains mainly: blue. Hex color #432C52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432C52 is #BCD3AD. Grayscale: #373737. Windows color (decimal): -12374958 or 5385283. OLE color: 5385283.
HSL color Cylindrical-coordinate representation of color #432C52: hue angle of 276.32º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #432C52 is Cyan = 0.18, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 67 | 44 | 82 | - |
| CMYK | 0.18 | 0.46 | 0 | 0.68 |
| HSL | 276.32º | 0.3% | 0.25% | - |
| HSV(B) | 276.32º | 0.46% | 0.32% | - |
| XYZ | 4.74 | 3.6 | 8.43 | - |
| YUV | 55.21 | 143.12 | 136.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 44 | 82 | 0.18 | 0.46 | 0 | 0.68 | 276.32 | 0.3 | 0.25 |
| Hex | 43 | 2C | 52 | 12 | 2E | 0 | 44 | 114 | 1E | 19 |
| Octal | 103 | 54 | 122 | 22 | 56 | 0 | 104 | 424 | 36 | 31 |
| Binary | 1000011 | 101100 | 1010010 | 10010 | 101110 | 0 | 1000100 | 100010100 | 11110 | 11001 |
Color Harmonies of #432C52
Complementary color
Monochromatic Colors of #432C52
Black with #432C52
Text Example
Text Example
White with #432C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432C52; }
p { color: rgb(67,44,82); }
H1.HeaderClassName
{
color: #432C52;
}
.AnyTagClassName
{
color: #432C52;
}
</style>
background-color css
<style>
a { background-color: #432C52; }
a { background-color: rgb(67,44,82); }
div.DivClassName
{
background-color: #432C52;
}
.BgClassName
{
background-color: #432C52;
}
</style>
border-color css
<style>
span { border-color: #432C52; }
span { border-color: rgb(67,44,82); }
td.TdClassName
{
border-color: #432C52;
}
.TagClassName
{
border-color: #432C52;
}
</style>