Shades of Paris M #2F1F68
Tints of Paris M #2F1F68
RGB
CMYK
RGB Variations
Color information
#2F1F68 (or 0x2F1F68) is known color: Paris M. HEX triplet: 2F, 1F and 68. RGB value is (47,31,104). Sum of RGB (Red+Green+Blue) = 47+31+104=182 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.82% from 182); Green value is 31 (12.5% from 255 or 17.03% from 182); Blue value is 104 (41.02% from 255 or 57.14% from 182); Max value from RGB is 104 - color contains mainly: blue. Hex color #2F1F68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F1F68 is #D0E097. Grayscale: #2B2B2B. Windows color (decimal): -13688984 or 6823727. OLE color: 6823727.
HSL color Cylindrical-coordinate representation of color #2F1F68: hue angle of 253.15º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2F1F68 is Cyan = 0.55, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 47 | 31 | 104 | - |
| CMYK | 0.55 | 0.70 | 0 | 0.59 |
| HSL | 253.15º | 0.54% | 0.26% | - |
| HSV(B) | 253.15º | 0.7% | 0.41% | - |
| XYZ | 4.16 | 2.58 | 13.38 | - |
| YUV | 44.11 | 161.8 | 130.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 31 | 104 | 0.55 | 0.70 | 0 | 0.59 | 253.15 | 0.54 | 0.26 |
| Hex | 2F | 1F | 68 | 37 | 46 | 0 | 3B | FD | 36 | 1A |
| Octal | 57 | 37 | 150 | 67 | 106 | 0 | 73 | 375 | 66 | 32 |
| Binary | 101111 | 11111 | 1101000 | 110111 | 1000110 | 0 | 111011 | 11111101 | 110110 | 11010 |
Color Harmonies of #2F1F68
Complementary color
Monochromatic Colors of #2F1F68
Black with #2F1F68
Text Example
Text Example
White with #2F1F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F1F68; }
p { color: rgb(47,31,104); }
H1.HeaderClassName
{
color: #2F1F68;
}
.AnyTagClassName
{
color: #2F1F68;
}
</style>
background-color css
<style>
a { background-color: #2F1F68; }
a { background-color: rgb(47,31,104); }
div.DivClassName
{
background-color: #2F1F68;
}
.BgClassName
{
background-color: #2F1F68;
}
</style>
border-color css
<style>
span { border-color: #2F1F68; }
span { border-color: rgb(47,31,104); }
td.TdClassName
{
border-color: #2F1F68;
}
.TagClassName
{
border-color: #2F1F68;
}
</style>