Shades of Jagger #40244C
Tints of Jagger #40244C
RGB
CMYK
RGB Variations
Color information
#40244C (or 0x40244C) is known color: Jagger. HEX triplet: 40, 24 and 4C. RGB value is (64,36,76). Sum of RGB (Red+Green+Blue) = 64+36+76=176 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.36% from 176); Green value is 36 (14.45% from 255 or 20.45% from 176); Blue value is 76 (30.08% from 255 or 43.18% from 176); Max value from RGB is 76 - color contains mainly: blue. Hex color #40244C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40244C is #BFDBB3. Grayscale: #303030. Windows color (decimal): -12573620 or 4990016. OLE color: 4990016.
HSL color Cylindrical-coordinate representation of color #40244C: hue angle of 282º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #40244C is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 64 | 36 | 76 | - |
| CMYK | 0.16 | 0.53 | 0 | 0.70 |
| HSL | 282º | 0.36% | 0.22% | - |
| HSV(B) | 282º | 0.53% | 0.3% | - |
| XYZ | 4.05 | 2.87 | 7.18 | - |
| YUV | 48.93 | 143.28 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 36 | 76 | 0.16 | 0.53 | 0 | 0.70 | 282 | 0.36 | 0.22 |
| Hex | 40 | 24 | 4C | 10 | 35 | 0 | 46 | 11A | 24 | 16 |
| Octal | 100 | 44 | 114 | 20 | 65 | 0 | 106 | 432 | 44 | 26 |
| Binary | 1000000 | 100100 | 1001100 | 10000 | 110101 | 0 | 1000110 | 100011010 | 100100 | 10110 |
Color Harmonies of #40244C
Complementary color
Monochromatic Colors of #40244C
Black with #40244C
Text Example
Text Example
White with #40244C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40244C; }
p { color: rgb(64,36,76); }
H1.HeaderClassName
{
color: #40244C;
}
.AnyTagClassName
{
color: #40244C;
}
</style>
background-color css
<style>
a { background-color: #40244C; }
a { background-color: rgb(64,36,76); }
div.DivClassName
{
background-color: #40244C;
}
.BgClassName
{
background-color: #40244C;
}
</style>
border-color css
<style>
span { border-color: #40244C; }
span { border-color: rgb(64,36,76); }
td.TdClassName
{
border-color: #40244C;
}
.TagClassName
{
border-color: #40244C;
}
</style>