Shades of Paris M #2C1F67
Tints of Paris M #2C1F67
RGB
CMYK
RGB Variations
Color information
#2C1F67 (or 0x2C1F67) is known color: Paris M. HEX triplet: 2C, 1F and 67. RGB value is (44,31,103). Sum of RGB (Red+Green+Blue) = 44+31+103=178 (23% of max value = 765). Red value is 44 (17.58% from 255 or 24.72% from 178); Green value is 31 (12.5% from 255 or 17.42% from 178); Blue value is 103 (40.62% from 255 or 57.87% from 178); Max value from RGB is 103 - color contains mainly: blue. Hex color #2C1F67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C1F67 is #D3E098. Grayscale: #2A2A2A. Windows color (decimal): -13885593 or 6758188. OLE color: 6758188.
HSL color Cylindrical-coordinate representation of color #2C1F67: hue angle of 250.83º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2C1F67 is Cyan = 0.57, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 44 | 31 | 103 | - |
| CMYK | 0.57 | 0.70 | 0 | 0.60 |
| HSL | 250.83º | 0.54% | 0.26% | - |
| HSV(B) | 250.83º | 0.7% | 0.4% | - |
| XYZ | 3.98 | 2.49 | 13.1 | - |
| YUV | 43.1 | 161.81 | 128.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 31 | 103 | 0.57 | 0.70 | 0 | 0.60 | 250.83 | 0.54 | 0.26 |
| Hex | 2C | 1F | 67 | 39 | 46 | 0 | 3C | FB | 36 | 1A |
| Octal | 54 | 37 | 147 | 71 | 106 | 0 | 74 | 373 | 66 | 32 |
| Binary | 101100 | 11111 | 1100111 | 111001 | 1000110 | 0 | 111100 | 11111011 | 110110 | 11010 |
Color Harmonies of #2C1F67
Complementary color
Monochromatic Colors of #2C1F67
Black with #2C1F67
Text Example
Text Example
White with #2C1F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C1F67; }
p { color: rgb(44,31,103); }
H1.HeaderClassName
{
color: #2C1F67;
}
.AnyTagClassName
{
color: #2C1F67;
}
</style>
background-color css
<style>
a { background-color: #2C1F67; }
a { background-color: rgb(44,31,103); }
div.DivClassName
{
background-color: #2C1F67;
}
.BgClassName
{
background-color: #2C1F67;
}
</style>
border-color css
<style>
span { border-color: #2C1F67; }
span { border-color: rgb(44,31,103); }
td.TdClassName
{
border-color: #2C1F67;
}
.TagClassName
{
border-color: #2C1F67;
}
</style>