Shades of Paris M #2C2865
Tints of Paris M #2C2865
RGB
CMYK
RGB Variations
Color information
#2C2865 (or 0x2C2865) is known color: Paris M. HEX triplet: 2C, 28 and 65. RGB value is (44,40,101). Sum of RGB (Red+Green+Blue) = 44+40+101=185 (24% of max value = 765). Red value is 44 (17.58% from 255 or 23.78% from 185); Green value is 40 (16.02% from 255 or 21.62% from 185); Blue value is 101 (39.84% from 255 or 54.59% from 185); Max value from RGB is 101 - color contains mainly: blue. Hex color #2C2865 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C2865 is #D3D79A. Grayscale: #2F2F2F. Windows color (decimal): -13883291 or 6629420. OLE color: 6629420.
HSL color Cylindrical-coordinate representation of color #2C2865: hue angle of 243.93º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2C2865 is Cyan = 0.56, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 44 | 40 | 101 | - |
| CMYK | 0.56 | 0.60 | 0 | 0.60 |
| HSL | 243.93º | 0.43% | 0.28% | - |
| HSV(B) | 243.93º | 0.6% | 0.4% | - |
| XYZ | 4.15 | 2.99 | 12.67 | - |
| YUV | 48.15 | 157.83 | 125.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 40 | 101 | 0.56 | 0.60 | 0 | 0.60 | 243.93 | 0.43 | 0.28 |
| Hex | 2C | 28 | 65 | 38 | 3C | 0 | 3C | F4 | 2B | 1C |
| Octal | 54 | 50 | 145 | 70 | 74 | 0 | 74 | 364 | 53 | 34 |
| Binary | 101100 | 101000 | 1100101 | 111000 | 111100 | 0 | 111100 | 11110100 | 101011 | 11100 |
Color Harmonies of #2C2865
Complementary color
Monochromatic Colors of #2C2865
Black with #2C2865
Text Example
Text Example
White with #2C2865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C2865; }
p { color: rgb(44,40,101); }
H1.HeaderClassName
{
color: #2C2865;
}
.AnyTagClassName
{
color: #2C2865;
}
</style>
background-color css
<style>
a { background-color: #2C2865; }
a { background-color: rgb(44,40,101); }
div.DivClassName
{
background-color: #2C2865;
}
.BgClassName
{
background-color: #2C2865;
}
</style>
border-color css
<style>
span { border-color: #2C2865; }
span { border-color: rgb(44,40,101); }
td.TdClassName
{
border-color: #2C2865;
}
.TagClassName
{
border-color: #2C2865;
}
</style>