Shades of Paris M #2C2170
Tints of Paris M #2C2170
RGB
CMYK
RGB Variations
Color information
#2C2170 (or 0x2C2170) is known color: Paris M. HEX triplet: 2C, 21 and 70. RGB value is (44,33,112). Sum of RGB (Red+Green+Blue) = 44+33+112=189 (25% of max value = 765). Red value is 44 (17.58% from 255 or 23.28% from 189); Green value is 33 (13.28% from 255 or 17.46% from 189); Blue value is 112 (44.14% from 255 or 59.26% from 189); Max value from RGB is 112 - color contains mainly: blue. Hex color #2C2170 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C2170 is #D3DE8F. Grayscale: #2C2C2C. Windows color (decimal): -13885072 or 7348524. OLE color: 7348524.
HSL color Cylindrical-coordinate representation of color #2C2170: hue angle of 248.35º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2C2170 is Cyan = 0.61, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 44 | 33 | 112 | - |
| CMYK | 0.61 | 0.71 | 0 | 0.56 |
| HSL | 248.35º | 0.54% | 0.28% | - |
| HSV(B) | 248.35º | 0.71% | 0.44% | - |
| XYZ | 4.51 | 2.79 | 15.63 | - |
| YUV | 45.3 | 165.64 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 33 | 112 | 0.61 | 0.71 | 0 | 0.56 | 248.35 | 0.54 | 0.28 |
| Hex | 2C | 21 | 70 | 3D | 47 | 0 | 38 | F8 | 36 | 1C |
| Octal | 54 | 41 | 160 | 75 | 107 | 0 | 70 | 370 | 66 | 34 |
| Binary | 101100 | 100001 | 1110000 | 111101 | 1000111 | 0 | 111000 | 11111000 | 110110 | 11100 |
Color Harmonies of #2C2170
Complementary color
Monochromatic Colors of #2C2170
Black with #2C2170
Text Example
Text Example
White with #2C2170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C2170; }
p { color: rgb(44,33,112); }
H1.HeaderClassName
{
color: #2C2170;
}
.AnyTagClassName
{
color: #2C2170;
}
</style>
background-color css
<style>
a { background-color: #2C2170; }
a { background-color: rgb(44,33,112); }
div.DivClassName
{
background-color: #2C2170;
}
.BgClassName
{
background-color: #2C2170;
}
</style>
border-color css
<style>
span { border-color: #2C2170; }
span { border-color: rgb(44,33,112); }
td.TdClassName
{
border-color: #2C2170;
}
.TagClassName
{
border-color: #2C2170;
}
</style>