Shades of Paris M #2D1F61
Tints of Paris M #2D1F61
RGB
CMYK
RGB Variations
Color information
#2D1F61 (or 0x2D1F61) is known color: Paris M. HEX triplet: 2D, 1F and 61. RGB value is (45,31,97). Sum of RGB (Red+Green+Blue) = 45+31+97=173 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.01% from 173); Green value is 31 (12.5% from 255 or 17.92% from 173); Blue value is 97 (38.28% from 255 or 56.07% from 173); Max value from RGB is 97 - color contains mainly: blue. Hex color #2D1F61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D1F61 is #D2E09E. Grayscale: #2A2A2A. Windows color (decimal): -13820063 or 6364973. OLE color: 6364973.
HSL color Cylindrical-coordinate representation of color #2D1F61: hue angle of 252.73º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2D1F61 is Cyan = 0.54, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 45 | 31 | 97 | - |
| CMYK | 0.54 | 0.68 | 0 | 0.62 |
| HSL | 252.73º | 0.52% | 0.25% | - |
| HSV(B) | 252.73º | 0.68% | 0.38% | - |
| XYZ | 3.73 | 2.4 | 11.58 | - |
| YUV | 42.71 | 158.64 | 129.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 31 | 97 | 0.54 | 0.68 | 0 | 0.62 | 252.73 | 0.52 | 0.25 |
| Hex | 2D | 1F | 61 | 36 | 44 | 0 | 3E | FD | 34 | 19 |
| Octal | 55 | 37 | 141 | 66 | 104 | 0 | 76 | 375 | 64 | 31 |
| Binary | 101101 | 11111 | 1100001 | 110110 | 1000100 | 0 | 111110 | 11111101 | 110100 | 11001 |
Color Harmonies of #2D1F61
Complementary color
Monochromatic Colors of #2D1F61
Black with #2D1F61
Text Example
Text Example
White with #2D1F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1F61; }
p { color: rgb(45,31,97); }
H1.HeaderClassName
{
color: #2D1F61;
}
.AnyTagClassName
{
color: #2D1F61;
}
</style>
background-color css
<style>
a { background-color: #2D1F61; }
a { background-color: rgb(45,31,97); }
div.DivClassName
{
background-color: #2D1F61;
}
.BgClassName
{
background-color: #2D1F61;
}
</style>
border-color css
<style>
span { border-color: #2D1F61; }
span { border-color: rgb(45,31,97); }
td.TdClassName
{
border-color: #2D1F61;
}
.TagClassName
{
border-color: #2D1F61;
}
</style>