Shades of Jagger #42314F
Tints of Jagger #42314F
RGB
CMYK
RGB Variations
Color information
#42314F (or 0x42314F) is known color: Jagger. HEX triplet: 42, 31 and 4F. RGB value is (66,49,79). Sum of RGB (Red+Green+Blue) = 66+49+79=194 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.02% from 194); Green value is 49 (19.53% from 255 or 25.26% from 194); Blue value is 79 (31.25% from 255 or 40.72% from 194); Max value from RGB is 79 - color contains mainly: blue. Hex color #42314F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42314F is #BDCEB0. Grayscale: #393939. Windows color (decimal): -12439217 or 5189954. OLE color: 5189954.
HSL color Cylindrical-coordinate representation of color #42314F: hue angle of 274º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #42314F is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 66 | 49 | 79 | - |
| CMYK | 0.16 | 0.38 | 0 | 0.69 |
| HSL | 274º | 0.23% | 0.25% | - |
| HSV(B) | 274º | 0.38% | 0.31% | - |
| XYZ | 4.76 | 3.92 | 7.9 | - |
| YUV | 57.5 | 140.13 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 49 | 79 | 0.16 | 0.38 | 0 | 0.69 | 274 | 0.23 | 0.25 |
| Hex | 42 | 31 | 4F | 10 | 26 | 0 | 45 | 112 | 17 | 19 |
| Octal | 102 | 61 | 117 | 20 | 46 | 0 | 105 | 422 | 27 | 31 |
| Binary | 1000010 | 110001 | 1001111 | 10000 | 100110 | 0 | 1000101 | 100010010 | 10111 | 11001 |
Color Harmonies of #42314F
Complementary color
Monochromatic Colors of #42314F
Black with #42314F
Text Example
Text Example
White with #42314F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42314F; }
p { color: rgb(66,49,79); }
H1.HeaderClassName
{
color: #42314F;
}
.AnyTagClassName
{
color: #42314F;
}
</style>
background-color css
<style>
a { background-color: #42314F; }
a { background-color: rgb(66,49,79); }
div.DivClassName
{
background-color: #42314F;
}
.BgClassName
{
background-color: #42314F;
}
</style>
border-color css
<style>
span { border-color: #42314F; }
span { border-color: rgb(66,49,79); }
td.TdClassName
{
border-color: #42314F;
}
.TagClassName
{
border-color: #42314F;
}
</style>