Shades of Jagger #40254A
Tints of Jagger #40254A
RGB
CMYK
RGB Variations
Color information
#40254A (or 0x40254A) is known color: Jagger. HEX triplet: 40, 25 and 4A. RGB value is (64,37,74). Sum of RGB (Red+Green+Blue) = 64+37+74=175 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.57% from 175); Green value is 37 (14.84% from 255 or 21.14% from 175); Blue value is 74 (29.30% from 255 or 42.29% from 175); Max value from RGB is 74 - color contains mainly: blue. Hex color #40254A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40254A is #BFDAB5. Grayscale: #313131. Windows color (decimal): -12573366 or 4859200. OLE color: 4859200.
HSL color Cylindrical-coordinate representation of color #40254A: hue angle of 283.78º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #40254A is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 64 | 37 | 74 | - |
| CMYK | 0.14 | 0.50 | 0 | 0.71 |
| HSL | 283.78º | 0.33% | 0.22% | - |
| HSV(B) | 283.78º | 0.5% | 0.29% | - |
| XYZ | 4.01 | 2.91 | 6.83 | - |
| YUV | 49.29 | 141.95 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 37 | 74 | 0.14 | 0.50 | 0 | 0.71 | 283.78 | 0.33 | 0.22 |
| Hex | 40 | 25 | 4A | E | 32 | 0 | 47 | 11C | 21 | 16 |
| Octal | 100 | 45 | 112 | 16 | 62 | 0 | 107 | 434 | 41 | 26 |
| Binary | 1000000 | 100101 | 1001010 | 1110 | 110010 | 0 | 1000111 | 100011100 | 100001 | 10110 |
Color Harmonies of #40254A
Complementary color
Monochromatic Colors of #40254A
Black with #40254A
Text Example
Text Example
White with #40254A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40254A; }
p { color: rgb(64,37,74); }
H1.HeaderClassName
{
color: #40254A;
}
.AnyTagClassName
{
color: #40254A;
}
</style>
background-color css
<style>
a { background-color: #40254A; }
a { background-color: rgb(64,37,74); }
div.DivClassName
{
background-color: #40254A;
}
.BgClassName
{
background-color: #40254A;
}
</style>
border-color css
<style>
span { border-color: #40254A; }
span { border-color: rgb(64,37,74); }
td.TdClassName
{
border-color: #40254A;
}
.TagClassName
{
border-color: #40254A;
}
</style>