Shades of Jagger #442D57
Tints of Jagger #442D57
RGB
CMYK
RGB Variations
Color information
#442D57 (or 0x442D57) is known color: Jagger. HEX triplet: 44, 2D and 57. RGB value is (68,45,87). Sum of RGB (Red+Green+Blue) = 68+45+87=200 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34% from 200); Green value is 45 (17.97% from 255 or 22.5% from 200); Blue value is 87 (34.38% from 255 or 43.5% from 200); Max value from RGB is 87 - color contains mainly: blue. Hex color #442D57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442D57 is #BBD2A8. Grayscale: #383838. Windows color (decimal): -12309161 or 5713220. OLE color: 5713220.
HSL color Cylindrical-coordinate representation of color #442D57: hue angle of 272.86º degrees, saturation: 0.32, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #442D57 is Cyan = 0.22, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 68 | 45 | 87 | - |
| CMYK | 0.22 | 0.48 | 0 | 0.66 |
| HSL | 272.86º | 0.32% | 0.26% | - |
| HSV(B) | 272.86º | 0.48% | 0.34% | - |
| XYZ | 5.04 | 3.79 | 9.48 | - |
| YUV | 56.67 | 145.12 | 136.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 45 | 87 | 0.22 | 0.48 | 0 | 0.66 | 272.86 | 0.32 | 0.26 |
| Hex | 44 | 2D | 57 | 16 | 30 | 0 | 42 | 111 | 20 | 1A |
| Octal | 104 | 55 | 127 | 26 | 60 | 0 | 102 | 421 | 40 | 32 |
| Binary | 1000100 | 101101 | 1010111 | 10110 | 110000 | 0 | 1000010 | 100010001 | 100000 | 11010 |
Color Harmonies of #442D57
Complementary color
Monochromatic Colors of #442D57
Black with #442D57
Text Example
Text Example
White with #442D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442D57; }
p { color: rgb(68,45,87); }
H1.HeaderClassName
{
color: #442D57;
}
.AnyTagClassName
{
color: #442D57;
}
</style>
background-color css
<style>
a { background-color: #442D57; }
a { background-color: rgb(68,45,87); }
div.DivClassName
{
background-color: #442D57;
}
.BgClassName
{
background-color: #442D57;
}
</style>
border-color css
<style>
span { border-color: #442D57; }
span { border-color: rgb(68,45,87); }
td.TdClassName
{
border-color: #442D57;
}
.TagClassName
{
border-color: #442D57;
}
</style>