Shades of Paris M #2F2160
Tints of Paris M #2F2160
RGB
CMYK
RGB Variations
Color information
#2F2160 (or 0x2F2160) is known color: Paris M. HEX triplet: 2F, 21 and 60. RGB value is (47,33,96). Sum of RGB (Red+Green+Blue) = 47+33+96=176 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.70% from 176); Green value is 33 (13.28% from 255 or 18.75% from 176); Blue value is 96 (37.89% from 255 or 54.55% from 176); Max value from RGB is 96 - color contains mainly: blue. Hex color #2F2160 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F2160 is #D0DE9F. Grayscale: #2C2C2C. Windows color (decimal): -13688480 or 6299951. OLE color: 6299951.
HSL color Cylindrical-coordinate representation of color #2F2160: hue angle of 253.33º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2F2160 is Cyan = 0.51, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 47 | 33 | 96 | - |
| CMYK | 0.51 | 0.66 | 0 | 0.62 |
| HSL | 253.33º | 0.49% | 0.25% | - |
| HSV(B) | 253.33º | 0.66% | 0.38% | - |
| XYZ | 3.83 | 2.54 | 11.35 | - |
| YUV | 44.37 | 157.14 | 129.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 33 | 96 | 0.51 | 0.66 | 0 | 0.62 | 253.33 | 0.49 | 0.25 |
| Hex | 2F | 21 | 60 | 33 | 42 | 0 | 3E | FD | 31 | 19 |
| Octal | 57 | 41 | 140 | 63 | 102 | 0 | 76 | 375 | 61 | 31 |
| Binary | 101111 | 100001 | 1100000 | 110011 | 1000010 | 0 | 111110 | 11111101 | 110001 | 11001 |
Color Harmonies of #2F2160
Complementary color
Monochromatic Colors of #2F2160
Black with #2F2160
Text Example
Text Example
White with #2F2160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2160; }
p { color: rgb(47,33,96); }
H1.HeaderClassName
{
color: #2F2160;
}
.AnyTagClassName
{
color: #2F2160;
}
</style>
background-color css
<style>
a { background-color: #2F2160; }
a { background-color: rgb(47,33,96); }
div.DivClassName
{
background-color: #2F2160;
}
.BgClassName
{
background-color: #2F2160;
}
</style>
border-color css
<style>
span { border-color: #2F2160; }
span { border-color: rgb(47,33,96); }
td.TdClassName
{
border-color: #2F2160;
}
.TagClassName
{
border-color: #2F2160;
}
</style>