Shades of Jagger #42295A
Tints of Jagger #42295A
RGB
CMYK
RGB Variations
Color information
#42295A (or 0x42295A) is known color: Jagger. HEX triplet: 42, 29 and 5A. RGB value is (66,41,90). Sum of RGB (Red+Green+Blue) = 66+41+90=197 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33.50% from 197); Green value is 41 (16.41% from 255 or 20.81% from 197); Blue value is 90 (35.55% from 255 or 45.69% from 197); Max value from RGB is 90 - color contains mainly: blue. Hex color #42295A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42295A is #BDD6A5. Grayscale: #353535. Windows color (decimal): -12441254 or 5908802. OLE color: 5908802.
HSL color Cylindrical-coordinate representation of color #42295A: hue angle of 270.61º degrees, saturation: 0.37, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #42295A is Cyan = 0.27, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 66 | 41 | 90 | - |
| CMYK | 0.27 | 0.54 | 0 | 0.65 |
| HSL | 270.61º | 0.37% | 0.26% | - |
| HSV(B) | 270.61º | 0.54% | 0.35% | - |
| XYZ | 4.89 | 3.48 | 10.09 | - |
| YUV | 54.06 | 148.28 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 41 | 90 | 0.27 | 0.54 | 0 | 0.65 | 270.61 | 0.37 | 0.26 |
| Hex | 42 | 29 | 5A | 1B | 36 | 0 | 41 | 10F | 25 | 1A |
| Octal | 102 | 51 | 132 | 33 | 66 | 0 | 101 | 417 | 45 | 32 |
| Binary | 1000010 | 101001 | 1011010 | 11011 | 110110 | 0 | 1000001 | 100001111 | 100101 | 11010 |
Color Harmonies of #42295A
Complementary color
Monochromatic Colors of #42295A
Black with #42295A
Text Example
Text Example
White with #42295A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42295A; }
p { color: rgb(66,41,90); }
H1.HeaderClassName
{
color: #42295A;
}
.AnyTagClassName
{
color: #42295A;
}
</style>
background-color css
<style>
a { background-color: #42295A; }
a { background-color: rgb(66,41,90); }
div.DivClassName
{
background-color: #42295A;
}
.BgClassName
{
background-color: #42295A;
}
</style>
border-color css
<style>
span { border-color: #42295A; }
span { border-color: rgb(66,41,90); }
td.TdClassName
{
border-color: #42295A;
}
.TagClassName
{
border-color: #42295A;
}
</style>