Shades of Paris M #2C1D6D
Tints of Paris M #2C1D6D
RGB
CMYK
RGB Variations
Color information
#2C1D6D (or 0x2C1D6D) is known color: Paris M. HEX triplet: 2C, 1D and 6D. RGB value is (44,29,109). Sum of RGB (Red+Green+Blue) = 44+29+109=182 (24% of max value = 765). Red value is 44 (17.58% from 255 or 24.18% from 182); Green value is 29 (11.72% from 255 or 15.93% from 182); Blue value is 109 (42.97% from 255 or 59.89% from 182); Max value from RGB is 109 - color contains mainly: blue. Hex color #2C1D6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C1D6D is #D3E292. Grayscale: #2A2A2A. Windows color (decimal): -13886099 or 7150892. OLE color: 7150892.
HSL color Cylindrical-coordinate representation of color #2C1D6D: hue angle of 251.25º degrees, saturation: 0.58, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2C1D6D is Cyan = 0.60, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 44 | 29 | 109 | - |
| CMYK | 0.60 | 0.73 | 0 | 0.57 |
| HSL | 251.25º | 0.58% | 0.27% | - |
| HSV(B) | 251.25º | 0.73% | 0.43% | - |
| XYZ | 4.24 | 2.52 | 14.73 | - |
| YUV | 42.61 | 165.47 | 129 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 29 | 109 | 0.60 | 0.73 | 0 | 0.57 | 251.25 | 0.58 | 0.27 |
| Hex | 2C | 1D | 6D | 3C | 49 | 0 | 39 | FB | 3A | 1B |
| Octal | 54 | 35 | 155 | 74 | 111 | 0 | 71 | 373 | 72 | 33 |
| Binary | 101100 | 11101 | 1101101 | 111100 | 1001001 | 0 | 111001 | 11111011 | 111010 | 11011 |
Color Harmonies of #2C1D6D
Complementary color
Monochromatic Colors of #2C1D6D
Black with #2C1D6D
Text Example
Text Example
White with #2C1D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C1D6D; }
p { color: rgb(44,29,109); }
H1.HeaderClassName
{
color: #2C1D6D;
}
.AnyTagClassName
{
color: #2C1D6D;
}
</style>
background-color css
<style>
a { background-color: #2C1D6D; }
a { background-color: rgb(44,29,109); }
div.DivClassName
{
background-color: #2C1D6D;
}
.BgClassName
{
background-color: #2C1D6D;
}
</style>
border-color css
<style>
span { border-color: #2C1D6D; }
span { border-color: rgb(44,29,109); }
td.TdClassName
{
border-color: #2C1D6D;
}
.TagClassName
{
border-color: #2C1D6D;
}
</style>