Shades of Paris M #2D1F71
Tints of Paris M #2D1F71
RGB
CMYK
RGB Variations
Color information
#2D1F71 (or 0x2D1F71) is known color: Paris M. HEX triplet: 2D, 1F and 71. RGB value is (45,31,113). Sum of RGB (Red+Green+Blue) = 45+31+113=189 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.81% from 189); Green value is 31 (12.5% from 255 or 16.40% from 189); Blue value is 113 (44.53% from 255 or 59.79% from 189); Max value from RGB is 113 - color contains mainly: blue. Hex color #2D1F71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D1F71 is #D2E08E. Grayscale: #2C2C2C. Windows color (decimal): -13820047 or 7413549. OLE color: 7413549.
HSL color Cylindrical-coordinate representation of color #2D1F71: hue angle of 250.24º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2D1F71 is Cyan = 0.60, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 45 | 31 | 113 | - |
| CMYK | 0.60 | 0.73 | 0 | 0.56 |
| HSL | 250.24º | 0.57% | 0.28% | - |
| HSV(B) | 250.24º | 0.73% | 0.44% | - |
| XYZ | 4.55 | 2.73 | 15.91 | - |
| YUV | 44.53 | 166.64 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 31 | 113 | 0.60 | 0.73 | 0 | 0.56 | 250.24 | 0.57 | 0.28 |
| Hex | 2D | 1F | 71 | 3C | 49 | 0 | 38 | FA | 39 | 1C |
| Octal | 55 | 37 | 161 | 74 | 111 | 0 | 70 | 372 | 71 | 34 |
| Binary | 101101 | 11111 | 1110001 | 111100 | 1001001 | 0 | 111000 | 11111010 | 111001 | 11100 |
Color Harmonies of #2D1F71
Complementary color
Monochromatic Colors of #2D1F71
Black with #2D1F71
Text Example
Text Example
White with #2D1F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1F71; }
p { color: rgb(45,31,113); }
H1.HeaderClassName
{
color: #2D1F71;
}
.AnyTagClassName
{
color: #2D1F71;
}
</style>
background-color css
<style>
a { background-color: #2D1F71; }
a { background-color: rgb(45,31,113); }
div.DivClassName
{
background-color: #2D1F71;
}
.BgClassName
{
background-color: #2D1F71;
}
</style>
border-color css
<style>
span { border-color: #2D1F71; }
span { border-color: rgb(45,31,113); }
td.TdClassName
{
border-color: #2D1F71;
}
.TagClassName
{
border-color: #2D1F71;
}
</style>