Shades of Jagger #422C57
Tints of Jagger #422C57
RGB
CMYK
RGB Variations
Color information
#422C57 (or 0x422C57) is known color: Jagger. HEX triplet: 42, 2C and 57. RGB value is (66,44,87). Sum of RGB (Red+Green+Blue) = 66+44+87=197 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33.50% from 197); Green value is 44 (17.58% from 255 or 22.34% from 197); Blue value is 87 (34.38% from 255 or 44.16% from 197); Max value from RGB is 87 - color contains mainly: blue. Hex color #422C57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422C57 is #BDD3A8. Grayscale: #373737. Windows color (decimal): -12440489 or 5712962. OLE color: 5712962.
HSL color Cylindrical-coordinate representation of color #422C57: hue angle of 270.7º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #422C57 is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 66 | 44 | 87 | - |
| CMYK | 0.24 | 0.49 | 0 | 0.66 |
| HSL | 270.7º | 0.33% | 0.26% | - |
| HSV(B) | 270.7º | 0.49% | 0.34% | - |
| XYZ | 4.87 | 3.65 | 9.46 | - |
| YUV | 55.48 | 145.79 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 44 | 87 | 0.24 | 0.49 | 0 | 0.66 | 270.7 | 0.33 | 0.26 |
| Hex | 42 | 2C | 57 | 18 | 31 | 0 | 42 | 10F | 21 | 1A |
| Octal | 102 | 54 | 127 | 30 | 61 | 0 | 102 | 417 | 41 | 32 |
| Binary | 1000010 | 101100 | 1010111 | 11000 | 110001 | 0 | 1000010 | 100001111 | 100001 | 11010 |
Color Harmonies of #422C57
Complementary color
Monochromatic Colors of #422C57
Black with #422C57
Text Example
Text Example
White with #422C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422C57; }
p { color: rgb(66,44,87); }
H1.HeaderClassName
{
color: #422C57;
}
.AnyTagClassName
{
color: #422C57;
}
</style>
background-color css
<style>
a { background-color: #422C57; }
a { background-color: rgb(66,44,87); }
div.DivClassName
{
background-color: #422C57;
}
.BgClassName
{
background-color: #422C57;
}
</style>
border-color css
<style>
span { border-color: #422C57; }
span { border-color: rgb(66,44,87); }
td.TdClassName
{
border-color: #422C57;
}
.TagClassName
{
border-color: #422C57;
}
</style>