Shades of Jagger #432E59
Tints of Jagger #432E59
RGB
CMYK
RGB Variations
Color information
#432E59 (or 0x432E59) is known color: Jagger. HEX triplet: 43, 2E and 59. RGB value is (67,46,89). Sum of RGB (Red+Green+Blue) = 67+46+89=202 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.17% from 202); Green value is 46 (18.36% from 255 or 22.77% from 202); Blue value is 89 (35.16% from 255 or 44.06% from 202); Max value from RGB is 89 - color contains mainly: blue. Hex color #432E59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432E59 is #BCD1A6. Grayscale: #393939. Windows color (decimal): -12374439 or 5844547. OLE color: 5844547.
HSL color Cylindrical-coordinate representation of color #432E59: hue angle of 269.3º degrees, saturation: 0.32, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #432E59 is Cyan = 0.25, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 67 | 46 | 89 | - |
| CMYK | 0.25 | 0.48 | 0 | 0.65 |
| HSL | 269.3º | 0.32% | 0.26% | - |
| HSV(B) | 269.3º | 0.48% | 0.35% | - |
| XYZ | 5.09 | 3.87 | 9.93 | - |
| YUV | 57.18 | 145.96 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 46 | 89 | 0.25 | 0.48 | 0 | 0.65 | 269.3 | 0.32 | 0.26 |
| Hex | 43 | 2E | 59 | 19 | 30 | 0 | 41 | 10D | 20 | 1A |
| Octal | 103 | 56 | 131 | 31 | 60 | 0 | 101 | 415 | 40 | 32 |
| Binary | 1000011 | 101110 | 1011001 | 11001 | 110000 | 0 | 1000001 | 100001101 | 100000 | 11010 |
Color Harmonies of #432E59
Complementary color
Monochromatic Colors of #432E59
Black with #432E59
Text Example
Text Example
White with #432E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432E59; }
p { color: rgb(67,46,89); }
H1.HeaderClassName
{
color: #432E59;
}
.AnyTagClassName
{
color: #432E59;
}
</style>
background-color css
<style>
a { background-color: #432E59; }
a { background-color: rgb(67,46,89); }
div.DivClassName
{
background-color: #432E59;
}
.BgClassName
{
background-color: #432E59;
}
</style>
border-color css
<style>
span { border-color: #432E59; }
span { border-color: rgb(67,46,89); }
td.TdClassName
{
border-color: #432E59;
}
.TagClassName
{
border-color: #432E59;
}
</style>