Shades of Paris M #2F2962
Tints of Paris M #2F2962
RGB
CMYK
RGB Variations
Color information
#2F2962 (or 0x2F2962) is known color: Paris M. HEX triplet: 2F, 29 and 62. RGB value is (47,41,98). Sum of RGB (Red+Green+Blue) = 47+41+98=186 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.27% from 186); Green value is 41 (16.41% from 255 or 22.04% from 186); Blue value is 98 (38.67% from 255 or 52.69% from 186); Max value from RGB is 98 - color contains mainly: blue. Hex color #2F2962 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F2962 is #D0D69D. Grayscale: #313131. Windows color (decimal): -13686430 or 6433071. OLE color: 6433071.
HSL color Cylindrical-coordinate representation of color #2F2962: hue angle of 246.32º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2F2962 is Cyan = 0.52, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 47 | 41 | 98 | - |
| CMYK | 0.52 | 0.58 | 0 | 0.62 |
| HSL | 246.32º | 0.41% | 0.27% | - |
| HSV(B) | 246.32º | 0.58% | 0.38% | - |
| XYZ | 4.17 | 3.07 | 11.93 | - |
| YUV | 49.29 | 155.49 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 41 | 98 | 0.52 | 0.58 | 0 | 0.62 | 246.32 | 0.41 | 0.27 |
| Hex | 2F | 29 | 62 | 34 | 3A | 0 | 3E | F6 | 29 | 1B |
| Octal | 57 | 51 | 142 | 64 | 72 | 0 | 76 | 366 | 51 | 33 |
| Binary | 101111 | 101001 | 1100010 | 110100 | 111010 | 0 | 111110 | 11110110 | 101001 | 11011 |
Color Harmonies of #2F2962
Complementary color
Monochromatic Colors of #2F2962
Black with #2F2962
Text Example
Text Example
White with #2F2962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2962; }
p { color: rgb(47,41,98); }
H1.HeaderClassName
{
color: #2F2962;
}
.AnyTagClassName
{
color: #2F2962;
}
</style>
background-color css
<style>
a { background-color: #2F2962; }
a { background-color: rgb(47,41,98); }
div.DivClassName
{
background-color: #2F2962;
}
.BgClassName
{
background-color: #2F2962;
}
</style>
border-color css
<style>
span { border-color: #2F2962; }
span { border-color: rgb(47,41,98); }
td.TdClassName
{
border-color: #2F2962;
}
.TagClassName
{
border-color: #2F2962;
}
</style>