Shades of Paris M #2A2860
Tints of Paris M #2A2860
RGB
CMYK
RGB Variations
Color information
#2A2860 (or 0x2A2860) is known color: Paris M. HEX triplet: 2A, 28 and 60. RGB value is (42,40,96). Sum of RGB (Red+Green+Blue) = 42+40+96=178 (23% of max value = 765). Red value is 42 (16.80% from 255 or 23.60% from 178); Green value is 40 (16.02% from 255 or 22.47% from 178); Blue value is 96 (37.89% from 255 or 53.93% from 178); Max value from RGB is 96 - color contains mainly: blue. Hex color #2A2860 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A2860 is #D5D79F. Grayscale: #2E2E2E. Windows color (decimal): -14014368 or 6301738. OLE color: 6301738.
HSL color Cylindrical-coordinate representation of color #2A2860: hue angle of 242.14º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2A2860 is Cyan = 0.56, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 42 | 40 | 96 | - |
| CMYK | 0.56 | 0.58 | 0 | 0.62 |
| HSL | 242.14º | 0.41% | 0.27% | - |
| HSV(B) | 242.14º | 0.58% | 0.38% | - |
| XYZ | 3.82 | 2.85 | 11.42 | - |
| YUV | 46.98 | 155.66 | 124.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 40 | 96 | 0.56 | 0.58 | 0 | 0.62 | 242.14 | 0.41 | 0.27 |
| Hex | 2A | 28 | 60 | 38 | 3A | 0 | 3E | F2 | 29 | 1B |
| Octal | 52 | 50 | 140 | 70 | 72 | 0 | 76 | 362 | 51 | 33 |
| Binary | 101010 | 101000 | 1100000 | 111000 | 111010 | 0 | 111110 | 11110010 | 101001 | 11011 |
Color Harmonies of #2A2860
Complementary color
Monochromatic Colors of #2A2860
Black with #2A2860
Text Example
Text Example
White with #2A2860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2860; }
p { color: rgb(42,40,96); }
H1.HeaderClassName
{
color: #2A2860;
}
.AnyTagClassName
{
color: #2A2860;
}
</style>
background-color css
<style>
a { background-color: #2A2860; }
a { background-color: rgb(42,40,96); }
div.DivClassName
{
background-color: #2A2860;
}
.BgClassName
{
background-color: #2A2860;
}
</style>
border-color css
<style>
span { border-color: #2A2860; }
span { border-color: rgb(42,40,96); }
td.TdClassName
{
border-color: #2A2860;
}
.TagClassName
{
border-color: #2A2860;
}
</style>