Shades of Jagger #42295B
Tints of Jagger #42295B
RGB
CMYK
RGB Variations
Color information
#42295B (or 0x42295B) is known color: Jagger. HEX triplet: 42, 29 and 5B. RGB value is (66,41,91). Sum of RGB (Red+Green+Blue) = 66+41+91=198 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33.33% from 198); Green value is 41 (16.41% from 255 or 20.71% from 198); Blue value is 91 (35.94% from 255 or 45.96% from 198); Max value from RGB is 91 - color contains mainly: blue. Hex color #42295B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42295B is #BDD6A4. Grayscale: #353535. Windows color (decimal): -12441253 or 5974338. OLE color: 5974338.
HSL color Cylindrical-coordinate representation of color #42295B: hue angle of 270º degrees, saturation: 0.38, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #42295B is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 66 | 41 | 91 | - |
| CMYK | 0.27 | 0.55 | 0 | 0.64 |
| HSL | 270º | 0.38% | 0.26% | - |
| HSV(B) | 270º | 0.55% | 0.36% | - |
| XYZ | 4.93 | 3.5 | 10.31 | - |
| YUV | 54.18 | 148.78 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 41 | 91 | 0.27 | 0.55 | 0 | 0.64 | 270 | 0.38 | 0.26 |
| Hex | 42 | 29 | 5B | 1B | 37 | 0 | 40 | 10E | 26 | 1A |
| Octal | 102 | 51 | 133 | 33 | 67 | 0 | 100 | 416 | 46 | 32 |
| Binary | 1000010 | 101001 | 1011011 | 11011 | 110111 | 0 | 1000000 | 100001110 | 100110 | 11010 |
Color Harmonies of #42295B
Complementary color
Monochromatic Colors of #42295B
Black with #42295B
Text Example
Text Example
White with #42295B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42295B; }
p { color: rgb(66,41,91); }
H1.HeaderClassName
{
color: #42295B;
}
.AnyTagClassName
{
color: #42295B;
}
</style>
background-color css
<style>
a { background-color: #42295B; }
a { background-color: rgb(66,41,91); }
div.DivClassName
{
background-color: #42295B;
}
.BgClassName
{
background-color: #42295B;
}
</style>
border-color css
<style>
span { border-color: #42295B; }
span { border-color: rgb(66,41,91); }
td.TdClassName
{
border-color: #42295B;
}
.TagClassName
{
border-color: #42295B;
}
</style>