Shades of Jagger #402B4B
Tints of Jagger #402B4B
RGB
CMYK
RGB Variations
Color information
#402B4B (or 0x402B4B) is known color: Jagger. HEX triplet: 40, 2B and 4B. RGB value is (64,43,75). Sum of RGB (Red+Green+Blue) = 64+43+75=182 (24% of max value = 765). Red value is 64 (25.39% from 255 or 35.16% from 182); Green value is 43 (17.19% from 255 or 23.63% from 182); Blue value is 75 (29.69% from 255 or 41.21% from 182); Max value from RGB is 75 - color contains mainly: blue. Hex color #402B4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402B4B is #BFD4B4. Grayscale: #343434. Windows color (decimal): -12571829 or 4926272. OLE color: 4926272.
HSL color Cylindrical-coordinate representation of color #402B4B: hue angle of 279.38º degrees, saturation: 0.27, 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 #402B4B is Cyan = 0.15, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 64 | 43 | 75 | - |
| CMYK | 0.15 | 0.43 | 0 | 0.71 |
| HSL | 279.38º | 0.27% | 0.23% | - |
| HSV(B) | 279.38º | 0.43% | 0.29% | - |
| XYZ | 4.25 | 3.33 | 7.07 | - |
| YUV | 52.93 | 140.46 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 43 | 75 | 0.15 | 0.43 | 0 | 0.71 | 279.38 | 0.27 | 0.23 |
| Hex | 40 | 2B | 4B | F | 2B | 0 | 47 | 117 | 1B | 17 |
| Octal | 100 | 53 | 113 | 17 | 53 | 0 | 107 | 427 | 33 | 27 |
| Binary | 1000000 | 101011 | 1001011 | 1111 | 101011 | 0 | 1000111 | 100010111 | 11011 | 10111 |
Color Harmonies of #402B4B
Complementary color
Monochromatic Colors of #402B4B
Black with #402B4B
Text Example
Text Example
White with #402B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402B4B; }
p { color: rgb(64,43,75); }
H1.HeaderClassName
{
color: #402B4B;
}
.AnyTagClassName
{
color: #402B4B;
}
</style>
background-color css
<style>
a { background-color: #402B4B; }
a { background-color: rgb(64,43,75); }
div.DivClassName
{
background-color: #402B4B;
}
.BgClassName
{
background-color: #402B4B;
}
</style>
border-color css
<style>
span { border-color: #402B4B; }
span { border-color: rgb(64,43,75); }
td.TdClassName
{
border-color: #402B4B;
}
.TagClassName
{
border-color: #402B4B;
}
</style>