Shades of Paris M #2F1F60
Tints of Paris M #2F1F60
RGB
CMYK
RGB Variations
Color information
#2F1F60 (or 0x2F1F60) is known color: Paris M. HEX triplet: 2F, 1F and 60. RGB value is (47,31,96). Sum of RGB (Red+Green+Blue) = 47+31+96=174 (23% of max value = 765). Red value is 47 (18.75% from 255 or 27.01% from 174); Green value is 31 (12.5% from 255 or 17.82% from 174); Blue value is 96 (37.89% from 255 or 55.17% from 174); Max value from RGB is 96 - color contains mainly: blue. Hex color #2F1F60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F1F60 is #D0E09F. Grayscale: #2A2A2A. Windows color (decimal): -13688992 or 6299439. OLE color: 6299439.
HSL color Cylindrical-coordinate representation of color #2F1F60: hue angle of 254.77º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F1F60 is Cyan = 0.51, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 47 | 31 | 96 | - |
| CMYK | 0.51 | 0.68 | 0 | 0.62 |
| HSL | 254.77º | 0.51% | 0.25% | - |
| HSV(B) | 254.77º | 0.68% | 0.38% | - |
| XYZ | 3.77 | 2.43 | 11.34 | - |
| YUV | 43.19 | 157.8 | 130.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 31 | 96 | 0.51 | 0.68 | 0 | 0.62 | 254.77 | 0.51 | 0.25 |
| Hex | 2F | 1F | 60 | 33 | 44 | 0 | 3E | FF | 33 | 19 |
| Octal | 57 | 37 | 140 | 63 | 104 | 0 | 76 | 377 | 63 | 31 |
| Binary | 101111 | 11111 | 1100000 | 110011 | 1000100 | 0 | 111110 | 11111111 | 110011 | 11001 |
Color Harmonies of #2F1F60
Complementary color
Monochromatic Colors of #2F1F60
Black with #2F1F60
Text Example
Text Example
White with #2F1F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F1F60; }
p { color: rgb(47,31,96); }
H1.HeaderClassName
{
color: #2F1F60;
}
.AnyTagClassName
{
color: #2F1F60;
}
</style>
background-color css
<style>
a { background-color: #2F1F60; }
a { background-color: rgb(47,31,96); }
div.DivClassName
{
background-color: #2F1F60;
}
.BgClassName
{
background-color: #2F1F60;
}
</style>
border-color css
<style>
span { border-color: #2F1F60; }
span { border-color: rgb(47,31,96); }
td.TdClassName
{
border-color: #2F1F60;
}
.TagClassName
{
border-color: #2F1F60;
}
</style>