Shades of Paris M #2D2471
Tints of Paris M #2D2471
RGB
CMYK
RGB Variations
Color information
#2D2471 (or 0x2D2471) is known color: Paris M. HEX triplet: 2D, 24 and 71. RGB value is (45,36,113). Sum of RGB (Red+Green+Blue) = 45+36+113=194 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.20% from 194); Green value is 36 (14.45% from 255 or 18.56% from 194); Blue value is 113 (44.53% from 255 or 58.25% from 194); Max value from RGB is 113 - color contains mainly: blue. Hex color #2D2471 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D2471 is #D2DB8E. Grayscale: #2F2F2F. Windows color (decimal): -13818767 or 7414829. OLE color: 7414829.
HSL color Cylindrical-coordinate representation of color #2D2471: hue angle of 247.01º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2D2471 is Cyan = 0.60, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 45 | 36 | 113 | - |
| CMYK | 0.60 | 0.68 | 0 | 0.56 |
| HSL | 247.01º | 0.52% | 0.29% | - |
| HSV(B) | 247.01º | 0.68% | 0.44% | - |
| XYZ | 4.69 | 3.01 | 15.96 | - |
| YUV | 47.47 | 164.98 | 126.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 36 | 113 | 0.60 | 0.68 | 0 | 0.56 | 247.01 | 0.52 | 0.29 |
| Hex | 2D | 24 | 71 | 3C | 44 | 0 | 38 | F7 | 34 | 1D |
| Octal | 55 | 44 | 161 | 74 | 104 | 0 | 70 | 367 | 64 | 35 |
| Binary | 101101 | 100100 | 1110001 | 111100 | 1000100 | 0 | 111000 | 11110111 | 110100 | 11101 |
Color Harmonies of #2D2471
Complementary color
Monochromatic Colors of #2D2471
Black with #2D2471
Text Example
Text Example
White with #2D2471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2471; }
p { color: rgb(45,36,113); }
H1.HeaderClassName
{
color: #2D2471;
}
.AnyTagClassName
{
color: #2D2471;
}
</style>
background-color css
<style>
a { background-color: #2D2471; }
a { background-color: rgb(45,36,113); }
div.DivClassName
{
background-color: #2D2471;
}
.BgClassName
{
background-color: #2D2471;
}
</style>
border-color css
<style>
span { border-color: #2D2471; }
span { border-color: rgb(45,36,113); }
td.TdClassName
{
border-color: #2D2471;
}
.TagClassName
{
border-color: #2D2471;
}
</style>