Shades of Jagger #43344E
Tints of Jagger #43344E
RGB
CMYK
RGB Variations
Color information
#43344E (or 0x43344E) is known color: Jagger. HEX triplet: 43, 34 and 4E. RGB value is (67,52,78). Sum of RGB (Red+Green+Blue) = 67+52+78=197 (26% of max value = 765). Red value is 67 (26.56% from 255 or 34.01% from 197); Green value is 52 (20.70% from 255 or 26.40% from 197); Blue value is 78 (30.86% from 255 or 39.59% from 197); Max value from RGB is 78 - color contains mainly: blue. Hex color #43344E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43344E is #BCCBB1. Grayscale: #3B3B3B. Windows color (decimal): -12372914 or 5125187. OLE color: 5125187.
HSL color Cylindrical-coordinate representation of color #43344E: hue angle of 274.62º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #43344E is Cyan = 0.14, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 67 | 52 | 78 | - |
| CMYK | 0.14 | 0.33 | 0 | 0.69 |
| HSL | 274.62º | 0.2% | 0.25% | - |
| HSV(B) | 274.62º | 0.33% | 0.31% | - |
| XYZ | 4.92 | 4.2 | 7.76 | - |
| YUV | 59.45 | 138.47 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 52 | 78 | 0.14 | 0.33 | 0 | 0.69 | 274.62 | 0.2 | 0.25 |
| Hex | 43 | 34 | 4E | E | 21 | 0 | 45 | 113 | 14 | 19 |
| Octal | 103 | 64 | 116 | 16 | 41 | 0 | 105 | 423 | 24 | 31 |
| Binary | 1000011 | 110100 | 1001110 | 1110 | 100001 | 0 | 1000101 | 100010011 | 10100 | 11001 |
Color Harmonies of #43344E
Complementary color
Monochromatic Colors of #43344E
Black with #43344E
Text Example
Text Example
White with #43344E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43344E; }
p { color: rgb(67,52,78); }
H1.HeaderClassName
{
color: #43344E;
}
.AnyTagClassName
{
color: #43344E;
}
</style>
background-color css
<style>
a { background-color: #43344E; }
a { background-color: rgb(67,52,78); }
div.DivClassName
{
background-color: #43344E;
}
.BgClassName
{
background-color: #43344E;
}
</style>
border-color css
<style>
span { border-color: #43344E; }
span { border-color: rgb(67,52,78); }
td.TdClassName
{
border-color: #43344E;
}
.TagClassName
{
border-color: #43344E;
}
</style>