Shades of Paris M #2D2962
Tints of Paris M #2D2962
RGB
CMYK
RGB Variations
Color information
#2D2962 (or 0x2D2962) is known color: Paris M. HEX triplet: 2D, 29 and 62. RGB value is (45,41,98). Sum of RGB (Red+Green+Blue) = 45+41+98=184 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.46% from 184); Green value is 41 (16.41% from 255 or 22.28% from 184); Blue value is 98 (38.67% from 255 or 53.26% from 184); Max value from RGB is 98 - color contains mainly: blue. Hex color #2D2962 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D2962 is #D2D69D. Grayscale: #303030. Windows color (decimal): -13817502 or 6433069. OLE color: 6433069.
HSL color Cylindrical-coordinate representation of color #2D2962: hue angle of 244.21º 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 #2D2962 is Cyan = 0.54, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 45 | 41 | 98 | - |
| CMYK | 0.54 | 0.58 | 0 | 0.62 |
| HSL | 244.21º | 0.41% | 0.27% | - |
| HSV(B) | 244.21º | 0.58% | 0.38% | - |
| XYZ | 4.08 | 3.03 | 11.92 | - |
| YUV | 48.69 | 155.83 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 41 | 98 | 0.54 | 0.58 | 0 | 0.62 | 244.21 | 0.41 | 0.27 |
| Hex | 2D | 29 | 62 | 36 | 3A | 0 | 3E | F4 | 29 | 1B |
| Octal | 55 | 51 | 142 | 66 | 72 | 0 | 76 | 364 | 51 | 33 |
| Binary | 101101 | 101001 | 1100010 | 110110 | 111010 | 0 | 111110 | 11110100 | 101001 | 11011 |
Color Harmonies of #2D2962
Complementary color
Monochromatic Colors of #2D2962
Black with #2D2962
Text Example
Text Example
White with #2D2962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2962; }
p { color: rgb(45,41,98); }
H1.HeaderClassName
{
color: #2D2962;
}
.AnyTagClassName
{
color: #2D2962;
}
</style>
background-color css
<style>
a { background-color: #2D2962; }
a { background-color: rgb(45,41,98); }
div.DivClassName
{
background-color: #2D2962;
}
.BgClassName
{
background-color: #2D2962;
}
</style>
border-color css
<style>
span { border-color: #2D2962; }
span { border-color: rgb(45,41,98); }
td.TdClassName
{
border-color: #2D2962;
}
.TagClassName
{
border-color: #2D2962;
}
</style>