Shades of Paris M #2C1F61
Tints of Paris M #2C1F61
RGB
CMYK
RGB Variations
Color information
#2C1F61 (or 0x2C1F61) is known color: Paris M. HEX triplet: 2C, 1F and 61. RGB value is (44,31,97). Sum of RGB (Red+Green+Blue) = 44+31+97=172 (22% of max value = 765). Red value is 44 (17.58% from 255 or 25.58% from 172); Green value is 31 (12.5% from 255 or 18.02% from 172); Blue value is 97 (38.28% from 255 or 56.40% from 172); Max value from RGB is 97 - color contains mainly: blue. Hex color #2C1F61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C1F61 is #D3E09E. Grayscale: #2A2A2A. Windows color (decimal): -13885599 or 6364972. OLE color: 6364972.
HSL color Cylindrical-coordinate representation of color #2C1F61: hue angle of 251.82º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2C1F61 is Cyan = 0.55, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 44 | 31 | 97 | - |
| CMYK | 0.55 | 0.68 | 0 | 0.62 |
| HSL | 251.82º | 0.52% | 0.25% | - |
| HSV(B) | 251.82º | 0.68% | 0.38% | - |
| XYZ | 3.69 | 2.38 | 11.57 | - |
| YUV | 42.41 | 158.81 | 129.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 31 | 97 | 0.55 | 0.68 | 0 | 0.62 | 251.82 | 0.52 | 0.25 |
| Hex | 2C | 1F | 61 | 37 | 44 | 0 | 3E | FC | 34 | 19 |
| Octal | 54 | 37 | 141 | 67 | 104 | 0 | 76 | 374 | 64 | 31 |
| Binary | 101100 | 11111 | 1100001 | 110111 | 1000100 | 0 | 111110 | 11111100 | 110100 | 11001 |
Color Harmonies of #2C1F61
Complementary color
Monochromatic Colors of #2C1F61
Black with #2C1F61
Text Example
Text Example
White with #2C1F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C1F61; }
p { color: rgb(44,31,97); }
H1.HeaderClassName
{
color: #2C1F61;
}
.AnyTagClassName
{
color: #2C1F61;
}
</style>
background-color css
<style>
a { background-color: #2C1F61; }
a { background-color: rgb(44,31,97); }
div.DivClassName
{
background-color: #2C1F61;
}
.BgClassName
{
background-color: #2C1F61;
}
</style>
border-color css
<style>
span { border-color: #2C1F61; }
span { border-color: rgb(44,31,97); }
td.TdClassName
{
border-color: #2C1F61;
}
.TagClassName
{
border-color: #2C1F61;
}
</style>