Shades of Paris M #2D2860
Tints of Paris M #2D2860
RGB
CMYK
RGB Variations
Color information
#2D2860 (or 0x2D2860) is known color: Paris M. HEX triplet: 2D, 28 and 60. RGB value is (45,40,96). Sum of RGB (Red+Green+Blue) = 45+40+96=181 (23% of max value = 765). Red value is 45 (17.97% from 255 or 24.86% from 181); Green value is 40 (16.02% from 255 or 22.10% from 181); Blue value is 96 (37.89% from 255 or 53.04% from 181); Max value from RGB is 96 - color contains mainly: blue. Hex color #2D2860 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D2860 is #D2D79F. Grayscale: #2F2F2F. Windows color (decimal): -13817760 or 6301741. OLE color: 6301741.
HSL color Cylindrical-coordinate representation of color #2D2860: hue angle of 245.36º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2D2860 is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 45 | 40 | 96 | - |
| CMYK | 0.53 | 0.58 | 0 | 0.62 |
| HSL | 245.36º | 0.41% | 0.27% | - |
| HSV(B) | 245.36º | 0.58% | 0.38% | - |
| XYZ | 3.95 | 2.92 | 11.42 | - |
| YUV | 47.88 | 155.16 | 125.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 40 | 96 | 0.53 | 0.58 | 0 | 0.62 | 245.36 | 0.41 | 0.27 |
| Hex | 2D | 28 | 60 | 35 | 3A | 0 | 3E | F5 | 29 | 1B |
| Octal | 55 | 50 | 140 | 65 | 72 | 0 | 76 | 365 | 51 | 33 |
| Binary | 101101 | 101000 | 1100000 | 110101 | 111010 | 0 | 111110 | 11110101 | 101001 | 11011 |
Color Harmonies of #2D2860
Complementary color
Monochromatic Colors of #2D2860
Black with #2D2860
Text Example
Text Example
White with #2D2860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2860; }
p { color: rgb(45,40,96); }
H1.HeaderClassName
{
color: #2D2860;
}
.AnyTagClassName
{
color: #2D2860;
}
</style>
background-color css
<style>
a { background-color: #2D2860; }
a { background-color: rgb(45,40,96); }
div.DivClassName
{
background-color: #2D2860;
}
.BgClassName
{
background-color: #2D2860;
}
</style>
border-color css
<style>
span { border-color: #2D2860; }
span { border-color: rgb(45,40,96); }
td.TdClassName
{
border-color: #2D2860;
}
.TagClassName
{
border-color: #2D2860;
}
</style>