Shades of Paris M #2D2371
Tints of Paris M #2D2371
RGB
CMYK
RGB Variations
Color information
#2D2371 (or 0x2D2371) is known color: Paris M. HEX triplet: 2D, 23 and 71. RGB value is (45,35,113). Sum of RGB (Red+Green+Blue) = 45+35+113=193 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.32% from 193); Green value is 35 (14.06% from 255 or 18.13% from 193); Blue value is 113 (44.53% from 255 or 58.55% from 193); Max value from RGB is 113 - color contains mainly: blue. Hex color #2D2371 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D2371 is #D2DC8E. Grayscale: #2E2E2E. Windows color (decimal): -13819023 or 7414573. OLE color: 7414573.
HSL color Cylindrical-coordinate representation of color #2D2371: hue angle of 247.69º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2D2371 is Cyan = 0.60, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 45 | 35 | 113 | - |
| CMYK | 0.60 | 0.69 | 0 | 0.56 |
| HSL | 247.69º | 0.53% | 0.29% | - |
| HSV(B) | 247.69º | 0.69% | 0.44% | - |
| XYZ | 4.66 | 2.95 | 15.95 | - |
| YUV | 46.88 | 165.31 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 35 | 113 | 0.60 | 0.69 | 0 | 0.56 | 247.69 | 0.53 | 0.29 |
| Hex | 2D | 23 | 71 | 3C | 45 | 0 | 38 | F8 | 35 | 1D |
| Octal | 55 | 43 | 161 | 74 | 105 | 0 | 70 | 370 | 65 | 35 |
| Binary | 101101 | 100011 | 1110001 | 111100 | 1000101 | 0 | 111000 | 11111000 | 110101 | 11101 |
Color Harmonies of #2D2371
Complementary color
Monochromatic Colors of #2D2371
Black with #2D2371
Text Example
Text Example
White with #2D2371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2371; }
p { color: rgb(45,35,113); }
H1.HeaderClassName
{
color: #2D2371;
}
.AnyTagClassName
{
color: #2D2371;
}
</style>
background-color css
<style>
a { background-color: #2D2371; }
a { background-color: rgb(45,35,113); }
div.DivClassName
{
background-color: #2D2371;
}
.BgClassName
{
background-color: #2D2371;
}
</style>
border-color css
<style>
span { border-color: #2D2371; }
span { border-color: rgb(45,35,113); }
td.TdClassName
{
border-color: #2D2371;
}
.TagClassName
{
border-color: #2D2371;
}
</style>