Shades of Paris M #291D5D
Tints of Paris M #291D5D
RGB
CMYK
RGB Variations
Color information
#291D5D (or 0x291D5D) is known color: Paris M. HEX triplet: 29, 1D and 5D. RGB value is (41,29,93). Sum of RGB (Red+Green+Blue) = 41+29+93=163 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.15% from 163); Green value is 29 (11.72% from 255 or 17.79% from 163); Blue value is 93 (36.72% from 255 or 57.06% from 163); Max value from RGB is 93 - color contains mainly: blue. Hex color #291D5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #291D5D is #D6E2A2. Grayscale: #272727. Windows color (decimal): -14082723 or 6102313. OLE color: 6102313.
HSL color Cylindrical-coordinate representation of color #291D5D: hue angle of 251.25º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #291D5D is Cyan = 0.56, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 41 | 29 | 93 | - |
| CMYK | 0.56 | 0.69 | 0 | 0.64 |
| HSL | 251.25º | 0.52% | 0.24% | - |
| HSV(B) | 251.25º | 0.69% | 0.36% | - |
| XYZ | 3.33 | 2.14 | 10.59 | - |
| YUV | 39.88 | 157.98 | 128.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 29 | 93 | 0.56 | 0.69 | 0 | 0.64 | 251.25 | 0.52 | 0.24 |
| Hex | 29 | 1D | 5D | 38 | 45 | 0 | 40 | FB | 34 | 18 |
| Octal | 51 | 35 | 135 | 70 | 105 | 0 | 100 | 373 | 64 | 30 |
| Binary | 101001 | 11101 | 1011101 | 111000 | 1000101 | 0 | 1000000 | 11111011 | 110100 | 11000 |
Color Harmonies of #291D5D
Complementary color
Monochromatic Colors of #291D5D
Black with #291D5D
Text Example
Text Example
White with #291D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291D5D; }
p { color: rgb(41,29,93); }
H1.HeaderClassName
{
color: #291D5D;
}
.AnyTagClassName
{
color: #291D5D;
}
</style>
background-color css
<style>
a { background-color: #291D5D; }
a { background-color: rgb(41,29,93); }
div.DivClassName
{
background-color: #291D5D;
}
.BgClassName
{
background-color: #291D5D;
}
</style>
border-color css
<style>
span { border-color: #291D5D; }
span { border-color: rgb(41,29,93); }
td.TdClassName
{
border-color: #291D5D;
}
.TagClassName
{
border-color: #291D5D;
}
</style>