Shades of Paris M #291B5D
Tints of Paris M #291B5D
RGB
CMYK
RGB Variations
Color information
#291B5D (or 0x291B5D) is known color: Paris M. HEX triplet: 29, 1B and 5D. RGB value is (41,27,93). Sum of RGB (Red+Green+Blue) = 41+27+93=161 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.47% from 161); Green value is 27 (10.94% from 255 or 16.77% from 161); Blue value is 93 (36.72% from 255 or 57.76% from 161); Max value from RGB is 93 - color contains mainly: blue. Hex color #291B5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #291B5D is #D6E4A2. Grayscale: #262626. Windows color (decimal): -14083235 or 6101801. OLE color: 6101801.
HSL color Cylindrical-coordinate representation of color #291B5D: hue angle of 252.73º degrees, saturation: 0.55, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #291B5D is Cyan = 0.56, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 41 | 27 | 93 | - |
| CMYK | 0.56 | 0.71 | 0 | 0.64 |
| HSL | 252.73º | 0.55% | 0.24% | - |
| HSV(B) | 252.73º | 0.71% | 0.36% | - |
| XYZ | 3.28 | 2.05 | 10.58 | - |
| YUV | 38.71 | 158.64 | 129.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 27 | 93 | 0.56 | 0.71 | 0 | 0.64 | 252.73 | 0.55 | 0.24 |
| Hex | 29 | 1B | 5D | 38 | 47 | 0 | 40 | FD | 37 | 18 |
| Octal | 51 | 33 | 135 | 70 | 107 | 0 | 100 | 375 | 67 | 30 |
| Binary | 101001 | 11011 | 1011101 | 111000 | 1000111 | 0 | 1000000 | 11111101 | 110111 | 11000 |
Color Harmonies of #291B5D
Complementary color
Monochromatic Colors of #291B5D
Black with #291B5D
Text Example
Text Example
White with #291B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291B5D; }
p { color: rgb(41,27,93); }
H1.HeaderClassName
{
color: #291B5D;
}
.AnyTagClassName
{
color: #291B5D;
}
</style>
background-color css
<style>
a { background-color: #291B5D; }
a { background-color: rgb(41,27,93); }
div.DivClassName
{
background-color: #291B5D;
}
.BgClassName
{
background-color: #291B5D;
}
</style>
border-color css
<style>
span { border-color: #291B5D; }
span { border-color: rgb(41,27,93); }
td.TdClassName
{
border-color: #291B5D;
}
.TagClassName
{
border-color: #291B5D;
}
</style>