Shades of Jagger #40244F
Tints of Jagger #40244F
RGB
CMYK
RGB Variations
Color information
#40244F (or 0x40244F) is known color: Jagger. HEX triplet: 40, 24 and 4F. RGB value is (64,36,79). Sum of RGB (Red+Green+Blue) = 64+36+79=179 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.75% from 179); Green value is 36 (14.45% from 255 or 20.11% from 179); Blue value is 79 (31.25% from 255 or 44.13% from 179); Max value from RGB is 79 - color contains mainly: blue. Hex color #40244F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40244F is #BFDBB0. Grayscale: #313131. Windows color (decimal): -12573617 or 5186624. OLE color: 5186624.
HSL color Cylindrical-coordinate representation of color #40244F: hue angle of 279.07º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #40244F is Cyan = 0.19, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 64 | 36 | 79 | - |
| CMYK | 0.19 | 0.54 | 0 | 0.69 |
| HSL | 279.07º | 0.37% | 0.23% | - |
| HSV(B) | 279.07º | 0.54% | 0.31% | - |
| XYZ | 4.16 | 2.92 | 7.74 | - |
| YUV | 49.27 | 144.78 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 36 | 79 | 0.19 | 0.54 | 0 | 0.69 | 279.07 | 0.37 | 0.23 |
| Hex | 40 | 24 | 4F | 13 | 36 | 0 | 45 | 117 | 25 | 17 |
| Octal | 100 | 44 | 117 | 23 | 66 | 0 | 105 | 427 | 45 | 27 |
| Binary | 1000000 | 100100 | 1001111 | 10011 | 110110 | 0 | 1000101 | 100010111 | 100101 | 10111 |
Color Harmonies of #40244F
Complementary color
Monochromatic Colors of #40244F
Black with #40244F
Text Example
Text Example
White with #40244F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40244F; }
p { color: rgb(64,36,79); }
H1.HeaderClassName
{
color: #40244F;
}
.AnyTagClassName
{
color: #40244F;
}
</style>
background-color css
<style>
a { background-color: #40244F; }
a { background-color: rgb(64,36,79); }
div.DivClassName
{
background-color: #40244F;
}
.BgClassName
{
background-color: #40244F;
}
</style>
border-color css
<style>
span { border-color: #40244F; }
span { border-color: rgb(64,36,79); }
td.TdClassName
{
border-color: #40244F;
}
.TagClassName
{
border-color: #40244F;
}
</style>