Shades of Jagger #43354E
Tints of Jagger #43354E
RGB
CMYK
RGB Variations
Color information
#43354E (or 0x43354E) is known color: Jagger. HEX triplet: 43, 35 and 4E. RGB value is (67,53,78). Sum of RGB (Red+Green+Blue) = 67+53+78=198 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.84% from 198); Green value is 53 (21.09% from 255 or 26.77% from 198); Blue value is 78 (30.86% from 255 or 39.39% from 198); Max value from RGB is 78 - color contains mainly: blue. Hex color #43354E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43354E is #BCCAB1. Grayscale: #3B3B3B. Windows color (decimal): -12372658 or 5125443. OLE color: 5125443.
HSL color Cylindrical-coordinate representation of color #43354E: hue angle of 273.6º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #43354E is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 67 | 53 | 78 | - |
| CMYK | 0.14 | 0.32 | 0 | 0.69 |
| HSL | 273.6º | 0.19% | 0.26% | - |
| HSV(B) | 273.6º | 0.32% | 0.31% | - |
| XYZ | 4.96 | 4.29 | 7.77 | - |
| YUV | 60.04 | 138.14 | 132.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 53 | 78 | 0.14 | 0.32 | 0 | 0.69 | 273.6 | 0.19 | 0.26 |
| Hex | 43 | 35 | 4E | E | 20 | 0 | 45 | 112 | 13 | 1A |
| Octal | 103 | 65 | 116 | 16 | 40 | 0 | 105 | 422 | 23 | 32 |
| Binary | 1000011 | 110101 | 1001110 | 1110 | 100000 | 0 | 1000101 | 100010010 | 10011 | 11010 |
Color Harmonies of #43354E
Complementary color
Monochromatic Colors of #43354E
Black with #43354E
Text Example
Text Example
White with #43354E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43354E; }
p { color: rgb(67,53,78); }
H1.HeaderClassName
{
color: #43354E;
}
.AnyTagClassName
{
color: #43354E;
}
</style>
background-color css
<style>
a { background-color: #43354E; }
a { background-color: rgb(67,53,78); }
div.DivClassName
{
background-color: #43354E;
}
.BgClassName
{
background-color: #43354E;
}
</style>
border-color css
<style>
span { border-color: #43354E; }
span { border-color: rgb(67,53,78); }
td.TdClassName
{
border-color: #43354E;
}
.TagClassName
{
border-color: #43354E;
}
</style>