Shades of Paris M #291B65
Tints of Paris M #291B65
RGB
CMYK
RGB Variations
Color information
#291B65 (or 0x291B65) is known color: Paris M. HEX triplet: 29, 1B and 65. RGB value is (41,27,101). Sum of RGB (Red+Green+Blue) = 41+27+101=169 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.26% from 169); Green value is 27 (10.94% from 255 or 15.98% from 169); Blue value is 101 (39.84% from 255 or 59.76% from 169); Max value from RGB is 101 - color contains mainly: blue. Hex color #291B65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #291B65 is #D6E49A. Grayscale: #272727. Windows color (decimal): -14083227 or 6626089. OLE color: 6626089.
HSL color Cylindrical-coordinate representation of color #291B65: hue angle of 251.35º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #291B65 is Cyan = 0.59, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 41 | 27 | 101 | - |
| CMYK | 0.59 | 0.73 | 0 | 0.60 |
| HSL | 251.35º | 0.58% | 0.25% | - |
| HSV(B) | 251.35º | 0.73% | 0.4% | - |
| XYZ | 3.66 | 2.19 | 12.54 | - |
| YUV | 39.62 | 162.64 | 128.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 27 | 101 | 0.59 | 0.73 | 0 | 0.60 | 251.35 | 0.58 | 0.25 |
| Hex | 29 | 1B | 65 | 3B | 49 | 0 | 3C | FB | 3A | 19 |
| Octal | 51 | 33 | 145 | 73 | 111 | 0 | 74 | 373 | 72 | 31 |
| Binary | 101001 | 11011 | 1100101 | 111011 | 1001001 | 0 | 111100 | 11111011 | 111010 | 11001 |
Color Harmonies of #291B65
Complementary color
Monochromatic Colors of #291B65
Black with #291B65
Text Example
Text Example
White with #291B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291B65; }
p { color: rgb(41,27,101); }
H1.HeaderClassName
{
color: #291B65;
}
.AnyTagClassName
{
color: #291B65;
}
</style>
background-color css
<style>
a { background-color: #291B65; }
a { background-color: rgb(41,27,101); }
div.DivClassName
{
background-color: #291B65;
}
.BgClassName
{
background-color: #291B65;
}
</style>
border-color css
<style>
span { border-color: #291B65; }
span { border-color: rgb(41,27,101); }
td.TdClassName
{
border-color: #291B65;
}
.TagClassName
{
border-color: #291B65;
}
</style>