Shades of Jagger #40204B
Tints of Jagger #40204B
RGB
CMYK
RGB Variations
Color information
#40204B (or 0x40204B) is known color: Jagger. HEX triplet: 40, 20 and 4B. RGB value is (64,32,75). Sum of RGB (Red+Green+Blue) = 64+32+75=171 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.43% from 171); Green value is 32 (12.89% from 255 or 18.71% from 171); Blue value is 75 (29.69% from 255 or 43.86% from 171); Max value from RGB is 75 - color contains mainly: blue. Hex color #40204B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40204B is #BFDFB4. Grayscale: #2E2E2E. Windows color (decimal): -12574645 or 4923456. OLE color: 4923456.
HSL color Cylindrical-coordinate representation of color #40204B: hue angle of 284.65º degrees, saturation: 0.4, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #40204B is Cyan = 0.15, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 64 | 32 | 75 | - |
| CMYK | 0.15 | 0.57 | 0 | 0.71 |
| HSL | 284.65º | 0.4% | 0.21% | - |
| HSV(B) | 284.65º | 0.57% | 0.29% | - |
| XYZ | 3.9 | 2.63 | 6.96 | - |
| YUV | 46.47 | 144.1 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 32 | 75 | 0.15 | 0.57 | 0 | 0.71 | 284.65 | 0.4 | 0.21 |
| Hex | 40 | 20 | 4B | F | 39 | 0 | 47 | 11D | 28 | 15 |
| Octal | 100 | 40 | 113 | 17 | 71 | 0 | 107 | 435 | 50 | 25 |
| Binary | 1000000 | 100000 | 1001011 | 1111 | 111001 | 0 | 1000111 | 100011101 | 101000 | 10101 |
Color Harmonies of #40204B
Complementary color
Monochromatic Colors of #40204B
Black with #40204B
Text Example
Text Example
White with #40204B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40204B; }
p { color: rgb(64,32,75); }
H1.HeaderClassName
{
color: #40204B;
}
.AnyTagClassName
{
color: #40204B;
}
</style>
background-color css
<style>
a { background-color: #40204B; }
a { background-color: rgb(64,32,75); }
div.DivClassName
{
background-color: #40204B;
}
.BgClassName
{
background-color: #40204B;
}
</style>
border-color css
<style>
span { border-color: #40204B; }
span { border-color: rgb(64,32,75); }
td.TdClassName
{
border-color: #40204B;
}
.TagClassName
{
border-color: #40204B;
}
</style>