Shades of Paris M #2C2271
Tints of Paris M #2C2271
RGB
CMYK
RGB Variations
Color information
#2C2271 (or 0x2C2271) is known color: Paris M. HEX triplet: 2C, 22 and 71. RGB value is (44,34,113). Sum of RGB (Red+Green+Blue) = 44+34+113=191 (25% of max value = 765). Red value is 44 (17.58% from 255 or 23.04% from 191); Green value is 34 (13.67% from 255 or 17.80% from 191); Blue value is 113 (44.53% from 255 or 59.16% from 191); Max value from RGB is 113 - color contains mainly: blue. Hex color #2C2271 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C2271 is #D3DD8E. Grayscale: #2D2D2D. Windows color (decimal): -13884815 or 7414316. OLE color: 7414316.
HSL color Cylindrical-coordinate representation of color #2C2271: hue angle of 247.59º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2C2271 is Cyan = 0.61, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 44 | 34 | 113 | - |
| CMYK | 0.61 | 0.70 | 0 | 0.56 |
| HSL | 247.59º | 0.54% | 0.29% | - |
| HSV(B) | 247.59º | 0.7% | 0.44% | - |
| XYZ | 4.59 | 2.87 | 15.94 | - |
| YUV | 46 | 165.81 | 126.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 34 | 113 | 0.61 | 0.70 | 0 | 0.56 | 247.59 | 0.54 | 0.29 |
| Hex | 2C | 22 | 71 | 3D | 46 | 0 | 38 | F8 | 36 | 1D |
| Octal | 54 | 42 | 161 | 75 | 106 | 0 | 70 | 370 | 66 | 35 |
| Binary | 101100 | 100010 | 1110001 | 111101 | 1000110 | 0 | 111000 | 11111000 | 110110 | 11101 |
Color Harmonies of #2C2271
Complementary color
Monochromatic Colors of #2C2271
Black with #2C2271
Text Example
Text Example
White with #2C2271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C2271; }
p { color: rgb(44,34,113); }
H1.HeaderClassName
{
color: #2C2271;
}
.AnyTagClassName
{
color: #2C2271;
}
</style>
background-color css
<style>
a { background-color: #2C2271; }
a { background-color: rgb(44,34,113); }
div.DivClassName
{
background-color: #2C2271;
}
.BgClassName
{
background-color: #2C2271;
}
</style>
border-color css
<style>
span { border-color: #2C2271; }
span { border-color: rgb(44,34,113); }
td.TdClassName
{
border-color: #2C2271;
}
.TagClassName
{
border-color: #2C2271;
}
</style>