Shades of Paris M #2F2B60
Tints of Paris M #2F2B60
RGB
CMYK
RGB Variations
Color information
#2F2B60 (or 0x2F2B60) is known color: Paris M. HEX triplet: 2F, 2B and 60. RGB value is (47,43,96). Sum of RGB (Red+Green+Blue) = 47+43+96=186 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.27% from 186); Green value is 43 (17.19% from 255 or 23.12% from 186); Blue value is 96 (37.89% from 255 or 51.61% from 186); Max value from RGB is 96 - color contains mainly: blue. Hex color #2F2B60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F2B60 is #D0D49F. Grayscale: #323232. Windows color (decimal): -13685920 or 6302511. OLE color: 6302511.
HSL color Cylindrical-coordinate representation of color #2F2B60: hue angle of 244.53º degrees, saturation: 0.38, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2F2B60 is Cyan = 0.51, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 47 | 43 | 96 | - |
| CMYK | 0.51 | 0.55 | 0 | 0.62 |
| HSL | 244.53º | 0.38% | 0.27% | - |
| HSV(B) | 244.53º | 0.55% | 0.38% | - |
| XYZ | 4.15 | 3.18 | 11.46 | - |
| YUV | 50.24 | 153.83 | 125.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 43 | 96 | 0.51 | 0.55 | 0 | 0.62 | 244.53 | 0.38 | 0.27 |
| Hex | 2F | 2B | 60 | 33 | 37 | 0 | 3E | F5 | 26 | 1B |
| Octal | 57 | 53 | 140 | 63 | 67 | 0 | 76 | 365 | 46 | 33 |
| Binary | 101111 | 101011 | 1100000 | 110011 | 110111 | 0 | 111110 | 11110101 | 100110 | 11011 |
Color Harmonies of #2F2B60
Complementary color
Monochromatic Colors of #2F2B60
Black with #2F2B60
Text Example
Text Example
White with #2F2B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2B60; }
p { color: rgb(47,43,96); }
H1.HeaderClassName
{
color: #2F2B60;
}
.AnyTagClassName
{
color: #2F2B60;
}
</style>
background-color css
<style>
a { background-color: #2F2B60; }
a { background-color: rgb(47,43,96); }
div.DivClassName
{
background-color: #2F2B60;
}
.BgClassName
{
background-color: #2F2B60;
}
</style>
border-color css
<style>
span { border-color: #2F2B60; }
span { border-color: rgb(47,43,96); }
td.TdClassName
{
border-color: #2F2B60;
}
.TagClassName
{
border-color: #2F2B60;
}
</style>