Shades of Jagger #43295B
Tints of Jagger #43295B
RGB
CMYK
RGB Variations
Color information
#43295B (or 0x43295B) is known color: Jagger. HEX triplet: 43, 29 and 5B. RGB value is (67,41,91). Sum of RGB (Red+Green+Blue) = 67+41+91=199 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.67% from 199); Green value is 41 (16.41% from 255 or 20.60% from 199); Blue value is 91 (35.94% from 255 or 45.73% from 199); Max value from RGB is 91 - color contains mainly: blue. Hex color #43295B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43295B is #BCD6A4. Grayscale: #363636. Windows color (decimal): -12375717 or 5974339. OLE color: 5974339.
HSL color Cylindrical-coordinate representation of color #43295B: hue angle of 271.2º degrees, saturation: 0.38, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #43295B is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 67 | 41 | 91 | - |
| CMYK | 0.26 | 0.55 | 0 | 0.64 |
| HSL | 271.2º | 0.38% | 0.26% | - |
| HSV(B) | 271.2º | 0.55% | 0.36% | - |
| XYZ | 5 | 3.53 | 10.32 | - |
| YUV | 54.47 | 148.61 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 41 | 91 | 0.26 | 0.55 | 0 | 0.64 | 271.2 | 0.38 | 0.26 |
| Hex | 43 | 29 | 5B | 1A | 37 | 0 | 40 | 10F | 26 | 1A |
| Octal | 103 | 51 | 133 | 32 | 67 | 0 | 100 | 417 | 46 | 32 |
| Binary | 1000011 | 101001 | 1011011 | 11010 | 110111 | 0 | 1000000 | 100001111 | 100110 | 11010 |
Color Harmonies of #43295B
Complementary color
Monochromatic Colors of #43295B
Black with #43295B
Text Example
Text Example
White with #43295B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43295B; }
p { color: rgb(67,41,91); }
H1.HeaderClassName
{
color: #43295B;
}
.AnyTagClassName
{
color: #43295B;
}
</style>
background-color css
<style>
a { background-color: #43295B; }
a { background-color: rgb(67,41,91); }
div.DivClassName
{
background-color: #43295B;
}
.BgClassName
{
background-color: #43295B;
}
</style>
border-color css
<style>
span { border-color: #43295B; }
span { border-color: rgb(67,41,91); }
td.TdClassName
{
border-color: #43295B;
}
.TagClassName
{
border-color: #43295B;
}
</style>