Shades of Jagger #442F57
Tints of Jagger #442F57
RGB
CMYK
RGB Variations
Color information
#442F57 (or 0x442F57) is known color: Jagger. HEX triplet: 44, 2F and 57. RGB value is (68,47,87). Sum of RGB (Red+Green+Blue) = 68+47+87=202 (26% of max value = 765). Red value is 68 (26.95% from 255 or 33.66% from 202); Green value is 47 (18.75% from 255 or 23.27% from 202); Blue value is 87 (34.38% from 255 or 43.07% from 202); Max value from RGB is 87 - color contains mainly: blue. Hex color #442F57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442F57 is #BBD0A8. Grayscale: #393939. Windows color (decimal): -12308649 or 5713732. OLE color: 5713732.
HSL color Cylindrical-coordinate representation of color #442F57: hue angle of 271.5º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #442F57 is Cyan = 0.22, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 68 | 47 | 87 | - |
| CMYK | 0.22 | 0.46 | 0 | 0.66 |
| HSL | 271.5º | 0.3% | 0.26% | - |
| HSV(B) | 271.5º | 0.46% | 0.34% | - |
| XYZ | 5.12 | 3.95 | 9.51 | - |
| YUV | 57.84 | 144.46 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 47 | 87 | 0.22 | 0.46 | 0 | 0.66 | 271.5 | 0.3 | 0.26 |
| Hex | 44 | 2F | 57 | 16 | 2E | 0 | 42 | 110 | 1E | 1A |
| Octal | 104 | 57 | 127 | 26 | 56 | 0 | 102 | 420 | 36 | 32 |
| Binary | 1000100 | 101111 | 1010111 | 10110 | 101110 | 0 | 1000010 | 100010000 | 11110 | 11010 |
Color Harmonies of #442F57
Complementary color
Monochromatic Colors of #442F57
Black with #442F57
Text Example
Text Example
White with #442F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442F57; }
p { color: rgb(68,47,87); }
H1.HeaderClassName
{
color: #442F57;
}
.AnyTagClassName
{
color: #442F57;
}
</style>
background-color css
<style>
a { background-color: #442F57; }
a { background-color: rgb(68,47,87); }
div.DivClassName
{
background-color: #442F57;
}
.BgClassName
{
background-color: #442F57;
}
</style>
border-color css
<style>
span { border-color: #442F57; }
span { border-color: rgb(68,47,87); }
td.TdClassName
{
border-color: #442F57;
}
.TagClassName
{
border-color: #442F57;
}
</style>