Shades of Jagger #442C58
Tints of Jagger #442C58
RGB
CMYK
RGB Variations
Color information
#442C58 (or 0x442C58) is known color: Jagger. HEX triplet: 44, 2C and 58. RGB value is (68,44,88). Sum of RGB (Red+Green+Blue) = 68+44+88=200 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34% from 200); Green value is 44 (17.58% from 255 or 22% from 200); Blue value is 88 (34.77% from 255 or 44% from 200); Max value from RGB is 88 - color contains mainly: blue. Hex color #442C58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442C58 is #BBD3A7. Grayscale: #383838. Windows color (decimal): -12309416 or 5778500. OLE color: 5778500.
HSL color Cylindrical-coordinate representation of color #442C58: hue angle of 272.73º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #442C58 is Cyan = 0.23, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 68 | 44 | 88 | - |
| CMYK | 0.23 | 0.5 | 0 | 0.65 |
| HSL | 272.73º | 0.33% | 0.26% | - |
| HSV(B) | 272.73º | 0.5% | 0.35% | - |
| XYZ | 5.05 | 3.73 | 9.69 | - |
| YUV | 56.19 | 145.95 | 136.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 44 | 88 | 0.23 | 0.5 | 0 | 0.65 | 272.73 | 0.33 | 0.26 |
| Hex | 44 | 2C | 58 | 17 | 32 | 0 | 41 | 111 | 21 | 1A |
| Octal | 104 | 54 | 130 | 27 | 62 | 0 | 101 | 421 | 41 | 32 |
| Binary | 1000100 | 101100 | 1011000 | 10111 | 110010 | 0 | 1000001 | 100010001 | 100001 | 11010 |
Color Harmonies of #442C58
Complementary color
Monochromatic Colors of #442C58
Black with #442C58
Text Example
Text Example
White with #442C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442C58; }
p { color: rgb(68,44,88); }
H1.HeaderClassName
{
color: #442C58;
}
.AnyTagClassName
{
color: #442C58;
}
</style>
background-color css
<style>
a { background-color: #442C58; }
a { background-color: rgb(68,44,88); }
div.DivClassName
{
background-color: #442C58;
}
.BgClassName
{
background-color: #442C58;
}
</style>
border-color css
<style>
span { border-color: #442C58; }
span { border-color: rgb(68,44,88); }
td.TdClassName
{
border-color: #442C58;
}
.TagClassName
{
border-color: #442C58;
}
</style>