Shades of Paris M #2C205E
Tints of Paris M #2C205E
RGB
CMYK
RGB Variations
Color information
#2C205E (or 0x2C205E) is known color: Paris M. HEX triplet: 2C, 20 and 5E. RGB value is (44,32,94). Sum of RGB (Red+Green+Blue) = 44+32+94=170 (22% of max value = 765). Red value is 44 (17.58% from 255 or 25.88% from 170); Green value is 32 (12.89% from 255 or 18.82% from 170); Blue value is 94 (37.11% from 255 or 55.29% from 170); Max value from RGB is 94 - color contains mainly: blue. Hex color #2C205E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C205E is #D3DFA1. Grayscale: #2A2A2A. Windows color (decimal): -13885346 or 6168620. OLE color: 6168620.
HSL color Cylindrical-coordinate representation of color #2C205E: hue angle of 251.61º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2C205E is Cyan = 0.53, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 44 | 32 | 94 | - |
| CMYK | 0.53 | 0.66 | 0 | 0.63 |
| HSL | 251.61º | 0.49% | 0.25% | - |
| HSV(B) | 251.61º | 0.66% | 0.37% | - |
| XYZ | 3.58 | 2.38 | 10.86 | - |
| YUV | 42.66 | 156.98 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 32 | 94 | 0.53 | 0.66 | 0 | 0.63 | 251.61 | 0.49 | 0.25 |
| Hex | 2C | 20 | 5E | 35 | 42 | 0 | 3F | FC | 31 | 19 |
| Octal | 54 | 40 | 136 | 65 | 102 | 0 | 77 | 374 | 61 | 31 |
| Binary | 101100 | 100000 | 1011110 | 110101 | 1000010 | 0 | 111111 | 11111100 | 110001 | 11001 |
Color Harmonies of #2C205E
Complementary color
Monochromatic Colors of #2C205E
Black with #2C205E
Text Example
Text Example
White with #2C205E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C205E; }
p { color: rgb(44,32,94); }
H1.HeaderClassName
{
color: #2C205E;
}
.AnyTagClassName
{
color: #2C205E;
}
</style>
background-color css
<style>
a { background-color: #2C205E; }
a { background-color: rgb(44,32,94); }
div.DivClassName
{
background-color: #2C205E;
}
.BgClassName
{
background-color: #2C205E;
}
</style>
border-color css
<style>
span { border-color: #2C205E; }
span { border-color: rgb(44,32,94); }
td.TdClassName
{
border-color: #2C205E;
}
.TagClassName
{
border-color: #2C205E;
}
</style>