Shades of Paris M #2C245D
Tints of Paris M #2C245D
RGB
CMYK
RGB Variations
Color information
#2C245D (or 0x2C245D) is known color: Paris M. HEX triplet: 2C, 24 and 5D. RGB value is (44,36,93). Sum of RGB (Red+Green+Blue) = 44+36+93=173 (22% of max value = 765). Red value is 44 (17.58% from 255 or 25.43% from 173); Green value is 36 (14.45% from 255 or 20.81% from 173); Blue value is 93 (36.72% from 255 or 53.76% from 173); Max value from RGB is 93 - color contains mainly: blue. Hex color #2C245D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C245D is #D3DBA2. Grayscale: #2C2C2C. Windows color (decimal): -13884323 or 6104108. OLE color: 6104108.
HSL color Cylindrical-coordinate representation of color #2C245D: hue angle of 248.42º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2C245D is Cyan = 0.53, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 44 | 36 | 93 | - |
| CMYK | 0.53 | 0.61 | 0 | 0.64 |
| HSL | 248.42º | 0.44% | 0.25% | - |
| HSV(B) | 248.42º | 0.61% | 0.36% | - |
| XYZ | 3.65 | 2.59 | 10.66 | - |
| YUV | 44.89 | 155.15 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 36 | 93 | 0.53 | 0.61 | 0 | 0.64 | 248.42 | 0.44 | 0.25 |
| Hex | 2C | 24 | 5D | 35 | 3D | 0 | 40 | F8 | 2C | 19 |
| Octal | 54 | 44 | 135 | 65 | 75 | 0 | 100 | 370 | 54 | 31 |
| Binary | 101100 | 100100 | 1011101 | 110101 | 111101 | 0 | 1000000 | 11111000 | 101100 | 11001 |
Color Harmonies of #2C245D
Complementary color
Monochromatic Colors of #2C245D
Black with #2C245D
Text Example
Text Example
White with #2C245D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C245D; }
p { color: rgb(44,36,93); }
H1.HeaderClassName
{
color: #2C245D;
}
.AnyTagClassName
{
color: #2C245D;
}
</style>
background-color css
<style>
a { background-color: #2C245D; }
a { background-color: rgb(44,36,93); }
div.DivClassName
{
background-color: #2C245D;
}
.BgClassName
{
background-color: #2C245D;
}
</style>
border-color css
<style>
span { border-color: #2C245D; }
span { border-color: rgb(44,36,93); }
td.TdClassName
{
border-color: #2C245D;
}
.TagClassName
{
border-color: #2C245D;
}
</style>