Shades of Jagger #43305A
Tints of Jagger #43305A
RGB
CMYK
RGB Variations
Color information
#43305A (or 0x43305A) is known color: Jagger. HEX triplet: 43, 30 and 5A. RGB value is (67,48,90). Sum of RGB (Red+Green+Blue) = 67+48+90=205 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.68% from 205); Green value is 48 (19.14% from 255 or 23.41% from 205); Blue value is 90 (35.55% from 255 or 43.90% from 205); Max value from RGB is 90 - color contains mainly: blue. Hex color #43305A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43305A is #BCCFA5. Grayscale: #3A3A3A. Windows color (decimal): -12373926 or 5910595. OLE color: 5910595.
HSL color Cylindrical-coordinate representation of color #43305A: hue angle of 267.14º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #43305A is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 67 | 48 | 90 | - |
| CMYK | 0.26 | 0.47 | 0 | 0.65 |
| HSL | 267.14º | 0.3% | 0.27% | - |
| HSV(B) | 267.14º | 0.47% | 0.35% | - |
| XYZ | 5.22 | 4.05 | 10.18 | - |
| YUV | 58.47 | 145.79 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 48 | 90 | 0.26 | 0.47 | 0 | 0.65 | 267.14 | 0.3 | 0.27 |
| Hex | 43 | 30 | 5A | 1A | 2F | 0 | 41 | 10B | 1E | 1B |
| Octal | 103 | 60 | 132 | 32 | 57 | 0 | 101 | 413 | 36 | 33 |
| Binary | 1000011 | 110000 | 1011010 | 11010 | 101111 | 0 | 1000001 | 100001011 | 11110 | 11011 |
Color Harmonies of #43305A
Complementary color
Monochromatic Colors of #43305A
Black with #43305A
Text Example
Text Example
White with #43305A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43305A; }
p { color: rgb(67,48,90); }
H1.HeaderClassName
{
color: #43305A;
}
.AnyTagClassName
{
color: #43305A;
}
</style>
background-color css
<style>
a { background-color: #43305A; }
a { background-color: rgb(67,48,90); }
div.DivClassName
{
background-color: #43305A;
}
.BgClassName
{
background-color: #43305A;
}
</style>
border-color css
<style>
span { border-color: #43305A; }
span { border-color: rgb(67,48,90); }
td.TdClassName
{
border-color: #43305A;
}
.TagClassName
{
border-color: #43305A;
}
</style>