Shades of Paris M #2C235C
Tints of Paris M #2C235C
RGB
CMYK
RGB Variations
Color information
#2C235C (or 0x2C235C) is known color: Paris M. HEX triplet: 2C, 23 and 5C. RGB value is (44,35,92). Sum of RGB (Red+Green+Blue) = 44+35+92=171 (22% of max value = 765). Red value is 44 (17.58% from 255 or 25.73% from 171); Green value is 35 (14.06% from 255 or 20.47% from 171); Blue value is 92 (36.33% from 255 or 53.80% from 171); Max value from RGB is 92 - color contains mainly: blue. Hex color #2C235C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C235C is #D3DCA3. Grayscale: #2B2B2B. Windows color (decimal): -13884580 or 6038316. OLE color: 6038316.
HSL color Cylindrical-coordinate representation of color #2C235C: hue angle of 249.47º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2C235C is Cyan = 0.52, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 44 | 35 | 92 | - |
| CMYK | 0.52 | 0.62 | 0 | 0.64 |
| HSL | 249.47º | 0.45% | 0.25% | - |
| HSV(B) | 249.47º | 0.62% | 0.36% | - |
| XYZ | 3.57 | 2.51 | 10.42 | - |
| YUV | 44.19 | 154.98 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 35 | 92 | 0.52 | 0.62 | 0 | 0.64 | 249.47 | 0.45 | 0.25 |
| Hex | 2C | 23 | 5C | 34 | 3E | 0 | 40 | F9 | 2D | 19 |
| Octal | 54 | 43 | 134 | 64 | 76 | 0 | 100 | 371 | 55 | 31 |
| Binary | 101100 | 100011 | 1011100 | 110100 | 111110 | 0 | 1000000 | 11111001 | 101101 | 11001 |
Color Harmonies of #2C235C
Complementary color
Monochromatic Colors of #2C235C
Black with #2C235C
Text Example
Text Example
White with #2C235C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C235C; }
p { color: rgb(44,35,92); }
H1.HeaderClassName
{
color: #2C235C;
}
.AnyTagClassName
{
color: #2C235C;
}
</style>
background-color css
<style>
a { background-color: #2C235C; }
a { background-color: rgb(44,35,92); }
div.DivClassName
{
background-color: #2C235C;
}
.BgClassName
{
background-color: #2C235C;
}
</style>
border-color css
<style>
span { border-color: #2C235C; }
span { border-color: rgb(44,35,92); }
td.TdClassName
{
border-color: #2C235C;
}
.TagClassName
{
border-color: #2C235C;
}
</style>