Shades of Paris M #2F295F
Tints of Paris M #2F295F
RGB
CMYK
RGB Variations
Color information
#2F295F (or 0x2F295F) is known color: Paris M. HEX triplet: 2F, 29 and 5F. RGB value is (47,41,95). Sum of RGB (Red+Green+Blue) = 47+41+95=183 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.68% from 183); Green value is 41 (16.41% from 255 or 22.40% from 183); Blue value is 95 (37.5% from 255 or 51.91% from 183); Max value from RGB is 95 - color contains mainly: blue. Hex color #2F295F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F295F is #D0D6A0. Grayscale: #303030. Windows color (decimal): -13686433 or 6236463. OLE color: 6236463.
HSL color Cylindrical-coordinate representation of color #2F295F: hue angle of 246.67º 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 #2F295F is Cyan = 0.51, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 47 | 41 | 95 | - |
| CMYK | 0.51 | 0.57 | 0 | 0.63 |
| HSL | 246.67º | 0.4% | 0.27% | - |
| HSV(B) | 246.67º | 0.57% | 0.37% | - |
| XYZ | 4.03 | 3.02 | 11.2 | - |
| YUV | 48.95 | 153.99 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 41 | 95 | 0.51 | 0.57 | 0 | 0.63 | 246.67 | 0.4 | 0.27 |
| Hex | 2F | 29 | 5F | 33 | 39 | 0 | 3F | F7 | 28 | 1B |
| Octal | 57 | 51 | 137 | 63 | 71 | 0 | 77 | 367 | 50 | 33 |
| Binary | 101111 | 101001 | 1011111 | 110011 | 111001 | 0 | 111111 | 11110111 | 101000 | 11011 |
Color Harmonies of #2F295F
Complementary color
Monochromatic Colors of #2F295F
Black with #2F295F
Text Example
Text Example
White with #2F295F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F295F; }
p { color: rgb(47,41,95); }
H1.HeaderClassName
{
color: #2F295F;
}
.AnyTagClassName
{
color: #2F295F;
}
</style>
background-color css
<style>
a { background-color: #2F295F; }
a { background-color: rgb(47,41,95); }
div.DivClassName
{
background-color: #2F295F;
}
.BgClassName
{
background-color: #2F295F;
}
</style>
border-color css
<style>
span { border-color: #2F295F; }
span { border-color: rgb(47,41,95); }
td.TdClassName
{
border-color: #2F295F;
}
.TagClassName
{
border-color: #2F295F;
}
</style>