Shades of Jagger #40264E
Tints of Jagger #40264E
RGB
CMYK
RGB Variations
Color information
#40264E (or 0x40264E) is known color: Jagger. HEX triplet: 40, 26 and 4E. RGB value is (64,38,78). Sum of RGB (Red+Green+Blue) = 64+38+78=180 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.56% from 180); Green value is 38 (15.23% from 255 or 21.11% from 180); Blue value is 78 (30.86% from 255 or 43.33% from 180); Max value from RGB is 78 - color contains mainly: blue. Hex color #40264E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40264E is #BFD9B1. Grayscale: #323232. Windows color (decimal): -12573106 or 5121600. OLE color: 5121600.
HSL color Cylindrical-coordinate representation of color #40264E: hue angle of 279º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #40264E is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 64 | 38 | 78 | - |
| CMYK | 0.18 | 0.51 | 0 | 0.69 |
| HSL | 279º | 0.34% | 0.23% | - |
| HSV(B) | 279º | 0.51% | 0.31% | - |
| XYZ | 4.18 | 3.03 | 7.57 | - |
| YUV | 50.33 | 143.61 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 38 | 78 | 0.18 | 0.51 | 0 | 0.69 | 279 | 0.34 | 0.23 |
| Hex | 40 | 26 | 4E | 12 | 33 | 0 | 45 | 117 | 22 | 17 |
| Octal | 100 | 46 | 116 | 22 | 63 | 0 | 105 | 427 | 42 | 27 |
| Binary | 1000000 | 100110 | 1001110 | 10010 | 110011 | 0 | 1000101 | 100010111 | 100010 | 10111 |
Color Harmonies of #40264E
Complementary color
Monochromatic Colors of #40264E
Black with #40264E
Text Example
Text Example
White with #40264E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40264E; }
p { color: rgb(64,38,78); }
H1.HeaderClassName
{
color: #40264E;
}
.AnyTagClassName
{
color: #40264E;
}
</style>
background-color css
<style>
a { background-color: #40264E; }
a { background-color: rgb(64,38,78); }
div.DivClassName
{
background-color: #40264E;
}
.BgClassName
{
background-color: #40264E;
}
</style>
border-color css
<style>
span { border-color: #40264E; }
span { border-color: rgb(64,38,78); }
td.TdClassName
{
border-color: #40264E;
}
.TagClassName
{
border-color: #40264E;
}
</style>