Shades of Jagger #40244B
Tints of Jagger #40244B
RGB
CMYK
RGB Variations
Color information
#40244B (or 0x40244B) is known color: Jagger. HEX triplet: 40, 24 and 4B. RGB value is (64,36,75). Sum of RGB (Red+Green+Blue) = 64+36+75=175 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.57% from 175); Green value is 36 (14.45% from 255 or 20.57% from 175); Blue value is 75 (29.69% from 255 or 42.86% from 175); Max value from RGB is 75 - color contains mainly: blue. Hex color #40244B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40244B is #BFDBB4. Grayscale: #303030. Windows color (decimal): -12573621 or 4924480. OLE color: 4924480.
HSL color Cylindrical-coordinate representation of color #40244B: hue angle of 283.08º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #40244B is Cyan = 0.15, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 64 | 36 | 75 | - |
| CMYK | 0.15 | 0.52 | 0 | 0.71 |
| HSL | 283.08º | 0.35% | 0.22% | - |
| HSV(B) | 283.08º | 0.52% | 0.29% | - |
| XYZ | 4.02 | 2.86 | 7 | - |
| YUV | 48.82 | 142.78 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 36 | 75 | 0.15 | 0.52 | 0 | 0.71 | 283.08 | 0.35 | 0.22 |
| Hex | 40 | 24 | 4B | F | 34 | 0 | 47 | 11B | 23 | 16 |
| Octal | 100 | 44 | 113 | 17 | 64 | 0 | 107 | 433 | 43 | 26 |
| Binary | 1000000 | 100100 | 1001011 | 1111 | 110100 | 0 | 1000111 | 100011011 | 100011 | 10110 |
Color Harmonies of #40244B
Complementary color
Monochromatic Colors of #40244B
Black with #40244B
Text Example
Text Example
White with #40244B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40244B; }
p { color: rgb(64,36,75); }
H1.HeaderClassName
{
color: #40244B;
}
.AnyTagClassName
{
color: #40244B;
}
</style>
background-color css
<style>
a { background-color: #40244B; }
a { background-color: rgb(64,36,75); }
div.DivClassName
{
background-color: #40244B;
}
.BgClassName
{
background-color: #40244B;
}
</style>
border-color css
<style>
span { border-color: #40244B; }
span { border-color: rgb(64,36,75); }
td.TdClassName
{
border-color: #40244B;
}
.TagClassName
{
border-color: #40244B;
}
</style>