Shades of Paris M #2C275C
Tints of Paris M #2C275C
RGB
CMYK
RGB Variations
Color information
#2C275C (or 0x2C275C) is known color: Paris M. HEX triplet: 2C, 27 and 5C. RGB value is (44,39,92). Sum of RGB (Red+Green+Blue) = 44+39+92=175 (23% of max value = 765). Red value is 44 (17.58% from 255 or 25.14% from 175); Green value is 39 (15.62% from 255 or 22.29% from 175); Blue value is 92 (36.33% from 255 or 52.57% from 175); Max value from RGB is 92 - color contains mainly: blue. Hex color #2C275C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C275C is #D3D8A3. Grayscale: #2E2E2E. Windows color (decimal): -13883556 or 6039340. OLE color: 6039340.
HSL color Cylindrical-coordinate representation of color #2C275C: hue angle of 245.66º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2C275C is Cyan = 0.52, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 44 | 39 | 92 | - |
| CMYK | 0.52 | 0.58 | 0 | 0.64 |
| HSL | 245.66º | 0.4% | 0.26% | - |
| HSV(B) | 245.66º | 0.58% | 0.36% | - |
| XYZ | 3.7 | 2.76 | 10.46 | - |
| YUV | 46.54 | 153.66 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 39 | 92 | 0.52 | 0.58 | 0 | 0.64 | 245.66 | 0.4 | 0.26 |
| Hex | 2C | 27 | 5C | 34 | 3A | 0 | 40 | F6 | 28 | 1A |
| Octal | 54 | 47 | 134 | 64 | 72 | 0 | 100 | 366 | 50 | 32 |
| Binary | 101100 | 100111 | 1011100 | 110100 | 111010 | 0 | 1000000 | 11110110 | 101000 | 11010 |
Color Harmonies of #2C275C
Complementary color
Monochromatic Colors of #2C275C
Black with #2C275C
Text Example
Text Example
White with #2C275C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C275C; }
p { color: rgb(44,39,92); }
H1.HeaderClassName
{
color: #2C275C;
}
.AnyTagClassName
{
color: #2C275C;
}
</style>
background-color css
<style>
a { background-color: #2C275C; }
a { background-color: rgb(44,39,92); }
div.DivClassName
{
background-color: #2C275C;
}
.BgClassName
{
background-color: #2C275C;
}
</style>
border-color css
<style>
span { border-color: #2C275C; }
span { border-color: rgb(44,39,92); }
td.TdClassName
{
border-color: #2C275C;
}
.TagClassName
{
border-color: #2C275C;
}
</style>