Shades of Jagger #422B52
Tints of Jagger #422B52
RGB
CMYK
RGB Variations
Color information
#422B52 (or 0x422B52) is known color: Jagger. HEX triplet: 42, 2B and 52. RGB value is (66,43,82). Sum of RGB (Red+Green+Blue) = 66+43+82=191 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.55% from 191); Green value is 43 (17.19% from 255 or 22.51% from 191); Blue value is 82 (32.42% from 255 or 42.93% from 191); Max value from RGB is 82 - color contains mainly: blue. Hex color #422B52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422B52 is #BDD4AD. Grayscale: #363636. Windows color (decimal): -12440750 or 5385026. OLE color: 5385026.
HSL color Cylindrical-coordinate representation of color #422B52: hue angle of 275.38º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #422B52 is Cyan = 0.20, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 66 | 43 | 82 | - |
| CMYK | 0.20 | 0.48 | 0 | 0.68 |
| HSL | 275.38º | 0.31% | 0.25% | - |
| HSV(B) | 275.38º | 0.48% | 0.32% | - |
| XYZ | 4.63 | 3.5 | 8.41 | - |
| YUV | 54.32 | 143.62 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 43 | 82 | 0.20 | 0.48 | 0 | 0.68 | 275.38 | 0.31 | 0.25 |
| Hex | 42 | 2B | 52 | 14 | 30 | 0 | 44 | 113 | 1F | 19 |
| Octal | 102 | 53 | 122 | 24 | 60 | 0 | 104 | 423 | 37 | 31 |
| Binary | 1000010 | 101011 | 1010010 | 10100 | 110000 | 0 | 1000100 | 100010011 | 11111 | 11001 |
Color Harmonies of #422B52
Complementary color
Monochromatic Colors of #422B52
Black with #422B52
Text Example
Text Example
White with #422B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422B52; }
p { color: rgb(66,43,82); }
H1.HeaderClassName
{
color: #422B52;
}
.AnyTagClassName
{
color: #422B52;
}
</style>
background-color css
<style>
a { background-color: #422B52; }
a { background-color: rgb(66,43,82); }
div.DivClassName
{
background-color: #422B52;
}
.BgClassName
{
background-color: #422B52;
}
</style>
border-color css
<style>
span { border-color: #422B52; }
span { border-color: rgb(66,43,82); }
td.TdClassName
{
border-color: #422B52;
}
.TagClassName
{
border-color: #422B52;
}
</style>