Shades of Paris M #2F215F
Tints of Paris M #2F215F
RGB
CMYK
RGB Variations
Color information
#2F215F (or 0x2F215F) is known color: Paris M. HEX triplet: 2F, 21 and 5F. RGB value is (47,33,95). Sum of RGB (Red+Green+Blue) = 47+33+95=175 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.86% from 175); Green value is 33 (13.28% from 255 or 18.86% from 175); Blue value is 95 (37.5% from 255 or 54.29% from 175); Max value from RGB is 95 - color contains mainly: blue. Hex color #2F215F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F215F is #D0DEA0. Grayscale: #2C2C2C. Windows color (decimal): -13688481 or 6234415. OLE color: 6234415.
HSL color Cylindrical-coordinate representation of color #2F215F: hue angle of 253.55º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2F215F is Cyan = 0.51, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 47 | 33 | 95 | - |
| CMYK | 0.51 | 0.65 | 0 | 0.63 |
| HSL | 253.55º | 0.48% | 0.25% | - |
| HSV(B) | 253.55º | 0.65% | 0.37% | - |
| XYZ | 3.78 | 2.52 | 11.11 | - |
| YUV | 44.25 | 156.64 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 33 | 95 | 0.51 | 0.65 | 0 | 0.63 | 253.55 | 0.48 | 0.25 |
| Hex | 2F | 21 | 5F | 33 | 41 | 0 | 3F | FE | 30 | 19 |
| Octal | 57 | 41 | 137 | 63 | 101 | 0 | 77 | 376 | 60 | 31 |
| Binary | 101111 | 100001 | 1011111 | 110011 | 1000001 | 0 | 111111 | 11111110 | 110000 | 11001 |
Color Harmonies of #2F215F
Complementary color
Monochromatic Colors of #2F215F
Black with #2F215F
Text Example
Text Example
White with #2F215F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F215F; }
p { color: rgb(47,33,95); }
H1.HeaderClassName
{
color: #2F215F;
}
.AnyTagClassName
{
color: #2F215F;
}
</style>
background-color css
<style>
a { background-color: #2F215F; }
a { background-color: rgb(47,33,95); }
div.DivClassName
{
background-color: #2F215F;
}
.BgClassName
{
background-color: #2F215F;
}
</style>
border-color css
<style>
span { border-color: #2F215F; }
span { border-color: rgb(47,33,95); }
td.TdClassName
{
border-color: #2F215F;
}
.TagClassName
{
border-color: #2F215F;
}
</style>