Shades of Paris M #2C255C
Tints of Paris M #2C255C
RGB
CMYK
RGB Variations
Color information
#2C255C (or 0x2C255C) is known color: Paris M. HEX triplet: 2C, 25 and 5C. RGB value is (44,37,92). Sum of RGB (Red+Green+Blue) = 44+37+92=173 (22% of max value = 765). Red value is 44 (17.58% from 255 or 25.43% from 173); Green value is 37 (14.84% from 255 or 21.39% from 173); Blue value is 92 (36.33% from 255 or 53.18% from 173); Max value from RGB is 92 - color contains mainly: blue. Hex color #2C255C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C255C is #D3DAA3. Grayscale: #2D2D2D. Windows color (decimal): -13884068 or 6038828. OLE color: 6038828.
HSL color Cylindrical-coordinate representation of color #2C255C: hue angle of 247.64º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2C255C is Cyan = 0.52, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 44 | 37 | 92 | - |
| CMYK | 0.52 | 0.60 | 0 | 0.64 |
| HSL | 247.64º | 0.43% | 0.25% | - |
| HSV(B) | 247.64º | 0.6% | 0.36% | - |
| XYZ | 3.63 | 2.63 | 10.44 | - |
| YUV | 45.36 | 154.32 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 37 | 92 | 0.52 | 0.60 | 0 | 0.64 | 247.64 | 0.43 | 0.25 |
| Hex | 2C | 25 | 5C | 34 | 3C | 0 | 40 | F8 | 2B | 19 |
| Octal | 54 | 45 | 134 | 64 | 74 | 0 | 100 | 370 | 53 | 31 |
| Binary | 101100 | 100101 | 1011100 | 110100 | 111100 | 0 | 1000000 | 11111000 | 101011 | 11001 |
Color Harmonies of #2C255C
Complementary color
Monochromatic Colors of #2C255C
Black with #2C255C
Text Example
Text Example
White with #2C255C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C255C; }
p { color: rgb(44,37,92); }
H1.HeaderClassName
{
color: #2C255C;
}
.AnyTagClassName
{
color: #2C255C;
}
</style>
background-color css
<style>
a { background-color: #2C255C; }
a { background-color: rgb(44,37,92); }
div.DivClassName
{
background-color: #2C255C;
}
.BgClassName
{
background-color: #2C255C;
}
</style>
border-color css
<style>
span { border-color: #2C255C; }
span { border-color: rgb(44,37,92); }
td.TdClassName
{
border-color: #2C255C;
}
.TagClassName
{
border-color: #2C255C;
}
</style>