Shades of Jagger #422F53
Tints of Jagger #422F53
RGB
CMYK
RGB Variations
Color information
#422F53 (or 0x422F53) is known color: Jagger. HEX triplet: 42, 2F and 53. RGB value is (66,47,83). Sum of RGB (Red+Green+Blue) = 66+47+83=196 (25% of max value = 765). Red value is 66 (26.17% from 255 or 33.67% from 196); Green value is 47 (18.75% from 255 or 23.98% from 196); Blue value is 83 (32.81% from 255 or 42.35% from 196); Max value from RGB is 83 - color contains mainly: blue. Hex color #422F53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422F53 is #BDD0AC. Grayscale: #383838. Windows color (decimal): -12439725 or 5451586. OLE color: 5451586.
HSL color Cylindrical-coordinate representation of color #422F53: hue angle of 271.67º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #422F53 is Cyan = 0.20, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 66 | 47 | 83 | - |
| CMYK | 0.20 | 0.43 | 0 | 0.67 |
| HSL | 271.67º | 0.28% | 0.25% | - |
| HSV(B) | 271.67º | 0.43% | 0.33% | - |
| XYZ | 4.82 | 3.82 | 8.67 | - |
| YUV | 56.79 | 142.79 | 134.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 47 | 83 | 0.20 | 0.43 | 0 | 0.67 | 271.67 | 0.28 | 0.25 |
| Hex | 42 | 2F | 53 | 14 | 2B | 0 | 43 | 110 | 1C | 19 |
| Octal | 102 | 57 | 123 | 24 | 53 | 0 | 103 | 420 | 34 | 31 |
| Binary | 1000010 | 101111 | 1010011 | 10100 | 101011 | 0 | 1000011 | 100010000 | 11100 | 11001 |
Color Harmonies of #422F53
Complementary color
Monochromatic Colors of #422F53
Black with #422F53
Text Example
Text Example
White with #422F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422F53; }
p { color: rgb(66,47,83); }
H1.HeaderClassName
{
color: #422F53;
}
.AnyTagClassName
{
color: #422F53;
}
</style>
background-color css
<style>
a { background-color: #422F53; }
a { background-color: rgb(66,47,83); }
div.DivClassName
{
background-color: #422F53;
}
.BgClassName
{
background-color: #422F53;
}
</style>
border-color css
<style>
span { border-color: #422F53; }
span { border-color: rgb(66,47,83); }
td.TdClassName
{
border-color: #422F53;
}
.TagClassName
{
border-color: #422F53;
}
</style>