Shades of Jagger #432E58
Tints of Jagger #432E58
RGB
CMYK
RGB Variations
Color information
#432E58 (or 0x432E58) is known color: Jagger. HEX triplet: 43, 2E and 58. RGB value is (67,46,88). Sum of RGB (Red+Green+Blue) = 67+46+88=201 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.33% from 201); Green value is 46 (18.36% from 255 or 22.89% from 201); Blue value is 88 (34.77% from 255 or 43.78% from 201); Max value from RGB is 88 - color contains mainly: blue. Hex color #432E58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432E58 is #BCD1A7. Grayscale: #383838. Windows color (decimal): -12374440 or 5779011. OLE color: 5779011.
HSL color Cylindrical-coordinate representation of color #432E58: hue angle of 270º degrees, saturation: 0.31, 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 #432E58 is Cyan = 0.24, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 67 | 46 | 88 | - |
| CMYK | 0.24 | 0.48 | 0 | 0.65 |
| HSL | 270º | 0.31% | 0.26% | - |
| HSV(B) | 270º | 0.48% | 0.35% | - |
| XYZ | 5.05 | 3.85 | 9.71 | - |
| YUV | 57.07 | 145.46 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 46 | 88 | 0.24 | 0.48 | 0 | 0.65 | 270 | 0.31 | 0.26 |
| Hex | 43 | 2E | 58 | 18 | 30 | 0 | 41 | 10E | 1F | 1A |
| Octal | 103 | 56 | 130 | 30 | 60 | 0 | 101 | 416 | 37 | 32 |
| Binary | 1000011 | 101110 | 1011000 | 11000 | 110000 | 0 | 1000001 | 100001110 | 11111 | 11010 |
Color Harmonies of #432E58
Complementary color
Monochromatic Colors of #432E58
Black with #432E58
Text Example
Text Example
White with #432E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432E58; }
p { color: rgb(67,46,88); }
H1.HeaderClassName
{
color: #432E58;
}
.AnyTagClassName
{
color: #432E58;
}
</style>
background-color css
<style>
a { background-color: #432E58; }
a { background-color: rgb(67,46,88); }
div.DivClassName
{
background-color: #432E58;
}
.BgClassName
{
background-color: #432E58;
}
</style>
border-color css
<style>
span { border-color: #432E58; }
span { border-color: rgb(67,46,88); }
td.TdClassName
{
border-color: #432E58;
}
.TagClassName
{
border-color: #432E58;
}
</style>