Shades of Paris M #291E65
Tints of Paris M #291E65
RGB
CMYK
RGB Variations
Color information
#291E65 (or 0x291E65) is known color: Paris M. HEX triplet: 29, 1E and 65. RGB value is (41,30,101). Sum of RGB (Red+Green+Blue) = 41+30+101=172 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.84% from 172); Green value is 30 (12.11% from 255 or 17.44% from 172); Blue value is 101 (39.84% from 255 or 58.72% from 172); Max value from RGB is 101 - color contains mainly: blue. Hex color #291E65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #291E65 is #D6E19A. Grayscale: #292929. Windows color (decimal): -14082459 or 6626857. OLE color: 6626857.
HSL color Cylindrical-coordinate representation of color #291E65: hue angle of 249.3º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #291E65 is Cyan = 0.59, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 41 | 30 | 101 | - |
| CMYK | 0.59 | 0.70 | 0 | 0.60 |
| HSL | 249.3º | 0.54% | 0.26% | - |
| HSV(B) | 249.3º | 0.7% | 0.4% | - |
| XYZ | 3.73 | 2.34 | 12.57 | - |
| YUV | 41.38 | 161.64 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 30 | 101 | 0.59 | 0.70 | 0 | 0.60 | 249.3 | 0.54 | 0.26 |
| Hex | 29 | 1E | 65 | 3B | 46 | 0 | 3C | F9 | 36 | 1A |
| Octal | 51 | 36 | 145 | 73 | 106 | 0 | 74 | 371 | 66 | 32 |
| Binary | 101001 | 11110 | 1100101 | 111011 | 1000110 | 0 | 111100 | 11111001 | 110110 | 11010 |
Color Harmonies of #291E65
Complementary color
Monochromatic Colors of #291E65
Black with #291E65
Text Example
Text Example
White with #291E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291E65; }
p { color: rgb(41,30,101); }
H1.HeaderClassName
{
color: #291E65;
}
.AnyTagClassName
{
color: #291E65;
}
</style>
background-color css
<style>
a { background-color: #291E65; }
a { background-color: rgb(41,30,101); }
div.DivClassName
{
background-color: #291E65;
}
.BgClassName
{
background-color: #291E65;
}
</style>
border-color css
<style>
span { border-color: #291E65; }
span { border-color: rgb(41,30,101); }
td.TdClassName
{
border-color: #291E65;
}
.TagClassName
{
border-color: #291E65;
}
</style>