Shades of Paris M #2D2560
Tints of Paris M #2D2560
RGB
CMYK
RGB Variations
Color information
#2D2560 (or 0x2D2560) is known color: Paris M. HEX triplet: 2D, 25 and 60. RGB value is (45,37,96). Sum of RGB (Red+Green+Blue) = 45+37+96=178 (23% of max value = 765). Red value is 45 (17.97% from 255 or 25.28% from 178); Green value is 37 (14.84% from 255 or 20.79% from 178); Blue value is 96 (37.89% from 255 or 53.93% from 178); Max value from RGB is 96 - color contains mainly: blue. Hex color #2D2560 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D2560 is #D2DA9F. Grayscale: #2D2D2D. Windows color (decimal): -13818528 or 6300973. OLE color: 6300973.
HSL color Cylindrical-coordinate representation of color #2D2560: hue angle of 248.14º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2D2560 is Cyan = 0.53, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 45 | 37 | 96 | - |
| CMYK | 0.53 | 0.61 | 0 | 0.62 |
| HSL | 248.14º | 0.44% | 0.26% | - |
| HSV(B) | 248.14º | 0.61% | 0.38% | - |
| XYZ | 3.86 | 2.73 | 11.39 | - |
| YUV | 46.12 | 156.15 | 127.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 37 | 96 | 0.53 | 0.61 | 0 | 0.62 | 248.14 | 0.44 | 0.26 |
| Hex | 2D | 25 | 60 | 35 | 3D | 0 | 3E | F8 | 2C | 1A |
| Octal | 55 | 45 | 140 | 65 | 75 | 0 | 76 | 370 | 54 | 32 |
| Binary | 101101 | 100101 | 1100000 | 110101 | 111101 | 0 | 111110 | 11111000 | 101100 | 11010 |
Color Harmonies of #2D2560
Complementary color
Monochromatic Colors of #2D2560
Black with #2D2560
Text Example
Text Example
White with #2D2560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2560; }
p { color: rgb(45,37,96); }
H1.HeaderClassName
{
color: #2D2560;
}
.AnyTagClassName
{
color: #2D2560;
}
</style>
background-color css
<style>
a { background-color: #2D2560; }
a { background-color: rgb(45,37,96); }
div.DivClassName
{
background-color: #2D2560;
}
.BgClassName
{
background-color: #2D2560;
}
</style>
border-color css
<style>
span { border-color: #2D2560; }
span { border-color: rgb(45,37,96); }
td.TdClassName
{
border-color: #2D2560;
}
.TagClassName
{
border-color: #2D2560;
}
</style>