Shades of Paris M #2C2172
Tints of Paris M #2C2172
RGB
CMYK
RGB Variations
Color information
#2C2172 (or 0x2C2172) is known color: Paris M. HEX triplet: 2C, 21 and 72. RGB value is (44,33,114). Sum of RGB (Red+Green+Blue) = 44+33+114=191 (25% of max value = 765). Red value is 44 (17.58% from 255 or 23.04% from 191); Green value is 33 (13.28% from 255 or 17.28% from 191); Blue value is 114 (44.92% from 255 or 59.69% from 191); Max value from RGB is 114 - color contains mainly: blue. Hex color #2C2172 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C2172 is #D3DE8D. Grayscale: #2D2D2D. Windows color (decimal): -13885070 or 7479596. OLE color: 7479596.
HSL color Cylindrical-coordinate representation of color #2C2172: hue angle of 248.15º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2C2172 is Cyan = 0.61, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 44 | 33 | 114 | - |
| CMYK | 0.61 | 0.71 | 0 | 0.55 |
| HSL | 248.15º | 0.55% | 0.29% | - |
| HSV(B) | 248.15º | 0.71% | 0.45% | - |
| XYZ | 4.62 | 2.84 | 16.22 | - |
| YUV | 45.52 | 166.64 | 126.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 33 | 114 | 0.61 | 0.71 | 0 | 0.55 | 248.15 | 0.55 | 0.29 |
| Hex | 2C | 21 | 72 | 3D | 47 | 0 | 37 | F8 | 37 | 1D |
| Octal | 54 | 41 | 162 | 75 | 107 | 0 | 67 | 370 | 67 | 35 |
| Binary | 101100 | 100001 | 1110010 | 111101 | 1000111 | 0 | 110111 | 11111000 | 110111 | 11101 |
Color Harmonies of #2C2172
Complementary color
Monochromatic Colors of #2C2172
Black with #2C2172
Text Example
Text Example
White with #2C2172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C2172; }
p { color: rgb(44,33,114); }
H1.HeaderClassName
{
color: #2C2172;
}
.AnyTagClassName
{
color: #2C2172;
}
</style>
background-color css
<style>
a { background-color: #2C2172; }
a { background-color: rgb(44,33,114); }
div.DivClassName
{
background-color: #2C2172;
}
.BgClassName
{
background-color: #2C2172;
}
</style>
border-color css
<style>
span { border-color: #2C2172; }
span { border-color: rgb(44,33,114); }
td.TdClassName
{
border-color: #2C2172;
}
.TagClassName
{
border-color: #2C2172;
}
</style>