Shades of Jagger #40294B
Tints of Jagger #40294B
RGB
CMYK
RGB Variations
Color information
#40294B (or 0x40294B) is known color: Jagger. HEX triplet: 40, 29 and 4B. RGB value is (64,41,75). Sum of RGB (Red+Green+Blue) = 64+41+75=180 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.56% from 180); Green value is 41 (16.41% from 255 or 22.78% from 180); Blue value is 75 (29.69% from 255 or 41.67% from 180); Max value from RGB is 75 - color contains mainly: blue. Hex color #40294B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40294B is #BFD6B4. Grayscale: #333333. Windows color (decimal): -12572341 or 4925760. OLE color: 4925760.
HSL color Cylindrical-coordinate representation of color #40294B: hue angle of 280.59º degrees, saturation: 0.29, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #40294B is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 64 | 41 | 75 | - |
| CMYK | 0.15 | 0.45 | 0 | 0.71 |
| HSL | 280.59º | 0.29% | 0.23% | - |
| HSV(B) | 280.59º | 0.45% | 0.29% | - |
| XYZ | 4.18 | 3.18 | 7.05 | - |
| YUV | 51.75 | 141.12 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 41 | 75 | 0.15 | 0.45 | 0 | 0.71 | 280.59 | 0.29 | 0.23 |
| Hex | 40 | 29 | 4B | F | 2D | 0 | 47 | 119 | 1D | 17 |
| Octal | 100 | 51 | 113 | 17 | 55 | 0 | 107 | 431 | 35 | 27 |
| Binary | 1000000 | 101001 | 1001011 | 1111 | 101101 | 0 | 1000111 | 100011001 | 11101 | 10111 |
Color Harmonies of #40294B
Complementary color
Monochromatic Colors of #40294B
Black with #40294B
Text Example
Text Example
White with #40294B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40294B; }
p { color: rgb(64,41,75); }
H1.HeaderClassName
{
color: #40294B;
}
.AnyTagClassName
{
color: #40294B;
}
</style>
background-color css
<style>
a { background-color: #40294B; }
a { background-color: rgb(64,41,75); }
div.DivClassName
{
background-color: #40294B;
}
.BgClassName
{
background-color: #40294B;
}
</style>
border-color css
<style>
span { border-color: #40294B; }
span { border-color: rgb(64,41,75); }
td.TdClassName
{
border-color: #40294B;
}
.TagClassName
{
border-color: #40294B;
}
</style>