Shades of Paris M #291D6D
Tints of Paris M #291D6D
RGB
CMYK
RGB Variations
Color information
#291D6D (or 0x291D6D) is known color: Paris M. HEX triplet: 29, 1D and 6D. RGB value is (41,29,109). Sum of RGB (Red+Green+Blue) = 41+29+109=179 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.91% from 179); Green value is 29 (11.72% from 255 or 16.20% from 179); Blue value is 109 (42.97% from 255 or 60.89% from 179); Max value from RGB is 109 - color contains mainly: blue. Hex color #291D6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #291D6D is #D6E292. Grayscale: #292929. Windows color (decimal): -14082707 or 7150889. OLE color: 7150889.
HSL color Cylindrical-coordinate representation of color #291D6D: hue angle of 249º degrees, saturation: 0.58, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #291D6D is Cyan = 0.62, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 41 | 29 | 109 | - |
| CMYK | 0.62 | 0.73 | 0 | 0.57 |
| HSL | 249º | 0.58% | 0.27% | - |
| HSV(B) | 249º | 0.73% | 0.43% | - |
| XYZ | 4.11 | 2.45 | 14.72 | - |
| YUV | 41.71 | 165.98 | 127.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 29 | 109 | 0.62 | 0.73 | 0 | 0.57 | 249 | 0.58 | 0.27 |
| Hex | 29 | 1D | 6D | 3E | 49 | 0 | 39 | F9 | 3A | 1B |
| Octal | 51 | 35 | 155 | 76 | 111 | 0 | 71 | 371 | 72 | 33 |
| Binary | 101001 | 11101 | 1101101 | 111110 | 1001001 | 0 | 111001 | 11111001 | 111010 | 11011 |
Color Harmonies of #291D6D
Complementary color
Monochromatic Colors of #291D6D
Black with #291D6D
Text Example
Text Example
White with #291D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291D6D; }
p { color: rgb(41,29,109); }
H1.HeaderClassName
{
color: #291D6D;
}
.AnyTagClassName
{
color: #291D6D;
}
</style>
background-color css
<style>
a { background-color: #291D6D; }
a { background-color: rgb(41,29,109); }
div.DivClassName
{
background-color: #291D6D;
}
.BgClassName
{
background-color: #291D6D;
}
</style>
border-color css
<style>
span { border-color: #291D6D; }
span { border-color: rgb(41,29,109); }
td.TdClassName
{
border-color: #291D6D;
}
.TagClassName
{
border-color: #291D6D;
}
</style>