Shades of Paris M #2F2578
Tints of Paris M #2F2578
RGB
CMYK
RGB Variations
Color information
#2F2578 (or 0x2F2578) is known color: Paris M. HEX triplet: 2F, 25 and 78. RGB value is (47,37,120). Sum of RGB (Red+Green+Blue) = 47+37+120=204 (27% of max value = 765). Red value is 47 (18.75% from 255 or 23.04% from 204); Green value is 37 (14.84% from 255 or 18.14% from 204); Blue value is 120 (47.27% from 255 or 58.82% from 204); Max value from RGB is 120 - color contains mainly: blue. Hex color #2F2578 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F2578 is #D0DA87. Grayscale: #313131. Windows color (decimal): -13687432 or 7873839. OLE color: 7873839.
HSL color Cylindrical-coordinate representation of color #2F2578: hue angle of 247.23º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2F2578 is Cyan = 0.61, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 47 | 37 | 120 | - |
| CMYK | 0.61 | 0.69 | 0 | 0.53 |
| HSL | 247.23º | 0.53% | 0.31% | - |
| HSV(B) | 247.23º | 0.69% | 0.47% | - |
| XYZ | 5.22 | 3.28 | 18.13 | - |
| YUV | 49.45 | 167.81 | 126.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 37 | 120 | 0.61 | 0.69 | 0 | 0.53 | 247.23 | 0.53 | 0.31 |
| Hex | 2F | 25 | 78 | 3D | 45 | 0 | 35 | F7 | 35 | 1F |
| Octal | 57 | 45 | 170 | 75 | 105 | 0 | 65 | 367 | 65 | 37 |
| Binary | 101111 | 100101 | 1111000 | 111101 | 1000101 | 0 | 110101 | 11110111 | 110101 | 11111 |
Color Harmonies of #2F2578
Complementary color
Monochromatic Colors of #2F2578
Black with #2F2578
Text Example
Text Example
White with #2F2578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2578; }
p { color: rgb(47,37,120); }
H1.HeaderClassName
{
color: #2F2578;
}
.AnyTagClassName
{
color: #2F2578;
}
</style>
background-color css
<style>
a { background-color: #2F2578; }
a { background-color: rgb(47,37,120); }
div.DivClassName
{
background-color: #2F2578;
}
.BgClassName
{
background-color: #2F2578;
}
</style>
border-color css
<style>
span { border-color: #2F2578; }
span { border-color: rgb(47,37,120); }
td.TdClassName
{
border-color: #2F2578;
}
.TagClassName
{
border-color: #2F2578;
}
</style>