Shades of Jagger #40244A
Tints of Jagger #40244A
RGB
CMYK
RGB Variations
Color information
#40244A (or 0x40244A) is known color: Jagger. HEX triplet: 40, 24 and 4A. RGB value is (64,36,74). Sum of RGB (Red+Green+Blue) = 64+36+74=174 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.78% from 174); Green value is 36 (14.45% from 255 or 20.69% from 174); Blue value is 74 (29.30% from 255 or 42.53% from 174); Max value from RGB is 74 - color contains mainly: blue. Hex color #40244A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40244A is #BFDBB5. Grayscale: #303030. Windows color (decimal): -12573622 or 4858944. OLE color: 4858944.
HSL color Cylindrical-coordinate representation of color #40244A: hue angle of 284.21º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #40244A is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 64 | 36 | 74 | - |
| CMYK | 0.14 | 0.51 | 0 | 0.71 |
| HSL | 284.21º | 0.35% | 0.22% | - |
| HSV(B) | 284.21º | 0.51% | 0.29% | - |
| XYZ | 3.98 | 2.85 | 6.82 | - |
| YUV | 48.7 | 142.28 | 138.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 36 | 74 | 0.14 | 0.51 | 0 | 0.71 | 284.21 | 0.35 | 0.22 |
| Hex | 40 | 24 | 4A | E | 33 | 0 | 47 | 11C | 23 | 16 |
| Octal | 100 | 44 | 112 | 16 | 63 | 0 | 107 | 434 | 43 | 26 |
| Binary | 1000000 | 100100 | 1001010 | 1110 | 110011 | 0 | 1000111 | 100011100 | 100011 | 10110 |
Color Harmonies of #40244A
Complementary color
Monochromatic Colors of #40244A
Black with #40244A
Text Example
Text Example
White with #40244A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40244A; }
p { color: rgb(64,36,74); }
H1.HeaderClassName
{
color: #40244A;
}
.AnyTagClassName
{
color: #40244A;
}
</style>
background-color css
<style>
a { background-color: #40244A; }
a { background-color: rgb(64,36,74); }
div.DivClassName
{
background-color: #40244A;
}
.BgClassName
{
background-color: #40244A;
}
</style>
border-color css
<style>
span { border-color: #40244A; }
span { border-color: rgb(64,36,74); }
td.TdClassName
{
border-color: #40244A;
}
.TagClassName
{
border-color: #40244A;
}
</style>