Shades of Jagger #40274C
Tints of Jagger #40274C
RGB
CMYK
RGB Variations
Color information
#40274C (or 0x40274C) is known color: Jagger. HEX triplet: 40, 27 and 4C. RGB value is (64,39,76). Sum of RGB (Red+Green+Blue) = 64+39+76=179 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.75% from 179); Green value is 39 (15.62% from 255 or 21.79% from 179); Blue value is 76 (30.08% from 255 or 42.46% from 179); Max value from RGB is 76 - color contains mainly: blue. Hex color #40274C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40274C is #BFD8B3. Grayscale: #323232. Windows color (decimal): -12572852 or 4990784. OLE color: 4990784.
HSL color Cylindrical-coordinate representation of color #40274C: hue angle of 280.54º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #40274C is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 64 | 39 | 76 | - |
| CMYK | 0.16 | 0.49 | 0 | 0.70 |
| HSL | 280.54º | 0.32% | 0.23% | - |
| HSV(B) | 280.54º | 0.49% | 0.3% | - |
| XYZ | 4.14 | 3.06 | 7.21 | - |
| YUV | 50.69 | 142.28 | 137.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 39 | 76 | 0.16 | 0.49 | 0 | 0.70 | 280.54 | 0.32 | 0.23 |
| Hex | 40 | 27 | 4C | 10 | 31 | 0 | 46 | 119 | 20 | 17 |
| Octal | 100 | 47 | 114 | 20 | 61 | 0 | 106 | 431 | 40 | 27 |
| Binary | 1000000 | 100111 | 1001100 | 10000 | 110001 | 0 | 1000110 | 100011001 | 100000 | 10111 |
Color Harmonies of #40274C
Complementary color
Monochromatic Colors of #40274C
Black with #40274C
Text Example
Text Example
White with #40274C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40274C; }
p { color: rgb(64,39,76); }
H1.HeaderClassName
{
color: #40274C;
}
.AnyTagClassName
{
color: #40274C;
}
</style>
background-color css
<style>
a { background-color: #40274C; }
a { background-color: rgb(64,39,76); }
div.DivClassName
{
background-color: #40274C;
}
.BgClassName
{
background-color: #40274C;
}
</style>
border-color css
<style>
span { border-color: #40274C; }
span { border-color: rgb(64,39,76); }
td.TdClassName
{
border-color: #40274C;
}
.TagClassName
{
border-color: #40274C;
}
</style>