Shades of Jagger #432C58
Tints of Jagger #432C58
RGB
CMYK
RGB Variations
Color information
#432C58 (or 0x432C58) is known color: Jagger. HEX triplet: 43, 2C and 58. RGB value is (67,44,88). Sum of RGB (Red+Green+Blue) = 67+44+88=199 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.67% from 199); Green value is 44 (17.58% from 255 or 22.11% from 199); Blue value is 88 (34.77% from 255 or 44.22% from 199); Max value from RGB is 88 - color contains mainly: blue. Hex color #432C58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432C58 is #BCD3A7. Grayscale: #373737. Windows color (decimal): -12374952 or 5778499. OLE color: 5778499.
HSL color Cylindrical-coordinate representation of color #432C58: hue angle of 271.36º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #432C58 is Cyan = 0.24, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 67 | 44 | 88 | - |
| CMYK | 0.24 | 0.5 | 0 | 0.65 |
| HSL | 271.36º | 0.33% | 0.26% | - |
| HSV(B) | 271.36º | 0.5% | 0.35% | - |
| XYZ | 4.98 | 3.7 | 9.68 | - |
| YUV | 55.89 | 146.12 | 135.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 44 | 88 | 0.24 | 0.5 | 0 | 0.65 | 271.36 | 0.33 | 0.26 |
| Hex | 43 | 2C | 58 | 18 | 32 | 0 | 41 | 10F | 21 | 1A |
| Octal | 103 | 54 | 130 | 30 | 62 | 0 | 101 | 417 | 41 | 32 |
| Binary | 1000011 | 101100 | 1011000 | 11000 | 110010 | 0 | 1000001 | 100001111 | 100001 | 11010 |
Color Harmonies of #432C58
Complementary color
Monochromatic Colors of #432C58
Black with #432C58
Text Example
Text Example
White with #432C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432C58; }
p { color: rgb(67,44,88); }
H1.HeaderClassName
{
color: #432C58;
}
.AnyTagClassName
{
color: #432C58;
}
</style>
background-color css
<style>
a { background-color: #432C58; }
a { background-color: rgb(67,44,88); }
div.DivClassName
{
background-color: #432C58;
}
.BgClassName
{
background-color: #432C58;
}
</style>
border-color css
<style>
span { border-color: #432C58; }
span { border-color: rgb(67,44,88); }
td.TdClassName
{
border-color: #432C58;
}
.TagClassName
{
border-color: #432C58;
}
</style>