Shades of Paris M #2A295F
Tints of Paris M #2A295F
RGB
CMYK
RGB Variations
Color information
#2A295F (or 0x2A295F) is known color: Paris M. HEX triplet: 2A, 29 and 5F. RGB value is (42,41,95). Sum of RGB (Red+Green+Blue) = 42+41+95=178 (23% of max value = 765). Red value is 42 (16.80% from 255 or 23.60% from 178); Green value is 41 (16.41% from 255 or 23.03% from 178); Blue value is 95 (37.5% from 255 or 53.37% from 178); Max value from RGB is 95 - color contains mainly: blue. Hex color #2A295F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A295F is #D5D6A0. Grayscale: #2F2F2F. Windows color (decimal): -14014113 or 6236458. OLE color: 6236458.
HSL color Cylindrical-coordinate representation of color #2A295F: hue angle of 241.11º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2A295F is Cyan = 0.56, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 42 | 41 | 95 | - |
| CMYK | 0.56 | 0.57 | 0 | 0.63 |
| HSL | 241.11º | 0.4% | 0.27% | - |
| HSV(B) | 241.11º | 0.57% | 0.37% | - |
| XYZ | 3.81 | 2.9 | 11.19 | - |
| YUV | 47.46 | 154.83 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 41 | 95 | 0.56 | 0.57 | 0 | 0.63 | 241.11 | 0.4 | 0.27 |
| Hex | 2A | 29 | 5F | 38 | 39 | 0 | 3F | F1 | 28 | 1B |
| Octal | 52 | 51 | 137 | 70 | 71 | 0 | 77 | 361 | 50 | 33 |
| Binary | 101010 | 101001 | 1011111 | 111000 | 111001 | 0 | 111111 | 11110001 | 101000 | 11011 |
Color Harmonies of #2A295F
Complementary color
Monochromatic Colors of #2A295F
Black with #2A295F
Text Example
Text Example
White with #2A295F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A295F; }
p { color: rgb(42,41,95); }
H1.HeaderClassName
{
color: #2A295F;
}
.AnyTagClassName
{
color: #2A295F;
}
</style>
background-color css
<style>
a { background-color: #2A295F; }
a { background-color: rgb(42,41,95); }
div.DivClassName
{
background-color: #2A295F;
}
.BgClassName
{
background-color: #2A295F;
}
</style>
border-color css
<style>
span { border-color: #2A295F; }
span { border-color: rgb(42,41,95); }
td.TdClassName
{
border-color: #2A295F;
}
.TagClassName
{
border-color: #2A295F;
}
</style>