Shades of Jagger #422F52
Tints of Jagger #422F52
RGB
CMYK
RGB Variations
Color information
#422F52 (or 0x422F52) is known color: Jagger. HEX triplet: 42, 2F and 52. RGB value is (66,47,82). Sum of RGB (Red+Green+Blue) = 66+47+82=195 (25% of max value = 765). Red value is 66 (26.17% from 255 or 33.85% from 195); Green value is 47 (18.75% from 255 or 24.10% from 195); Blue value is 82 (32.42% from 255 or 42.05% from 195); Max value from RGB is 82 - color contains mainly: blue. Hex color #422F52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422F52 is #BDD0AD. Grayscale: #383838. Windows color (decimal): -12439726 or 5386050. OLE color: 5386050.
HSL color Cylindrical-coordinate representation of color #422F52: hue angle of 272.57º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #422F52 is Cyan = 0.20, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 66 | 47 | 82 | - |
| CMYK | 0.20 | 0.43 | 0 | 0.68 |
| HSL | 272.57º | 0.27% | 0.25% | - |
| HSV(B) | 272.57º | 0.43% | 0.32% | - |
| XYZ | 4.79 | 3.8 | 8.46 | - |
| YUV | 56.67 | 142.29 | 134.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 47 | 82 | 0.20 | 0.43 | 0 | 0.68 | 272.57 | 0.27 | 0.25 |
| Hex | 42 | 2F | 52 | 14 | 2B | 0 | 44 | 111 | 1B | 19 |
| Octal | 102 | 57 | 122 | 24 | 53 | 0 | 104 | 421 | 33 | 31 |
| Binary | 1000010 | 101111 | 1010010 | 10100 | 101011 | 0 | 1000100 | 100010001 | 11011 | 11001 |
Color Harmonies of #422F52
Complementary color
Monochromatic Colors of #422F52
Black with #422F52
Text Example
Text Example
White with #422F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422F52; }
p { color: rgb(66,47,82); }
H1.HeaderClassName
{
color: #422F52;
}
.AnyTagClassName
{
color: #422F52;
}
</style>
background-color css
<style>
a { background-color: #422F52; }
a { background-color: rgb(66,47,82); }
div.DivClassName
{
background-color: #422F52;
}
.BgClassName
{
background-color: #422F52;
}
</style>
border-color css
<style>
span { border-color: #422F52; }
span { border-color: rgb(66,47,82); }
td.TdClassName
{
border-color: #422F52;
}
.TagClassName
{
border-color: #422F52;
}
</style>