Shades of Paris M #2D2865
Tints of Paris M #2D2865
RGB
CMYK
RGB Variations
Color information
#2D2865 (or 0x2D2865) is known color: Paris M. HEX triplet: 2D, 28 and 65. RGB value is (45,40,101). Sum of RGB (Red+Green+Blue) = 45+40+101=186 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.19% from 186); Green value is 40 (16.02% from 255 or 21.51% from 186); Blue value is 101 (39.84% from 255 or 54.30% from 186); Max value from RGB is 101 - color contains mainly: blue. Hex color #2D2865 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D2865 is #D2D79A. Grayscale: #303030. Windows color (decimal): -13817755 or 6629421. OLE color: 6629421.
HSL color Cylindrical-coordinate representation of color #2D2865: hue angle of 244.92º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2D2865 is Cyan = 0.55, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 45 | 40 | 101 | - |
| CMYK | 0.55 | 0.60 | 0 | 0.60 |
| HSL | 244.92º | 0.43% | 0.28% | - |
| HSV(B) | 244.92º | 0.6% | 0.4% | - |
| XYZ | 4.19 | 3.02 | 12.67 | - |
| YUV | 48.45 | 157.66 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 40 | 101 | 0.55 | 0.60 | 0 | 0.60 | 244.92 | 0.43 | 0.28 |
| Hex | 2D | 28 | 65 | 37 | 3C | 0 | 3C | F5 | 2B | 1C |
| Octal | 55 | 50 | 145 | 67 | 74 | 0 | 74 | 365 | 53 | 34 |
| Binary | 101101 | 101000 | 1100101 | 110111 | 111100 | 0 | 111100 | 11110101 | 101011 | 11100 |
Color Harmonies of #2D2865
Complementary color
Monochromatic Colors of #2D2865
Black with #2D2865
Text Example
Text Example
White with #2D2865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2865; }
p { color: rgb(45,40,101); }
H1.HeaderClassName
{
color: #2D2865;
}
.AnyTagClassName
{
color: #2D2865;
}
</style>
background-color css
<style>
a { background-color: #2D2865; }
a { background-color: rgb(45,40,101); }
div.DivClassName
{
background-color: #2D2865;
}
.BgClassName
{
background-color: #2D2865;
}
</style>
border-color css
<style>
span { border-color: #2D2865; }
span { border-color: rgb(45,40,101); }
td.TdClassName
{
border-color: #2D2865;
}
.TagClassName
{
border-color: #2D2865;
}
</style>