Shades of Paris M #2A175F
Tints of Paris M #2A175F
RGB
CMYK
RGB Variations
Color information
#2A175F (or 0x2A175F) is known color: Paris M. HEX triplet: 2A, 17 and 5F. RGB value is (42,23,95). Sum of RGB (Red+Green+Blue) = 42+23+95=160 (21% of max value = 765). Red value is 42 (16.80% from 255 or 26.25% from 160); Green value is 23 (9.38% from 255 or 14.38% from 160); Blue value is 95 (37.5% from 255 or 59.38% from 160); Max value from RGB is 95 - color contains mainly: blue. Hex color #2A175F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A175F is #D5E8A0. Grayscale: #242424. Windows color (decimal): -14018721 or 6231850. OLE color: 6231850.
HSL color Cylindrical-coordinate representation of color #2A175F: hue angle of 255.83º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2A175F is Cyan = 0.56, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 42 | 23 | 95 | - |
| CMYK | 0.56 | 0.76 | 0 | 0.63 |
| HSL | 255.83º | 0.61% | 0.23% | - |
| HSV(B) | 255.83º | 0.76% | 0.37% | - |
| XYZ | 3.33 | 1.93 | 11.02 | - |
| YUV | 36.89 | 160.79 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 23 | 95 | 0.56 | 0.76 | 0 | 0.63 | 255.83 | 0.61 | 0.23 |
| Hex | 2A | 17 | 5F | 38 | 4C | 0 | 3F | 100 | 3D | 17 |
| Octal | 52 | 27 | 137 | 70 | 114 | 0 | 77 | 400 | 75 | 27 |
| Binary | 101010 | 10111 | 1011111 | 111000 | 1001100 | 0 | 111111 | 100000000 | 111101 | 10111 |
Color Harmonies of #2A175F
Complementary color
Monochromatic Colors of #2A175F
Black with #2A175F
Text Example
Text Example
White with #2A175F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A175F; }
p { color: rgb(42,23,95); }
H1.HeaderClassName
{
color: #2A175F;
}
.AnyTagClassName
{
color: #2A175F;
}
</style>
background-color css
<style>
a { background-color: #2A175F; }
a { background-color: rgb(42,23,95); }
div.DivClassName
{
background-color: #2A175F;
}
.BgClassName
{
background-color: #2A175F;
}
</style>
border-color css
<style>
span { border-color: #2A175F; }
span { border-color: rgb(42,23,95); }
td.TdClassName
{
border-color: #2A175F;
}
.TagClassName
{
border-color: #2A175F;
}
</style>