Shades of Paris M #2F2260
Tints of Paris M #2F2260
RGB
CMYK
RGB Variations
Color information
#2F2260 (or 0x2F2260) is known color: Paris M. HEX triplet: 2F, 22 and 60. RGB value is (47,34,96). Sum of RGB (Red+Green+Blue) = 47+34+96=177 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.55% from 177); Green value is 34 (13.67% from 255 or 19.21% from 177); Blue value is 96 (37.89% from 255 or 54.24% from 177); Max value from RGB is 96 - color contains mainly: blue. Hex color #2F2260 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F2260 is #D0DD9F. Grayscale: #2C2C2C. Windows color (decimal): -13688224 or 6300207. OLE color: 6300207.
HSL color Cylindrical-coordinate representation of color #2F2260: hue angle of 252.58º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2F2260 is Cyan = 0.51, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 47 | 34 | 96 | - |
| CMYK | 0.51 | 0.65 | 0 | 0.62 |
| HSL | 252.58º | 0.48% | 0.25% | - |
| HSV(B) | 252.58º | 0.65% | 0.38% | - |
| XYZ | 3.86 | 2.59 | 11.36 | - |
| YUV | 44.96 | 156.81 | 129.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 34 | 96 | 0.51 | 0.65 | 0 | 0.62 | 252.58 | 0.48 | 0.25 |
| Hex | 2F | 22 | 60 | 33 | 41 | 0 | 3E | FD | 30 | 19 |
| Octal | 57 | 42 | 140 | 63 | 101 | 0 | 76 | 375 | 60 | 31 |
| Binary | 101111 | 100010 | 1100000 | 110011 | 1000001 | 0 | 111110 | 11111101 | 110000 | 11001 |
Color Harmonies of #2F2260
Complementary color
Monochromatic Colors of #2F2260
Black with #2F2260
Text Example
Text Example
White with #2F2260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2260; }
p { color: rgb(47,34,96); }
H1.HeaderClassName
{
color: #2F2260;
}
.AnyTagClassName
{
color: #2F2260;
}
</style>
background-color css
<style>
a { background-color: #2F2260; }
a { background-color: rgb(47,34,96); }
div.DivClassName
{
background-color: #2F2260;
}
.BgClassName
{
background-color: #2F2260;
}
</style>
border-color css
<style>
span { border-color: #2F2260; }
span { border-color: rgb(47,34,96); }
td.TdClassName
{
border-color: #2F2260;
}
.TagClassName
{
border-color: #2F2260;
}
</style>