Shades of Jagger #442C5C
Tints of Jagger #442C5C
RGB
CMYK
RGB Variations
Color information
#442C5C (or 0x442C5C) is known color: Jagger. HEX triplet: 44, 2C and 5C. RGB value is (68,44,92). Sum of RGB (Red+Green+Blue) = 68+44+92=204 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.33% from 204); Green value is 44 (17.58% from 255 or 21.57% from 204); Blue value is 92 (36.33% from 255 or 45.10% from 204); Max value from RGB is 92 - color contains mainly: blue. Hex color #442C5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442C5C is #BBD3A3. Grayscale: #383838. Windows color (decimal): -12309412 or 6040644. OLE color: 6040644.
HSL color Cylindrical-coordinate representation of color #442C5C: hue angle of 270º degrees, saturation: 0.35, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #442C5C is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 68 | 44 | 92 | - |
| CMYK | 0.26 | 0.52 | 0 | 0.64 |
| HSL | 270º | 0.35% | 0.27% | - |
| HSV(B) | 270º | 0.52% | 0.36% | - |
| XYZ | 5.22 | 3.8 | 10.58 | - |
| YUV | 56.65 | 147.95 | 136.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 44 | 92 | 0.26 | 0.52 | 0 | 0.64 | 270 | 0.35 | 0.27 |
| Hex | 44 | 2C | 5C | 1A | 34 | 0 | 40 | 10E | 23 | 1B |
| Octal | 104 | 54 | 134 | 32 | 64 | 0 | 100 | 416 | 43 | 33 |
| Binary | 1000100 | 101100 | 1011100 | 11010 | 110100 | 0 | 1000000 | 100001110 | 100011 | 11011 |
Color Harmonies of #442C5C
Complementary color
Monochromatic Colors of #442C5C
Black with #442C5C
Text Example
Text Example
White with #442C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442C5C; }
p { color: rgb(68,44,92); }
H1.HeaderClassName
{
color: #442C5C;
}
.AnyTagClassName
{
color: #442C5C;
}
</style>
background-color css
<style>
a { background-color: #442C5C; }
a { background-color: rgb(68,44,92); }
div.DivClassName
{
background-color: #442C5C;
}
.BgClassName
{
background-color: #442C5C;
}
</style>
border-color css
<style>
span { border-color: #442C5C; }
span { border-color: rgb(68,44,92); }
td.TdClassName
{
border-color: #442C5C;
}
.TagClassName
{
border-color: #442C5C;
}
</style>