Shades of Jagger #432C53
Tints of Jagger #432C53
RGB
CMYK
RGB Variations
Color information
#432C53 (or 0x432C53) is known color: Jagger. HEX triplet: 43, 2C and 53. RGB value is (67,44,83). Sum of RGB (Red+Green+Blue) = 67+44+83=194 (25% of max value = 765). Red value is 67 (26.56% from 255 or 34.54% from 194); Green value is 44 (17.58% from 255 or 22.68% from 194); Blue value is 83 (32.81% from 255 or 42.78% from 194); Max value from RGB is 83 - color contains mainly: blue. Hex color #432C53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432C53 is #BCD3AC. Grayscale: #373737. Windows color (decimal): -12374957 or 5450819. OLE color: 5450819.
HSL color Cylindrical-coordinate representation of color #432C53: hue angle of 275.38º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #432C53 is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 67 | 44 | 83 | - |
| CMYK | 0.19 | 0.47 | 0 | 0.67 |
| HSL | 275.38º | 0.31% | 0.25% | - |
| HSV(B) | 275.38º | 0.47% | 0.33% | - |
| XYZ | 4.78 | 3.62 | 8.63 | - |
| YUV | 55.32 | 143.62 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 44 | 83 | 0.19 | 0.47 | 0 | 0.67 | 275.38 | 0.31 | 0.25 |
| Hex | 43 | 2C | 53 | 13 | 2F | 0 | 43 | 113 | 1F | 19 |
| Octal | 103 | 54 | 123 | 23 | 57 | 0 | 103 | 423 | 37 | 31 |
| Binary | 1000011 | 101100 | 1010011 | 10011 | 101111 | 0 | 1000011 | 100010011 | 11111 | 11001 |
Color Harmonies of #432C53
Complementary color
Monochromatic Colors of #432C53
Black with #432C53
Text Example
Text Example
White with #432C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432C53; }
p { color: rgb(67,44,83); }
H1.HeaderClassName
{
color: #432C53;
}
.AnyTagClassName
{
color: #432C53;
}
</style>
background-color css
<style>
a { background-color: #432C53; }
a { background-color: rgb(67,44,83); }
div.DivClassName
{
background-color: #432C53;
}
.BgClassName
{
background-color: #432C53;
}
</style>
border-color css
<style>
span { border-color: #432C53; }
span { border-color: rgb(67,44,83); }
td.TdClassName
{
border-color: #432C53;
}
.TagClassName
{
border-color: #432C53;
}
</style>