Shades of Jagger #40254C
Tints of Jagger #40254C
RGB
CMYK
RGB Variations
Color information
#40254C (or 0x40254C) is known color: Jagger. HEX triplet: 40, 25 and 4C. RGB value is (64,37,76). Sum of RGB (Red+Green+Blue) = 64+37+76=177 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.16% from 177); Green value is 37 (14.84% from 255 or 20.90% from 177); Blue value is 76 (30.08% from 255 or 42.94% from 177); Max value from RGB is 76 - color contains mainly: blue. Hex color #40254C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40254C is #BFDAB3. Grayscale: #313131. Windows color (decimal): -12573364 or 4990272. OLE color: 4990272.
HSL color Cylindrical-coordinate representation of color #40254C: hue angle of 281.54º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #40254C is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 64 | 37 | 76 | - |
| CMYK | 0.16 | 0.51 | 0 | 0.70 |
| HSL | 281.54º | 0.35% | 0.22% | - |
| HSV(B) | 281.54º | 0.51% | 0.3% | - |
| XYZ | 4.08 | 2.93 | 7.19 | - |
| YUV | 49.52 | 142.95 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 37 | 76 | 0.16 | 0.51 | 0 | 0.70 | 281.54 | 0.35 | 0.22 |
| Hex | 40 | 25 | 4C | 10 | 33 | 0 | 46 | 11A | 23 | 16 |
| Octal | 100 | 45 | 114 | 20 | 63 | 0 | 106 | 432 | 43 | 26 |
| Binary | 1000000 | 100101 | 1001100 | 10000 | 110011 | 0 | 1000110 | 100011010 | 100011 | 10110 |
Color Harmonies of #40254C
Complementary color
Monochromatic Colors of #40254C
Black with #40254C
Text Example
Text Example
White with #40254C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40254C; }
p { color: rgb(64,37,76); }
H1.HeaderClassName
{
color: #40254C;
}
.AnyTagClassName
{
color: #40254C;
}
</style>
background-color css
<style>
a { background-color: #40254C; }
a { background-color: rgb(64,37,76); }
div.DivClassName
{
background-color: #40254C;
}
.BgClassName
{
background-color: #40254C;
}
</style>
border-color css
<style>
span { border-color: #40254C; }
span { border-color: rgb(64,37,76); }
td.TdClassName
{
border-color: #40254C;
}
.TagClassName
{
border-color: #40254C;
}
</style>