Shades of Paris M #2C2061
Tints of Paris M #2C2061
RGB
CMYK
RGB Variations
Color information
#2C2061 (or 0x2C2061) is known color: Paris M. HEX triplet: 2C, 20 and 61. RGB value is (44,32,97). Sum of RGB (Red+Green+Blue) = 44+32+97=173 (22% of max value = 765). Red value is 44 (17.58% from 255 or 25.43% from 173); Green value is 32 (12.89% from 255 or 18.50% from 173); Blue value is 97 (38.28% from 255 or 56.07% from 173); Max value from RGB is 97 - color contains mainly: blue. Hex color #2C2061 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C2061 is #D3DF9E. Grayscale: #2A2A2A. Windows color (decimal): -13885343 or 6365228. OLE color: 6365228.
HSL color Cylindrical-coordinate representation of color #2C2061: hue angle of 251.08º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2C2061 is Cyan = 0.55, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 44 | 32 | 97 | - |
| CMYK | 0.55 | 0.67 | 0 | 0.62 |
| HSL | 251.08º | 0.5% | 0.25% | - |
| HSV(B) | 251.08º | 0.67% | 0.38% | - |
| XYZ | 3.71 | 2.43 | 11.58 | - |
| YUV | 43 | 158.48 | 128.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 32 | 97 | 0.55 | 0.67 | 0 | 0.62 | 251.08 | 0.5 | 0.25 |
| Hex | 2C | 20 | 61 | 37 | 43 | 0 | 3E | FB | 32 | 19 |
| Octal | 54 | 40 | 141 | 67 | 103 | 0 | 76 | 373 | 62 | 31 |
| Binary | 101100 | 100000 | 1100001 | 110111 | 1000011 | 0 | 111110 | 11111011 | 110010 | 11001 |
Color Harmonies of #2C2061
Complementary color
Monochromatic Colors of #2C2061
Black with #2C2061
Text Example
Text Example
White with #2C2061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C2061; }
p { color: rgb(44,32,97); }
H1.HeaderClassName
{
color: #2C2061;
}
.AnyTagClassName
{
color: #2C2061;
}
</style>
background-color css
<style>
a { background-color: #2C2061; }
a { background-color: rgb(44,32,97); }
div.DivClassName
{
background-color: #2C2061;
}
.BgClassName
{
background-color: #2C2061;
}
</style>
border-color css
<style>
span { border-color: #2C2061; }
span { border-color: rgb(44,32,97); }
td.TdClassName
{
border-color: #2C2061;
}
.TagClassName
{
border-color: #2C2061;
}
</style>