Shades of Jagger #43295A
Tints of Jagger #43295A
RGB
CMYK
RGB Variations
Color information
#43295A (or 0x43295A) is known color: Jagger. HEX triplet: 43, 29 and 5A. RGB value is (67,41,90). Sum of RGB (Red+Green+Blue) = 67+41+90=198 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.84% from 198); Green value is 41 (16.41% from 255 or 20.71% from 198); Blue value is 90 (35.55% from 255 or 45.45% from 198); Max value from RGB is 90 - color contains mainly: blue. Hex color #43295A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43295A is #BCD6A5. Grayscale: #363636. Windows color (decimal): -12375718 or 5908803. OLE color: 5908803.
HSL color Cylindrical-coordinate representation of color #43295A: hue angle of 271.84º degrees, saturation: 0.37, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #43295A is Cyan = 0.26, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 67 | 41 | 90 | - |
| CMYK | 0.26 | 0.54 | 0 | 0.65 |
| HSL | 271.84º | 0.37% | 0.26% | - |
| HSV(B) | 271.84º | 0.54% | 0.35% | - |
| XYZ | 4.95 | 3.52 | 10.09 | - |
| YUV | 54.36 | 148.11 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 41 | 90 | 0.26 | 0.54 | 0 | 0.65 | 271.84 | 0.37 | 0.26 |
| Hex | 43 | 29 | 5A | 1A | 36 | 0 | 41 | 110 | 25 | 1A |
| Octal | 103 | 51 | 132 | 32 | 66 | 0 | 101 | 420 | 45 | 32 |
| Binary | 1000011 | 101001 | 1011010 | 11010 | 110110 | 0 | 1000001 | 100010000 | 100101 | 11010 |
Color Harmonies of #43295A
Complementary color
Monochromatic Colors of #43295A
Black with #43295A
Text Example
Text Example
White with #43295A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43295A; }
p { color: rgb(67,41,90); }
H1.HeaderClassName
{
color: #43295A;
}
.AnyTagClassName
{
color: #43295A;
}
</style>
background-color css
<style>
a { background-color: #43295A; }
a { background-color: rgb(67,41,90); }
div.DivClassName
{
background-color: #43295A;
}
.BgClassName
{
background-color: #43295A;
}
</style>
border-color css
<style>
span { border-color: #43295A; }
span { border-color: rgb(67,41,90); }
td.TdClassName
{
border-color: #43295A;
}
.TagClassName
{
border-color: #43295A;
}
</style>