Shades of Jagger #403148
Tints of Jagger #403148
RGB
CMYK
RGB Variations
Color information
#403148 (or 0x403148) is known color: Jagger. HEX triplet: 40, 31 and 48. RGB value is (64,49,72). Sum of RGB (Red+Green+Blue) = 64+49+72=185 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.59% from 185); Green value is 49 (19.53% from 255 or 26.49% from 185); Blue value is 72 (28.52% from 255 or 38.92% from 185); Max value from RGB is 72 - color contains mainly: blue. Hex color #403148 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403148 is #BFCEB7. Grayscale: #383838. Windows color (decimal): -12570296 or 4731200. OLE color: 4731200.
HSL color Cylindrical-coordinate representation of color #403148: hue angle of 279.13º degrees, saturation: 0.19, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #403148 is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 64 | 49 | 72 | - |
| CMYK | 0.11 | 0.32 | 0 | 0.72 |
| HSL | 279.13º | 0.19% | 0.24% | - |
| HSV(B) | 279.13º | 0.32% | 0.28% | - |
| XYZ | 4.38 | 3.75 | 6.62 | - |
| YUV | 56.11 | 136.97 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 49 | 72 | 0.11 | 0.32 | 0 | 0.72 | 279.13 | 0.19 | 0.24 |
| Hex | 40 | 31 | 48 | B | 20 | 0 | 48 | 117 | 13 | 18 |
| Octal | 100 | 61 | 110 | 13 | 40 | 0 | 110 | 427 | 23 | 30 |
| Binary | 1000000 | 110001 | 1001000 | 1011 | 100000 | 0 | 1001000 | 100010111 | 10011 | 11000 |
Color Harmonies of #403148
Complementary color
Monochromatic Colors of #403148
Black with #403148
Text Example
Text Example
White with #403148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403148; }
p { color: rgb(64,49,72); }
H1.HeaderClassName
{
color: #403148;
}
.AnyTagClassName
{
color: #403148;
}
</style>
background-color css
<style>
a { background-color: #403148; }
a { background-color: rgb(64,49,72); }
div.DivClassName
{
background-color: #403148;
}
.BgClassName
{
background-color: #403148;
}
</style>
border-color css
<style>
span { border-color: #403148; }
span { border-color: rgb(64,49,72); }
td.TdClassName
{
border-color: #403148;
}
.TagClassName
{
border-color: #403148;
}
</style>