Shades of Jagger #422A4E
Tints of Jagger #422A4E
RGB
CMYK
RGB Variations
Color information
#422A4E (or 0x422A4E) is known color: Jagger. HEX triplet: 42, 2A and 4E. RGB value is (66,42,78). Sum of RGB (Red+Green+Blue) = 66+42+78=186 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.48% from 186); Green value is 42 (16.80% from 255 or 22.58% from 186); Blue value is 78 (30.86% from 255 or 41.94% from 186); Max value from RGB is 78 - color contains mainly: blue. Hex color #422A4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422A4E is #BDD5B1. Grayscale: #353535. Windows color (decimal): -12441010 or 5122626. OLE color: 5122626.
HSL color Cylindrical-coordinate representation of color #422A4E: hue angle of 280º degrees, saturation: 0.3, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #422A4E is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 66 | 42 | 78 | - |
| CMYK | 0.15 | 0.46 | 0 | 0.69 |
| HSL | 280º | 0.3% | 0.24% | - |
| HSV(B) | 280º | 0.46% | 0.31% | - |
| XYZ | 4.45 | 3.36 | 7.62 | - |
| YUV | 53.28 | 141.95 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 42 | 78 | 0.15 | 0.46 | 0 | 0.69 | 280 | 0.3 | 0.24 |
| Hex | 42 | 2A | 4E | F | 2E | 0 | 45 | 118 | 1E | 18 |
| Octal | 102 | 52 | 116 | 17 | 56 | 0 | 105 | 430 | 36 | 30 |
| Binary | 1000010 | 101010 | 1001110 | 1111 | 101110 | 0 | 1000101 | 100011000 | 11110 | 11000 |
Color Harmonies of #422A4E
Complementary color
Monochromatic Colors of #422A4E
Black with #422A4E
Text Example
Text Example
White with #422A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422A4E; }
p { color: rgb(66,42,78); }
H1.HeaderClassName
{
color: #422A4E;
}
.AnyTagClassName
{
color: #422A4E;
}
</style>
background-color css
<style>
a { background-color: #422A4E; }
a { background-color: rgb(66,42,78); }
div.DivClassName
{
background-color: #422A4E;
}
.BgClassName
{
background-color: #422A4E;
}
</style>
border-color css
<style>
span { border-color: #422A4E; }
span { border-color: rgb(66,42,78); }
td.TdClassName
{
border-color: #422A4E;
}
.TagClassName
{
border-color: #422A4E;
}
</style>