Shades of Jagger #40274A
Tints of Jagger #40274A
RGB
CMYK
RGB Variations
Color information
#40274A (or 0x40274A) is known color: Jagger. HEX triplet: 40, 27 and 4A. RGB value is (64,39,74). Sum of RGB (Red+Green+Blue) = 64+39+74=177 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.16% from 177); Green value is 39 (15.62% from 255 or 22.03% from 177); Blue value is 74 (29.30% from 255 or 41.81% from 177); Max value from RGB is 74 - color contains mainly: blue. Hex color #40274A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40274A is #BFD8B5. Grayscale: #323232. Windows color (decimal): -12572854 or 4859712. OLE color: 4859712.
HSL color Cylindrical-coordinate representation of color #40274A: hue angle of 282.86º degrees, saturation: 0.31, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #40274A is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 64 | 39 | 74 | - |
| CMYK | 0.14 | 0.47 | 0 | 0.71 |
| HSL | 282.86º | 0.31% | 0.22% | - |
| HSV(B) | 282.86º | 0.47% | 0.29% | - |
| XYZ | 4.08 | 3.04 | 6.85 | - |
| YUV | 50.47 | 141.28 | 137.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 39 | 74 | 0.14 | 0.47 | 0 | 0.71 | 282.86 | 0.31 | 0.22 |
| Hex | 40 | 27 | 4A | E | 2F | 0 | 47 | 11B | 1F | 16 |
| Octal | 100 | 47 | 112 | 16 | 57 | 0 | 107 | 433 | 37 | 26 |
| Binary | 1000000 | 100111 | 1001010 | 1110 | 101111 | 0 | 1000111 | 100011011 | 11111 | 10110 |
Color Harmonies of #40274A
Complementary color
Monochromatic Colors of #40274A
Black with #40274A
Text Example
Text Example
White with #40274A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40274A; }
p { color: rgb(64,39,74); }
H1.HeaderClassName
{
color: #40274A;
}
.AnyTagClassName
{
color: #40274A;
}
</style>
background-color css
<style>
a { background-color: #40274A; }
a { background-color: rgb(64,39,74); }
div.DivClassName
{
background-color: #40274A;
}
.BgClassName
{
background-color: #40274A;
}
</style>
border-color css
<style>
span { border-color: #40274A; }
span { border-color: rgb(64,39,74); }
td.TdClassName
{
border-color: #40274A;
}
.TagClassName
{
border-color: #40274A;
}
</style>