Shades of Paris M #2D2072
Tints of Paris M #2D2072
RGB
CMYK
RGB Variations
Color information
#2D2072 (or 0x2D2072) is known color: Paris M. HEX triplet: 2D, 20 and 72. RGB value is (45,32,114). Sum of RGB (Red+Green+Blue) = 45+32+114=191 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.56% from 191); Green value is 32 (12.89% from 255 or 16.75% from 191); Blue value is 114 (44.92% from 255 or 59.69% from 191); Max value from RGB is 114 - color contains mainly: blue. Hex color #2D2072 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D2072 is #D2DF8D. Grayscale: #2C2C2C. Windows color (decimal): -13819790 or 7479341. OLE color: 7479341.
HSL color Cylindrical-coordinate representation of color #2D2072: hue angle of 249.51º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2D2072 is Cyan = 0.61, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 45 | 32 | 114 | - |
| CMYK | 0.61 | 0.72 | 0 | 0.55 |
| HSL | 249.51º | 0.56% | 0.29% | - |
| HSV(B) | 249.51º | 0.72% | 0.45% | - |
| XYZ | 4.64 | 2.81 | 16.22 | - |
| YUV | 45.24 | 166.81 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 32 | 114 | 0.61 | 0.72 | 0 | 0.55 | 249.51 | 0.56 | 0.29 |
| Hex | 2D | 20 | 72 | 3D | 48 | 0 | 37 | FA | 38 | 1D |
| Octal | 55 | 40 | 162 | 75 | 110 | 0 | 67 | 372 | 70 | 35 |
| Binary | 101101 | 100000 | 1110010 | 111101 | 1001000 | 0 | 110111 | 11111010 | 111000 | 11101 |
Color Harmonies of #2D2072
Complementary color
Monochromatic Colors of #2D2072
Black with #2D2072
Text Example
Text Example
White with #2D2072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2072; }
p { color: rgb(45,32,114); }
H1.HeaderClassName
{
color: #2D2072;
}
.AnyTagClassName
{
color: #2D2072;
}
</style>
background-color css
<style>
a { background-color: #2D2072; }
a { background-color: rgb(45,32,114); }
div.DivClassName
{
background-color: #2D2072;
}
.BgClassName
{
background-color: #2D2072;
}
</style>
border-color css
<style>
span { border-color: #2D2072; }
span { border-color: rgb(45,32,114); }
td.TdClassName
{
border-color: #2D2072;
}
.TagClassName
{
border-color: #2D2072;
}
</style>