Shades of Paris M #2F2259
Tints of Paris M #2F2259
RGB
CMYK
RGB Variations
Color information
#2F2259 (or 0x2F2259) is known color: Paris M. HEX triplet: 2F, 22 and 59. RGB value is (47,34,89). Sum of RGB (Red+Green+Blue) = 47+34+89=170 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.65% from 170); Green value is 34 (13.67% from 255 or 20% from 170); Blue value is 89 (35.16% from 255 or 52.35% from 170); Max value from RGB is 89 - color contains mainly: blue. Hex color #2F2259 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F2259 is #D0DDA6. Grayscale: #2B2B2B. Windows color (decimal): -13688231 or 5841455. OLE color: 5841455.
HSL color Cylindrical-coordinate representation of color #2F2259: hue angle of 254.18º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2F2259 is Cyan = 0.47, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 47 | 34 | 89 | - |
| CMYK | 0.47 | 0.62 | 0 | 0.65 |
| HSL | 254.18º | 0.45% | 0.24% | - |
| HSV(B) | 254.18º | 0.62% | 0.35% | - |
| XYZ | 3.55 | 2.47 | 9.74 | - |
| YUV | 44.16 | 153.31 | 130.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 34 | 89 | 0.47 | 0.62 | 0 | 0.65 | 254.18 | 0.45 | 0.24 |
| Hex | 2F | 22 | 59 | 2F | 3E | 0 | 41 | FE | 2D | 18 |
| Octal | 57 | 42 | 131 | 57 | 76 | 0 | 101 | 376 | 55 | 30 |
| Binary | 101111 | 100010 | 1011001 | 101111 | 111110 | 0 | 1000001 | 11111110 | 101101 | 11000 |
Color Harmonies of #2F2259
Complementary color
Monochromatic Colors of #2F2259
Black with #2F2259
Text Example
Text Example
White with #2F2259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2259; }
p { color: rgb(47,34,89); }
H1.HeaderClassName
{
color: #2F2259;
}
.AnyTagClassName
{
color: #2F2259;
}
</style>
background-color css
<style>
a { background-color: #2F2259; }
a { background-color: rgb(47,34,89); }
div.DivClassName
{
background-color: #2F2259;
}
.BgClassName
{
background-color: #2F2259;
}
</style>
border-color css
<style>
span { border-color: #2F2259; }
span { border-color: rgb(47,34,89); }
td.TdClassName
{
border-color: #2F2259;
}
.TagClassName
{
border-color: #2F2259;
}
</style>