Shades of Jagger #422B53
Tints of Jagger #422B53
RGB
CMYK
RGB Variations
Color information
#422B53 (or 0x422B53) is known color: Jagger. HEX triplet: 42, 2B and 53. RGB value is (66,43,83). Sum of RGB (Red+Green+Blue) = 66+43+83=192 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.38% from 192); Green value is 43 (17.19% from 255 or 22.40% from 192); Blue value is 83 (32.81% from 255 or 43.23% from 192); Max value from RGB is 83 - color contains mainly: blue. Hex color #422B53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422B53 is #BDD4AC. Grayscale: #363636. Windows color (decimal): -12440749 or 5450562. OLE color: 5450562.
HSL color Cylindrical-coordinate representation of color #422B53: hue angle of 274.5º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #422B53 is Cyan = 0.20, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 66 | 43 | 83 | - |
| CMYK | 0.20 | 0.48 | 0 | 0.67 |
| HSL | 274.5º | 0.32% | 0.25% | - |
| HSV(B) | 274.5º | 0.48% | 0.33% | - |
| XYZ | 4.67 | 3.51 | 8.61 | - |
| YUV | 54.44 | 144.12 | 136.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 43 | 83 | 0.20 | 0.48 | 0 | 0.67 | 274.5 | 0.32 | 0.25 |
| Hex | 42 | 2B | 53 | 14 | 30 | 0 | 43 | 112 | 20 | 19 |
| Octal | 102 | 53 | 123 | 24 | 60 | 0 | 103 | 422 | 40 | 31 |
| Binary | 1000010 | 101011 | 1010011 | 10100 | 110000 | 0 | 1000011 | 100010010 | 100000 | 11001 |
Color Harmonies of #422B53
Complementary color
Monochromatic Colors of #422B53
Black with #422B53
Text Example
Text Example
White with #422B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422B53; }
p { color: rgb(66,43,83); }
H1.HeaderClassName
{
color: #422B53;
}
.AnyTagClassName
{
color: #422B53;
}
</style>
background-color css
<style>
a { background-color: #422B53; }
a { background-color: rgb(66,43,83); }
div.DivClassName
{
background-color: #422B53;
}
.BgClassName
{
background-color: #422B53;
}
</style>
border-color css
<style>
span { border-color: #422B53; }
span { border-color: rgb(66,43,83); }
td.TdClassName
{
border-color: #422B53;
}
.TagClassName
{
border-color: #422B53;
}
</style>