Shades of Paris M #2C2470
Tints of Paris M #2C2470
RGB
CMYK
RGB Variations
Color information
#2C2470 (or 0x2C2470) is known color: Paris M. HEX triplet: 2C, 24 and 70. RGB value is (44,36,112). Sum of RGB (Red+Green+Blue) = 44+36+112=192 (25% of max value = 765). Red value is 44 (17.58% from 255 or 22.92% from 192); Green value is 36 (14.45% from 255 or 18.75% from 192); Blue value is 112 (44.14% from 255 or 58.33% from 192); Max value from RGB is 112 - color contains mainly: blue. Hex color #2C2470 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C2470 is #D3DB8F. Grayscale: #2E2E2E. Windows color (decimal): -13884304 or 7349292. OLE color: 7349292.
HSL color Cylindrical-coordinate representation of color #2C2470: hue angle of 246.32º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2C2470 is Cyan = 0.61, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 44 | 36 | 112 | - |
| CMYK | 0.61 | 0.68 | 0 | 0.56 |
| HSL | 246.32º | 0.51% | 0.29% | - |
| HSV(B) | 246.32º | 0.68% | 0.44% | - |
| XYZ | 4.59 | 2.97 | 15.66 | - |
| YUV | 47.06 | 164.65 | 125.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 36 | 112 | 0.61 | 0.68 | 0 | 0.56 | 246.32 | 0.51 | 0.29 |
| Hex | 2C | 24 | 70 | 3D | 44 | 0 | 38 | F6 | 33 | 1D |
| Octal | 54 | 44 | 160 | 75 | 104 | 0 | 70 | 366 | 63 | 35 |
| Binary | 101100 | 100100 | 1110000 | 111101 | 1000100 | 0 | 111000 | 11110110 | 110011 | 11101 |
Color Harmonies of #2C2470
Complementary color
Monochromatic Colors of #2C2470
Black with #2C2470
Text Example
Text Example
White with #2C2470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C2470; }
p { color: rgb(44,36,112); }
H1.HeaderClassName
{
color: #2C2470;
}
.AnyTagClassName
{
color: #2C2470;
}
</style>
background-color css
<style>
a { background-color: #2C2470; }
a { background-color: rgb(44,36,112); }
div.DivClassName
{
background-color: #2C2470;
}
.BgClassName
{
background-color: #2C2470;
}
</style>
border-color css
<style>
span { border-color: #2C2470; }
span { border-color: rgb(44,36,112); }
td.TdClassName
{
border-color: #2C2470;
}
.TagClassName
{
border-color: #2C2470;
}
</style>