Shades of Jagger #422B56
Tints of Jagger #422B56
RGB
CMYK
RGB Variations
Color information
#422B56 (or 0x422B56) is known color: Jagger. HEX triplet: 42, 2B and 56. RGB value is (66,43,86). Sum of RGB (Red+Green+Blue) = 66+43+86=195 (25% of max value = 765). Red value is 66 (26.17% from 255 or 33.85% from 195); Green value is 43 (17.19% from 255 or 22.05% from 195); Blue value is 86 (33.98% from 255 or 44.10% from 195); Max value from RGB is 86 - color contains mainly: blue. Hex color #422B56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422B56 is #BDD4A9. Grayscale: #363636. Windows color (decimal): -12440746 or 5647170. OLE color: 5647170.
HSL color Cylindrical-coordinate representation of color #422B56: hue angle of 272.09º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #422B56 is Cyan = 0.23, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 66 | 43 | 86 | - |
| CMYK | 0.23 | 0.50 | 0 | 0.66 |
| HSL | 272.09º | 0.33% | 0.25% | - |
| HSV(B) | 272.09º | 0.5% | 0.34% | - |
| XYZ | 4.79 | 3.56 | 9.24 | - |
| YUV | 54.78 | 145.62 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 43 | 86 | 0.23 | 0.50 | 0 | 0.66 | 272.09 | 0.33 | 0.25 |
| Hex | 42 | 2B | 56 | 17 | 32 | 0 | 42 | 110 | 21 | 19 |
| Octal | 102 | 53 | 126 | 27 | 62 | 0 | 102 | 420 | 41 | 31 |
| Binary | 1000010 | 101011 | 1010110 | 10111 | 110010 | 0 | 1000010 | 100010000 | 100001 | 11001 |
Color Harmonies of #422B56
Complementary color
Monochromatic Colors of #422B56
Black with #422B56
Text Example
Text Example
White with #422B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422B56; }
p { color: rgb(66,43,86); }
H1.HeaderClassName
{
color: #422B56;
}
.AnyTagClassName
{
color: #422B56;
}
</style>
background-color css
<style>
a { background-color: #422B56; }
a { background-color: rgb(66,43,86); }
div.DivClassName
{
background-color: #422B56;
}
.BgClassName
{
background-color: #422B56;
}
</style>
border-color css
<style>
span { border-color: #422B56; }
span { border-color: rgb(66,43,86); }
td.TdClassName
{
border-color: #422B56;
}
.TagClassName
{
border-color: #422B56;
}
</style>