Shades of Paris M #2F2261
Tints of Paris M #2F2261
RGB
CMYK
RGB Variations
Color information
#2F2261 (or 0x2F2261) is known color: Paris M. HEX triplet: 2F, 22 and 61. RGB value is (47,34,97). Sum of RGB (Red+Green+Blue) = 47+34+97=178 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.40% from 178); Green value is 34 (13.67% from 255 or 19.10% from 178); Blue value is 97 (38.28% from 255 or 54.49% from 178); Max value from RGB is 97 - color contains mainly: blue. Hex color #2F2261 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F2261 is #D0DD9E. Grayscale: #2C2C2C. Windows color (decimal): -13688223 or 6365743. OLE color: 6365743.
HSL color Cylindrical-coordinate representation of color #2F2261: hue angle of 252.38º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2F2261 is Cyan = 0.52, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 47 | 34 | 97 | - |
| CMYK | 0.52 | 0.65 | 0 | 0.62 |
| HSL | 252.38º | 0.48% | 0.26% | - |
| HSV(B) | 252.38º | 0.65% | 0.38% | - |
| XYZ | 3.9 | 2.61 | 11.61 | - |
| YUV | 45.07 | 157.31 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 34 | 97 | 0.52 | 0.65 | 0 | 0.62 | 252.38 | 0.48 | 0.26 |
| Hex | 2F | 22 | 61 | 34 | 41 | 0 | 3E | FC | 30 | 1A |
| Octal | 57 | 42 | 141 | 64 | 101 | 0 | 76 | 374 | 60 | 32 |
| Binary | 101111 | 100010 | 1100001 | 110100 | 1000001 | 0 | 111110 | 11111100 | 110000 | 11010 |
Color Harmonies of #2F2261
Complementary color
Monochromatic Colors of #2F2261
Black with #2F2261
Text Example
Text Example
White with #2F2261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2261; }
p { color: rgb(47,34,97); }
H1.HeaderClassName
{
color: #2F2261;
}
.AnyTagClassName
{
color: #2F2261;
}
</style>
background-color css
<style>
a { background-color: #2F2261; }
a { background-color: rgb(47,34,97); }
div.DivClassName
{
background-color: #2F2261;
}
.BgClassName
{
background-color: #2F2261;
}
</style>
border-color css
<style>
span { border-color: #2F2261; }
span { border-color: rgb(47,34,97); }
td.TdClassName
{
border-color: #2F2261;
}
.TagClassName
{
border-color: #2F2261;
}
</style>