Shades of Paris M #2A2060
Tints of Paris M #2A2060
RGB
CMYK
RGB Variations
Color information
#2A2060 (or 0x2A2060) is known color: Paris M. HEX triplet: 2A, 20 and 60. RGB value is (42,32,96). Sum of RGB (Red+Green+Blue) = 42+32+96=170 (22% of max value = 765). Red value is 42 (16.80% from 255 or 24.71% from 170); Green value is 32 (12.89% from 255 or 18.82% from 170); Blue value is 96 (37.89% from 255 or 56.47% from 170); Max value from RGB is 96 - color contains mainly: blue. Hex color #2A2060 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A2060 is #D5DF9F. Grayscale: #2A2A2A. Windows color (decimal): -14016416 or 6299690. OLE color: 6299690.
HSL color Cylindrical-coordinate representation of color #2A2060: hue angle of 249.38º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2A2060 is Cyan = 0.56, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 42 | 32 | 96 | - |
| CMYK | 0.56 | 0.67 | 0 | 0.62 |
| HSL | 249.38º | 0.5% | 0.25% | - |
| HSV(B) | 249.38º | 0.67% | 0.38% | - |
| XYZ | 3.58 | 2.37 | 11.33 | - |
| YUV | 42.29 | 158.31 | 127.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 32 | 96 | 0.56 | 0.67 | 0 | 0.62 | 249.38 | 0.5 | 0.25 |
| Hex | 2A | 20 | 60 | 38 | 43 | 0 | 3E | F9 | 32 | 19 |
| Octal | 52 | 40 | 140 | 70 | 103 | 0 | 76 | 371 | 62 | 31 |
| Binary | 101010 | 100000 | 1100000 | 111000 | 1000011 | 0 | 111110 | 11111001 | 110010 | 11001 |
Color Harmonies of #2A2060
Complementary color
Monochromatic Colors of #2A2060
Black with #2A2060
Text Example
Text Example
White with #2A2060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2060; }
p { color: rgb(42,32,96); }
H1.HeaderClassName
{
color: #2A2060;
}
.AnyTagClassName
{
color: #2A2060;
}
</style>
background-color css
<style>
a { background-color: #2A2060; }
a { background-color: rgb(42,32,96); }
div.DivClassName
{
background-color: #2A2060;
}
.BgClassName
{
background-color: #2A2060;
}
</style>
border-color css
<style>
span { border-color: #2A2060; }
span { border-color: rgb(42,32,96); }
td.TdClassName
{
border-color: #2A2060;
}
.TagClassName
{
border-color: #2A2060;
}
</style>