Shades of Jagger #402A4A
Tints of Jagger #402A4A
RGB
CMYK
RGB Variations
Color information
#402A4A (or 0x402A4A) is known color: Jagger. HEX triplet: 40, 2A and 4A. RGB value is (64,42,74). Sum of RGB (Red+Green+Blue) = 64+42+74=180 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.56% from 180); Green value is 42 (16.80% from 255 or 23.33% from 180); Blue value is 74 (29.30% from 255 or 41.11% from 180); Max value from RGB is 74 - color contains mainly: blue. Hex color #402A4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402A4A is #BFD5B5. Grayscale: #343434. Windows color (decimal): -12572086 or 4860480. OLE color: 4860480.
HSL color Cylindrical-coordinate representation of color #402A4A: hue angle of 281.25º degrees, saturation: 0.28, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #402A4A is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 64 | 42 | 74 | - |
| CMYK | 0.14 | 0.43 | 0 | 0.71 |
| HSL | 281.25º | 0.28% | 0.23% | - |
| HSV(B) | 281.25º | 0.43% | 0.29% | - |
| XYZ | 4.18 | 3.24 | 6.88 | - |
| YUV | 52.23 | 140.29 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 42 | 74 | 0.14 | 0.43 | 0 | 0.71 | 281.25 | 0.28 | 0.23 |
| Hex | 40 | 2A | 4A | E | 2B | 0 | 47 | 119 | 1C | 17 |
| Octal | 100 | 52 | 112 | 16 | 53 | 0 | 107 | 431 | 34 | 27 |
| Binary | 1000000 | 101010 | 1001010 | 1110 | 101011 | 0 | 1000111 | 100011001 | 11100 | 10111 |
Color Harmonies of #402A4A
Complementary color
Monochromatic Colors of #402A4A
Black with #402A4A
Text Example
Text Example
White with #402A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402A4A; }
p { color: rgb(64,42,74); }
H1.HeaderClassName
{
color: #402A4A;
}
.AnyTagClassName
{
color: #402A4A;
}
</style>
background-color css
<style>
a { background-color: #402A4A; }
a { background-color: rgb(64,42,74); }
div.DivClassName
{
background-color: #402A4A;
}
.BgClassName
{
background-color: #402A4A;
}
</style>
border-color css
<style>
span { border-color: #402A4A; }
span { border-color: rgb(64,42,74); }
td.TdClassName
{
border-color: #402A4A;
}
.TagClassName
{
border-color: #402A4A;
}
</style>