Shades of Paris M #2C215C
Tints of Paris M #2C215C
RGB
CMYK
RGB Variations
Color information
#2C215C (or 0x2C215C) is known color: Paris M. HEX triplet: 2C, 21 and 5C. RGB value is (44,33,92). Sum of RGB (Red+Green+Blue) = 44+33+92=169 (22% of max value = 765). Red value is 44 (17.58% from 255 or 26.04% from 169); Green value is 33 (13.28% from 255 or 19.53% from 169); Blue value is 92 (36.33% from 255 or 54.44% from 169); Max value from RGB is 92 - color contains mainly: blue. Hex color #2C215C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C215C is #D3DEA3. Grayscale: #2A2A2A. Windows color (decimal): -13885092 or 6037804. OLE color: 6037804.
HSL color Cylindrical-coordinate representation of color #2C215C: hue angle of 251.19º degrees, saturation: 0.47, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2C215C is Cyan = 0.52, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 44 | 33 | 92 | - |
| CMYK | 0.52 | 0.64 | 0 | 0.64 |
| HSL | 251.19º | 0.47% | 0.25% | - |
| HSV(B) | 251.19º | 0.64% | 0.36% | - |
| XYZ | 3.51 | 2.4 | 10.4 | - |
| YUV | 43.02 | 155.64 | 128.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 33 | 92 | 0.52 | 0.64 | 0 | 0.64 | 251.19 | 0.47 | 0.25 |
| Hex | 2C | 21 | 5C | 34 | 40 | 0 | 40 | FB | 2F | 19 |
| Octal | 54 | 41 | 134 | 64 | 100 | 0 | 100 | 373 | 57 | 31 |
| Binary | 101100 | 100001 | 1011100 | 110100 | 1000000 | 0 | 1000000 | 11111011 | 101111 | 11001 |
Color Harmonies of #2C215C
Complementary color
Monochromatic Colors of #2C215C
Black with #2C215C
Text Example
Text Example
White with #2C215C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C215C; }
p { color: rgb(44,33,92); }
H1.HeaderClassName
{
color: #2C215C;
}
.AnyTagClassName
{
color: #2C215C;
}
</style>
background-color css
<style>
a { background-color: #2C215C; }
a { background-color: rgb(44,33,92); }
div.DivClassName
{
background-color: #2C215C;
}
.BgClassName
{
background-color: #2C215C;
}
</style>
border-color css
<style>
span { border-color: #2C215C; }
span { border-color: rgb(44,33,92); }
td.TdClassName
{
border-color: #2C215C;
}
.TagClassName
{
border-color: #2C215C;
}
</style>