Shades of Paris M #2F295D
Tints of Paris M #2F295D
RGB
CMYK
RGB Variations
Color information
#2F295D (or 0x2F295D) is known color: Paris M. HEX triplet: 2F, 29 and 5D. RGB value is (47,41,93). Sum of RGB (Red+Green+Blue) = 47+41+93=181 (23% of max value = 765). Red value is 47 (18.75% from 255 or 25.97% from 181); Green value is 41 (16.41% from 255 or 22.65% from 181); Blue value is 93 (36.72% from 255 or 51.38% from 181); Max value from RGB is 93 - color contains mainly: blue. Hex color #2F295D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F295D is #D0D6A2. Grayscale: #303030. Windows color (decimal): -13686435 or 6105391. OLE color: 6105391.
HSL color Cylindrical-coordinate representation of color #2F295D: hue angle of 246.92º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2F295D is Cyan = 0.49, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 47 | 41 | 93 | - |
| CMYK | 0.49 | 0.56 | 0 | 0.64 |
| HSL | 246.92º | 0.39% | 0.26% | - |
| HSV(B) | 246.92º | 0.56% | 0.36% | - |
| XYZ | 3.94 | 2.98 | 10.72 | - |
| YUV | 48.72 | 152.99 | 126.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 41 | 93 | 0.49 | 0.56 | 0 | 0.64 | 246.92 | 0.39 | 0.26 |
| Hex | 2F | 29 | 5D | 31 | 38 | 0 | 40 | F7 | 27 | 1A |
| Octal | 57 | 51 | 135 | 61 | 70 | 0 | 100 | 367 | 47 | 32 |
| Binary | 101111 | 101001 | 1011101 | 110001 | 111000 | 0 | 1000000 | 11110111 | 100111 | 11010 |
Color Harmonies of #2F295D
Complementary color
Monochromatic Colors of #2F295D
Black with #2F295D
Text Example
Text Example
White with #2F295D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F295D; }
p { color: rgb(47,41,93); }
H1.HeaderClassName
{
color: #2F295D;
}
.AnyTagClassName
{
color: #2F295D;
}
</style>
background-color css
<style>
a { background-color: #2F295D; }
a { background-color: rgb(47,41,93); }
div.DivClassName
{
background-color: #2F295D;
}
.BgClassName
{
background-color: #2F295D;
}
</style>
border-color css
<style>
span { border-color: #2F295D; }
span { border-color: rgb(47,41,93); }
td.TdClassName
{
border-color: #2F295D;
}
.TagClassName
{
border-color: #2F295D;
}
</style>