Shades of Paris M #2C2067
Tints of Paris M #2C2067
RGB
CMYK
RGB Variations
Color information
#2C2067 (or 0x2C2067) is known color: Paris M. HEX triplet: 2C, 20 and 67. RGB value is (44,32,103). Sum of RGB (Red+Green+Blue) = 44+32+103=179 (23% of max value = 765). Red value is 44 (17.58% from 255 or 24.58% from 179); Green value is 32 (12.89% from 255 or 17.88% from 179); Blue value is 103 (40.62% from 255 or 57.54% from 179); Max value from RGB is 103 - color contains mainly: blue. Hex color #2C2067 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C2067 is #D3DF98. Grayscale: #2B2B2B. Windows color (decimal): -13885337 or 6758444. OLE color: 6758444.
HSL color Cylindrical-coordinate representation of color #2C2067: hue angle of 250.14º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2C2067 is Cyan = 0.57, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 44 | 32 | 103 | - |
| CMYK | 0.57 | 0.69 | 0 | 0.60 |
| HSL | 250.14º | 0.53% | 0.26% | - |
| HSV(B) | 250.14º | 0.69% | 0.4% | - |
| XYZ | 4 | 2.55 | 13.11 | - |
| YUV | 43.68 | 161.48 | 128.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 32 | 103 | 0.57 | 0.69 | 0 | 0.60 | 250.14 | 0.53 | 0.26 |
| Hex | 2C | 20 | 67 | 39 | 45 | 0 | 3C | FA | 35 | 1A |
| Octal | 54 | 40 | 147 | 71 | 105 | 0 | 74 | 372 | 65 | 32 |
| Binary | 101100 | 100000 | 1100111 | 111001 | 1000101 | 0 | 111100 | 11111010 | 110101 | 11010 |
Color Harmonies of #2C2067
Complementary color
Monochromatic Colors of #2C2067
Black with #2C2067
Text Example
Text Example
White with #2C2067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C2067; }
p { color: rgb(44,32,103); }
H1.HeaderClassName
{
color: #2C2067;
}
.AnyTagClassName
{
color: #2C2067;
}
</style>
background-color css
<style>
a { background-color: #2C2067; }
a { background-color: rgb(44,32,103); }
div.DivClassName
{
background-color: #2C2067;
}
.BgClassName
{
background-color: #2C2067;
}
</style>
border-color css
<style>
span { border-color: #2C2067; }
span { border-color: rgb(44,32,103); }
td.TdClassName
{
border-color: #2C2067;
}
.TagClassName
{
border-color: #2C2067;
}
</style>