Shades of Paris M #2D1C66
Tints of Paris M #2D1C66
RGB
CMYK
RGB Variations
Color information
#2D1C66 (or 0x2D1C66) is known color: Paris M. HEX triplet: 2D, 1C and 66. RGB value is (45,28,102). Sum of RGB (Red+Green+Blue) = 45+28+102=175 (23% of max value = 765). Red value is 45 (17.97% from 255 or 25.71% from 175); Green value is 28 (11.33% from 255 or 16% from 175); Blue value is 102 (40.23% from 255 or 58.29% from 175); Max value from RGB is 102 - color contains mainly: blue. Hex color #2D1C66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D1C66 is #D2E399. Grayscale: #292929. Windows color (decimal): -13820826 or 6691885. OLE color: 6691885.
HSL color Cylindrical-coordinate representation of color #2D1C66: hue angle of 253.78º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2D1C66 is Cyan = 0.56, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 45 | 28 | 102 | - |
| CMYK | 0.56 | 0.73 | 0 | 0.6 |
| HSL | 253.78º | 0.57% | 0.25% | - |
| HSV(B) | 253.78º | 0.73% | 0.4% | - |
| XYZ | 3.9 | 2.35 | 12.82 | - |
| YUV | 41.52 | 162.13 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 28 | 102 | 0.56 | 0.73 | 0 | 0.6 | 253.78 | 0.57 | 0.25 |
| Hex | 2D | 1C | 66 | 38 | 49 | 0 | 3C | FE | 39 | 19 |
| Octal | 55 | 34 | 146 | 70 | 111 | 0 | 74 | 376 | 71 | 31 |
| Binary | 101101 | 11100 | 1100110 | 111000 | 1001001 | 0 | 111100 | 11111110 | 111001 | 11001 |
Color Harmonies of #2D1C66
Complementary color
Monochromatic Colors of #2D1C66
Black with #2D1C66
Text Example
Text Example
White with #2D1C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1C66; }
p { color: rgb(45,28,102); }
H1.HeaderClassName
{
color: #2D1C66;
}
.AnyTagClassName
{
color: #2D1C66;
}
</style>
background-color css
<style>
a { background-color: #2D1C66; }
a { background-color: rgb(45,28,102); }
div.DivClassName
{
background-color: #2D1C66;
}
.BgClassName
{
background-color: #2D1C66;
}
</style>
border-color css
<style>
span { border-color: #2D1C66; }
span { border-color: rgb(45,28,102); }
td.TdClassName
{
border-color: #2D1C66;
}
.TagClassName
{
border-color: #2D1C66;
}
</style>