Shades of Paris M #2F2559
Tints of Paris M #2F2559
RGB
CMYK
RGB Variations
Color information
#2F2559 (or 0x2F2559) is known color: Paris M. HEX triplet: 2F, 25 and 59. RGB value is (47,37,89). Sum of RGB (Red+Green+Blue) = 47+37+89=173 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.17% from 173); Green value is 37 (14.84% from 255 or 21.39% from 173); Blue value is 89 (35.16% from 255 or 51.45% from 173); Max value from RGB is 89 - color contains mainly: blue. Hex color #2F2559 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F2559 is #D0DAA6. Grayscale: #2D2D2D. Windows color (decimal): -13687463 or 5842223. OLE color: 5842223.
HSL color Cylindrical-coordinate representation of color #2F2559: hue angle of 251.54º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2F2559 is Cyan = 0.47, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 47 | 37 | 89 | - |
| CMYK | 0.47 | 0.58 | 0 | 0.65 |
| HSL | 251.54º | 0.41% | 0.25% | - |
| HSV(B) | 251.54º | 0.58% | 0.35% | - |
| XYZ | 3.64 | 2.65 | 9.77 | - |
| YUV | 45.92 | 152.31 | 128.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 37 | 89 | 0.47 | 0.58 | 0 | 0.65 | 251.54 | 0.41 | 0.25 |
| Hex | 2F | 25 | 59 | 2F | 3A | 0 | 41 | FC | 29 | 19 |
| Octal | 57 | 45 | 131 | 57 | 72 | 0 | 101 | 374 | 51 | 31 |
| Binary | 101111 | 100101 | 1011001 | 101111 | 111010 | 0 | 1000001 | 11111100 | 101001 | 11001 |
Color Harmonies of #2F2559
Complementary color
Monochromatic Colors of #2F2559
Black with #2F2559
Text Example
Text Example
White with #2F2559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2559; }
p { color: rgb(47,37,89); }
H1.HeaderClassName
{
color: #2F2559;
}
.AnyTagClassName
{
color: #2F2559;
}
</style>
background-color css
<style>
a { background-color: #2F2559; }
a { background-color: rgb(47,37,89); }
div.DivClassName
{
background-color: #2F2559;
}
.BgClassName
{
background-color: #2F2559;
}
</style>
border-color css
<style>
span { border-color: #2F2559; }
span { border-color: rgb(47,37,89); }
td.TdClassName
{
border-color: #2F2559;
}
.TagClassName
{
border-color: #2F2559;
}
</style>