Shades of Paris M #2F2059
Tints of Paris M #2F2059
RGB
CMYK
RGB Variations
Color information
#2F2059 (or 0x2F2059) is known color: Paris M. HEX triplet: 2F, 20 and 59. RGB value is (47,32,89). Sum of RGB (Red+Green+Blue) = 47+32+89=168 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.98% from 168); Green value is 32 (12.89% from 255 or 19.05% from 168); Blue value is 89 (35.16% from 255 or 52.98% from 168); Max value from RGB is 89 - color contains mainly: blue. Hex color #2F2059 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F2059 is #D0DFA6. Grayscale: #2A2A2A. Windows color (decimal): -13688743 or 5840943. OLE color: 5840943.
HSL color Cylindrical-coordinate representation of color #2F2059: hue angle of 255.79º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2F2059 is Cyan = 0.47, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 47 | 32 | 89 | - |
| CMYK | 0.47 | 0.64 | 0 | 0.65 |
| HSL | 255.79º | 0.47% | 0.24% | - |
| HSV(B) | 255.79º | 0.64% | 0.35% | - |
| XYZ | 3.49 | 2.36 | 9.72 | - |
| YUV | 42.98 | 153.97 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 32 | 89 | 0.47 | 0.64 | 0 | 0.65 | 255.79 | 0.47 | 0.24 |
| Hex | 2F | 20 | 59 | 2F | 40 | 0 | 41 | 100 | 2F | 18 |
| Octal | 57 | 40 | 131 | 57 | 100 | 0 | 101 | 400 | 57 | 30 |
| Binary | 101111 | 100000 | 1011001 | 101111 | 1000000 | 0 | 1000001 | 100000000 | 101111 | 11000 |
Color Harmonies of #2F2059
Complementary color
Monochromatic Colors of #2F2059
Black with #2F2059
Text Example
Text Example
White with #2F2059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2059; }
p { color: rgb(47,32,89); }
H1.HeaderClassName
{
color: #2F2059;
}
.AnyTagClassName
{
color: #2F2059;
}
</style>
background-color css
<style>
a { background-color: #2F2059; }
a { background-color: rgb(47,32,89); }
div.DivClassName
{
background-color: #2F2059;
}
.BgClassName
{
background-color: #2F2059;
}
</style>
border-color css
<style>
span { border-color: #2F2059; }
span { border-color: rgb(47,32,89); }
td.TdClassName
{
border-color: #2F2059;
}
.TagClassName
{
border-color: #2F2059;
}
</style>