Shades of Jagger #422A57
Tints of Jagger #422A57
RGB
CMYK
RGB Variations
Color information
#422A57 (or 0x422A57) is known color: Jagger. HEX triplet: 42, 2A and 57. RGB value is (66,42,87). Sum of RGB (Red+Green+Blue) = 66+42+87=195 (25% of max value = 765). Red value is 66 (26.17% from 255 or 33.85% from 195); Green value is 42 (16.80% from 255 or 21.54% from 195); Blue value is 87 (34.38% from 255 or 44.62% from 195); Max value from RGB is 87 - color contains mainly: blue. Hex color #422A57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422A57 is #BDD5A8. Grayscale: #363636. Windows color (decimal): -12441001 or 5712450. OLE color: 5712450.
HSL color Cylindrical-coordinate representation of color #422A57: hue angle of 272º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #422A57 is Cyan = 0.24, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 66 | 42 | 87 | - |
| CMYK | 0.24 | 0.52 | 0 | 0.66 |
| HSL | 272º | 0.35% | 0.25% | - |
| HSV(B) | 272º | 0.52% | 0.34% | - |
| XYZ | 4.8 | 3.5 | 9.44 | - |
| YUV | 54.31 | 146.45 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 42 | 87 | 0.24 | 0.52 | 0 | 0.66 | 272 | 0.35 | 0.25 |
| Hex | 42 | 2A | 57 | 18 | 34 | 0 | 42 | 110 | 23 | 19 |
| Octal | 102 | 52 | 127 | 30 | 64 | 0 | 102 | 420 | 43 | 31 |
| Binary | 1000010 | 101010 | 1010111 | 11000 | 110100 | 0 | 1000010 | 100010000 | 100011 | 11001 |
Color Harmonies of #422A57
Complementary color
Monochromatic Colors of #422A57
Black with #422A57
Text Example
Text Example
White with #422A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422A57; }
p { color: rgb(66,42,87); }
H1.HeaderClassName
{
color: #422A57;
}
.AnyTagClassName
{
color: #422A57;
}
</style>
background-color css
<style>
a { background-color: #422A57; }
a { background-color: rgb(66,42,87); }
div.DivClassName
{
background-color: #422A57;
}
.BgClassName
{
background-color: #422A57;
}
</style>
border-color css
<style>
span { border-color: #422A57; }
span { border-color: rgb(66,42,87); }
td.TdClassName
{
border-color: #422A57;
}
.TagClassName
{
border-color: #422A57;
}
</style>