Shades of Paris M #2D2271
Tints of Paris M #2D2271
RGB
CMYK
RGB Variations
Color information
#2D2271 (or 0x2D2271) is known color: Paris M. HEX triplet: 2D, 22 and 71. RGB value is (45,34,113). Sum of RGB (Red+Green+Blue) = 45+34+113=192 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.44% from 192); Green value is 34 (13.67% from 255 or 17.71% from 192); Blue value is 113 (44.53% from 255 or 58.85% from 192); Max value from RGB is 113 - color contains mainly: blue. Hex color #2D2271 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D2271 is #D2DD8E. Grayscale: #2D2D2D. Windows color (decimal): -13819279 or 7414317. OLE color: 7414317.
HSL color Cylindrical-coordinate representation of color #2D2271: hue angle of 248.35º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2D2271 is Cyan = 0.60, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 45 | 34 | 113 | - |
| CMYK | 0.60 | 0.70 | 0 | 0.56 |
| HSL | 248.35º | 0.54% | 0.29% | - |
| HSV(B) | 248.35º | 0.7% | 0.44% | - |
| XYZ | 4.63 | 2.89 | 15.94 | - |
| YUV | 46.3 | 165.64 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 34 | 113 | 0.60 | 0.70 | 0 | 0.56 | 248.35 | 0.54 | 0.29 |
| Hex | 2D | 22 | 71 | 3C | 46 | 0 | 38 | F8 | 36 | 1D |
| Octal | 55 | 42 | 161 | 74 | 106 | 0 | 70 | 370 | 66 | 35 |
| Binary | 101101 | 100010 | 1110001 | 111100 | 1000110 | 0 | 111000 | 11111000 | 110110 | 11101 |
Color Harmonies of #2D2271
Complementary color
Monochromatic Colors of #2D2271
Black with #2D2271
Text Example
Text Example
White with #2D2271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2271; }
p { color: rgb(45,34,113); }
H1.HeaderClassName
{
color: #2D2271;
}
.AnyTagClassName
{
color: #2D2271;
}
</style>
background-color css
<style>
a { background-color: #2D2271; }
a { background-color: rgb(45,34,113); }
div.DivClassName
{
background-color: #2D2271;
}
.BgClassName
{
background-color: #2D2271;
}
</style>
border-color css
<style>
span { border-color: #2D2271; }
span { border-color: rgb(45,34,113); }
td.TdClassName
{
border-color: #2D2271;
}
.TagClassName
{
border-color: #2D2271;
}
</style>