Shades of Jagger #443A4E
Tints of Jagger #443A4E
RGB
CMYK
RGB Variations
Color information
#443A4E (or 0x443A4E) is known color: Jagger. HEX triplet: 44, 3A and 4E. RGB value is (68,58,78). Sum of RGB (Red+Green+Blue) = 68+58+78=204 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.33% from 204); Green value is 58 (23.05% from 255 or 28.43% from 204); Blue value is 78 (30.86% from 255 or 38.24% from 204); Max value from RGB is 78 - color contains mainly: blue. Hex color #443A4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443A4E is #BBC5B1. Grayscale: #3F3F3F. Windows color (decimal): -12305842 or 5126724. OLE color: 5126724.
HSL color Cylindrical-coordinate representation of color #443A4E: hue angle of 270º degrees, saturation: 0.15, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #443A4E is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 68 | 58 | 78 | - |
| CMYK | 0.13 | 0.26 | 0 | 0.69 |
| HSL | 270º | 0.15% | 0.27% | - |
| HSV(B) | 270º | 0.26% | 0.31% | - |
| XYZ | 5.27 | 4.81 | 7.86 | - |
| YUV | 63.27 | 136.31 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 58 | 78 | 0.13 | 0.26 | 0 | 0.69 | 270 | 0.15 | 0.27 |
| Hex | 44 | 3A | 4E | D | 1A | 0 | 45 | 10E | F | 1B |
| Octal | 104 | 72 | 116 | 15 | 32 | 0 | 105 | 416 | 17 | 33 |
| Binary | 1000100 | 111010 | 1001110 | 1101 | 11010 | 0 | 1000101 | 100001110 | 1111 | 11011 |
Color Harmonies of #443A4E
Complementary color
Monochromatic Colors of #443A4E
Black with #443A4E
Text Example
Text Example
White with #443A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443A4E; }
p { color: rgb(68,58,78); }
H1.HeaderClassName
{
color: #443A4E;
}
.AnyTagClassName
{
color: #443A4E;
}
</style>
background-color css
<style>
a { background-color: #443A4E; }
a { background-color: rgb(68,58,78); }
div.DivClassName
{
background-color: #443A4E;
}
.BgClassName
{
background-color: #443A4E;
}
</style>
border-color css
<style>
span { border-color: #443A4E; }
span { border-color: rgb(68,58,78); }
td.TdClassName
{
border-color: #443A4E;
}
.TagClassName
{
border-color: #443A4E;
}
</style>