Shades of Jagger #40214B
Tints of Jagger #40214B
RGB
CMYK
RGB Variations
Color information
#40214B (or 0x40214B) is known color: Jagger. HEX triplet: 40, 21 and 4B. RGB value is (64,33,75). Sum of RGB (Red+Green+Blue) = 64+33+75=172 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.21% from 172); Green value is 33 (13.28% from 255 or 19.19% from 172); Blue value is 75 (29.69% from 255 or 43.60% from 172); Max value from RGB is 75 - color contains mainly: blue. Hex color #40214B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40214B is #BFDEB4. Grayscale: #2E2E2E. Windows color (decimal): -12574389 or 4923712. OLE color: 4923712.
HSL color Cylindrical-coordinate representation of color #40214B: hue angle of 284.29º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #40214B is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 64 | 33 | 75 | - |
| CMYK | 0.15 | 0.56 | 0 | 0.71 |
| HSL | 284.29º | 0.39% | 0.21% | - |
| HSV(B) | 284.29º | 0.56% | 0.29% | - |
| XYZ | 3.93 | 2.69 | 6.97 | - |
| YUV | 47.06 | 143.77 | 140.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 33 | 75 | 0.15 | 0.56 | 0 | 0.71 | 284.29 | 0.39 | 0.21 |
| Hex | 40 | 21 | 4B | F | 38 | 0 | 47 | 11C | 27 | 15 |
| Octal | 100 | 41 | 113 | 17 | 70 | 0 | 107 | 434 | 47 | 25 |
| Binary | 1000000 | 100001 | 1001011 | 1111 | 111000 | 0 | 1000111 | 100011100 | 100111 | 10101 |
Color Harmonies of #40214B
Complementary color
Monochromatic Colors of #40214B
Black with #40214B
Text Example
Text Example
White with #40214B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40214B; }
p { color: rgb(64,33,75); }
H1.HeaderClassName
{
color: #40214B;
}
.AnyTagClassName
{
color: #40214B;
}
</style>
background-color css
<style>
a { background-color: #40214B; }
a { background-color: rgb(64,33,75); }
div.DivClassName
{
background-color: #40214B;
}
.BgClassName
{
background-color: #40214B;
}
</style>
border-color css
<style>
span { border-color: #40214B; }
span { border-color: rgb(64,33,75); }
td.TdClassName
{
border-color: #40214B;
}
.TagClassName
{
border-color: #40214B;
}
</style>