Shades of Paris M #2C2372
Tints of Paris M #2C2372
RGB
CMYK
RGB Variations
Color information
#2C2372 (or 0x2C2372) is known color: Paris M. HEX triplet: 2C, 23 and 72. RGB value is (44,35,114). Sum of RGB (Red+Green+Blue) = 44+35+114=193 (25% of max value = 765). Red value is 44 (17.58% from 255 or 22.80% from 193); Green value is 35 (14.06% from 255 or 18.13% from 193); Blue value is 114 (44.92% from 255 or 59.07% from 193); Max value from RGB is 114 - color contains mainly: blue. Hex color #2C2372 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C2372 is #D3DC8D. Grayscale: #2E2E2E. Windows color (decimal): -13884558 or 7480108. OLE color: 7480108.
HSL color Cylindrical-coordinate representation of color #2C2372: hue angle of 246.84º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2C2372 is Cyan = 0.61, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 44 | 35 | 114 | - |
| CMYK | 0.61 | 0.69 | 0 | 0.55 |
| HSL | 246.84º | 0.53% | 0.29% | - |
| HSV(B) | 246.84º | 0.69% | 0.45% | - |
| XYZ | 4.68 | 2.95 | 16.24 | - |
| YUV | 46.7 | 165.98 | 126.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 35 | 114 | 0.61 | 0.69 | 0 | 0.55 | 246.84 | 0.53 | 0.29 |
| Hex | 2C | 23 | 72 | 3D | 45 | 0 | 37 | F7 | 35 | 1D |
| Octal | 54 | 43 | 162 | 75 | 105 | 0 | 67 | 367 | 65 | 35 |
| Binary | 101100 | 100011 | 1110010 | 111101 | 1000101 | 0 | 110111 | 11110111 | 110101 | 11101 |
Color Harmonies of #2C2372
Complementary color
Monochromatic Colors of #2C2372
Black with #2C2372
Text Example
Text Example
White with #2C2372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C2372; }
p { color: rgb(44,35,114); }
H1.HeaderClassName
{
color: #2C2372;
}
.AnyTagClassName
{
color: #2C2372;
}
</style>
background-color css
<style>
a { background-color: #2C2372; }
a { background-color: rgb(44,35,114); }
div.DivClassName
{
background-color: #2C2372;
}
.BgClassName
{
background-color: #2C2372;
}
</style>
border-color css
<style>
span { border-color: #2C2372; }
span { border-color: rgb(44,35,114); }
td.TdClassName
{
border-color: #2C2372;
}
.TagClassName
{
border-color: #2C2372;
}
</style>