Shades of Jagger #402D4B
Tints of Jagger #402D4B
RGB
CMYK
RGB Variations
Color information
#402D4B (or 0x402D4B) is known color: Jagger. HEX triplet: 40, 2D and 4B. RGB value is (64,45,75). Sum of RGB (Red+Green+Blue) = 64+45+75=184 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.78% from 184); Green value is 45 (17.97% from 255 or 24.46% from 184); Blue value is 75 (29.69% from 255 or 40.76% from 184); Max value from RGB is 75 - color contains mainly: blue. Hex color #402D4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402D4B is #BFD2B4. Grayscale: #363636. Windows color (decimal): -12571317 or 4926784. OLE color: 4926784.
HSL color Cylindrical-coordinate representation of color #402D4B: hue angle of 278º degrees, saturation: 0.25, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #402D4B is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 64 | 45 | 75 | - |
| CMYK | 0.15 | 0.40 | 0 | 0.71 |
| HSL | 278º | 0.25% | 0.24% | - |
| HSV(B) | 278º | 0.4% | 0.29% | - |
| XYZ | 4.32 | 3.47 | 7.1 | - |
| YUV | 54.1 | 139.79 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 45 | 75 | 0.15 | 0.40 | 0 | 0.71 | 278 | 0.25 | 0.24 |
| Hex | 40 | 2D | 4B | F | 28 | 0 | 47 | 116 | 19 | 18 |
| Octal | 100 | 55 | 113 | 17 | 50 | 0 | 107 | 426 | 31 | 30 |
| Binary | 1000000 | 101101 | 1001011 | 1111 | 101000 | 0 | 1000111 | 100010110 | 11001 | 11000 |
Color Harmonies of #402D4B
Complementary color
Monochromatic Colors of #402D4B
Black with #402D4B
Text Example
Text Example
White with #402D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402D4B; }
p { color: rgb(64,45,75); }
H1.HeaderClassName
{
color: #402D4B;
}
.AnyTagClassName
{
color: #402D4B;
}
</style>
background-color css
<style>
a { background-color: #402D4B; }
a { background-color: rgb(64,45,75); }
div.DivClassName
{
background-color: #402D4B;
}
.BgClassName
{
background-color: #402D4B;
}
</style>
border-color css
<style>
span { border-color: #402D4B; }
span { border-color: rgb(64,45,75); }
td.TdClassName
{
border-color: #402D4B;
}
.TagClassName
{
border-color: #402D4B;
}
</style>