Shades of Jagger #43295C
Tints of Jagger #43295C
RGB
CMYK
RGB Variations
Color information
#43295C (or 0x43295C) is known color: Jagger. HEX triplet: 43, 29 and 5C. RGB value is (67,41,92). Sum of RGB (Red+Green+Blue) = 67+41+92=200 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.5% from 200); Green value is 41 (16.41% from 255 or 20.5% from 200); Blue value is 92 (36.33% from 255 or 46% from 200); Max value from RGB is 92 - color contains mainly: blue. Hex color #43295C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43295C is #BCD6A3. Grayscale: #363636. Windows color (decimal): -12375716 or 6039875. OLE color: 6039875.
HSL color Cylindrical-coordinate representation of color #43295C: hue angle of 270.59º 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 #43295C is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 67 | 41 | 92 | - |
| CMYK | 0.27 | 0.55 | 0 | 0.64 |
| HSL | 270.59º | 0.38% | 0.26% | - |
| HSV(B) | 270.59º | 0.55% | 0.36% | - |
| XYZ | 5.04 | 3.55 | 10.55 | - |
| YUV | 54.59 | 149.11 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 41 | 92 | 0.27 | 0.55 | 0 | 0.64 | 270.59 | 0.38 | 0.26 |
| Hex | 43 | 29 | 5C | 1B | 37 | 0 | 40 | 10F | 26 | 1A |
| Octal | 103 | 51 | 134 | 33 | 67 | 0 | 100 | 417 | 46 | 32 |
| Binary | 1000011 | 101001 | 1011100 | 11011 | 110111 | 0 | 1000000 | 100001111 | 100110 | 11010 |
Color Harmonies of #43295C
Complementary color
Monochromatic Colors of #43295C
Black with #43295C
Text Example
Text Example
White with #43295C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43295C; }
p { color: rgb(67,41,92); }
H1.HeaderClassName
{
color: #43295C;
}
.AnyTagClassName
{
color: #43295C;
}
</style>
background-color css
<style>
a { background-color: #43295C; }
a { background-color: rgb(67,41,92); }
div.DivClassName
{
background-color: #43295C;
}
.BgClassName
{
background-color: #43295C;
}
</style>
border-color css
<style>
span { border-color: #43295C; }
span { border-color: rgb(67,41,92); }
td.TdClassName
{
border-color: #43295C;
}
.TagClassName
{
border-color: #43295C;
}
</style>