Shades of Jagger #43324E
Tints of Jagger #43324E
RGB
CMYK
RGB Variations
Color information
#43324E (or 0x43324E) is known color: Jagger. HEX triplet: 43, 32 and 4E. RGB value is (67,50,78). Sum of RGB (Red+Green+Blue) = 67+50+78=195 (25% of max value = 765). Red value is 67 (26.56% from 255 or 34.36% from 195); Green value is 50 (19.92% from 255 or 25.64% from 195); Blue value is 78 (30.86% from 255 or 40% from 195); Max value from RGB is 78 - color contains mainly: blue. Hex color #43324E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43324E is #BCCDB1. Grayscale: #3A3A3A. Windows color (decimal): -12373426 or 5124675. OLE color: 5124675.
HSL color Cylindrical-coordinate representation of color #43324E: hue angle of 276.43º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #43324E is Cyan = 0.14, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 67 | 50 | 78 | - |
| CMYK | 0.14 | 0.36 | 0 | 0.69 |
| HSL | 276.43º | 0.22% | 0.25% | - |
| HSV(B) | 276.43º | 0.36% | 0.31% | - |
| XYZ | 4.83 | 4.02 | 7.73 | - |
| YUV | 58.28 | 139.13 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 50 | 78 | 0.14 | 0.36 | 0 | 0.69 | 276.43 | 0.22 | 0.25 |
| Hex | 43 | 32 | 4E | E | 24 | 0 | 45 | 114 | 16 | 19 |
| Octal | 103 | 62 | 116 | 16 | 44 | 0 | 105 | 424 | 26 | 31 |
| Binary | 1000011 | 110010 | 1001110 | 1110 | 100100 | 0 | 1000101 | 100010100 | 10110 | 11001 |
Color Harmonies of #43324E
Complementary color
Monochromatic Colors of #43324E
Black with #43324E
Text Example
Text Example
White with #43324E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43324E; }
p { color: rgb(67,50,78); }
H1.HeaderClassName
{
color: #43324E;
}
.AnyTagClassName
{
color: #43324E;
}
</style>
background-color css
<style>
a { background-color: #43324E; }
a { background-color: rgb(67,50,78); }
div.DivClassName
{
background-color: #43324E;
}
.BgClassName
{
background-color: #43324E;
}
</style>
border-color css
<style>
span { border-color: #43324E; }
span { border-color: rgb(67,50,78); }
td.TdClassName
{
border-color: #43324E;
}
.TagClassName
{
border-color: #43324E;
}
</style>