Shades of Paris M #2F2358
Tints of Paris M #2F2358
RGB
CMYK
RGB Variations
Color information
#2F2358 (or 0x2F2358) is known color: Paris M. HEX triplet: 2F, 23 and 58. RGB value is (47,35,88). Sum of RGB (Red+Green+Blue) = 47+35+88=170 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.65% from 170); Green value is 35 (14.06% from 255 or 20.59% from 170); Blue value is 88 (34.77% from 255 or 51.76% from 170); Max value from RGB is 88 - color contains mainly: blue. Hex color #2F2358 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F2358 is #D0DCA7. Grayscale: #2C2C2C. Windows color (decimal): -13687976 or 5776175. OLE color: 5776175.
HSL color Cylindrical-coordinate representation of color #2F2358: hue angle of 253.58º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2F2358 is Cyan = 0.47, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 47 | 35 | 88 | - |
| CMYK | 0.47 | 0.60 | 0 | 0.65 |
| HSL | 253.58º | 0.43% | 0.24% | - |
| HSV(B) | 253.58º | 0.6% | 0.35% | - |
| XYZ | 3.53 | 2.51 | 9.53 | - |
| YUV | 44.63 | 152.48 | 129.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 35 | 88 | 0.47 | 0.60 | 0 | 0.65 | 253.58 | 0.43 | 0.24 |
| Hex | 2F | 23 | 58 | 2F | 3C | 0 | 41 | FE | 2B | 18 |
| Octal | 57 | 43 | 130 | 57 | 74 | 0 | 101 | 376 | 53 | 30 |
| Binary | 101111 | 100011 | 1011000 | 101111 | 111100 | 0 | 1000001 | 11111110 | 101011 | 11000 |
Color Harmonies of #2F2358
Complementary color
Monochromatic Colors of #2F2358
Black with #2F2358
Text Example
Text Example
White with #2F2358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2358; }
p { color: rgb(47,35,88); }
H1.HeaderClassName
{
color: #2F2358;
}
.AnyTagClassName
{
color: #2F2358;
}
</style>
background-color css
<style>
a { background-color: #2F2358; }
a { background-color: rgb(47,35,88); }
div.DivClassName
{
background-color: #2F2358;
}
.BgClassName
{
background-color: #2F2358;
}
</style>
border-color css
<style>
span { border-color: #2F2358; }
span { border-color: rgb(47,35,88); }
td.TdClassName
{
border-color: #2F2358;
}
.TagClassName
{
border-color: #2F2358;
}
</style>