Shades of Paris M #291E6B
Tints of Paris M #291E6B
RGB
CMYK
RGB Variations
Color information
#291E6B (or 0x291E6B) is known color: Paris M. HEX triplet: 29, 1E and 6B. RGB value is (41,30,107). Sum of RGB (Red+Green+Blue) = 41+30+107=178 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.03% from 178); Green value is 30 (12.11% from 255 or 16.85% from 178); Blue value is 107 (42.19% from 255 or 60.11% from 178); Max value from RGB is 107 - color contains mainly: blue. Hex color #291E6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #291E6B is #D6E194. Grayscale: #292929. Windows color (decimal): -14082453 or 7020073. OLE color: 7020073.
HSL color Cylindrical-coordinate representation of color #291E6B: hue angle of 248.57º degrees, saturation: 0.56, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #291E6B is Cyan = 0.62, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 41 | 30 | 107 | - |
| CMYK | 0.62 | 0.72 | 0 | 0.58 |
| HSL | 248.57º | 0.56% | 0.27% | - |
| HSV(B) | 248.57º | 0.72% | 0.42% | - |
| XYZ | 4.03 | 2.46 | 14.17 | - |
| YUV | 42.07 | 164.64 | 127.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 30 | 107 | 0.62 | 0.72 | 0 | 0.58 | 248.57 | 0.56 | 0.27 |
| Hex | 29 | 1E | 6B | 3E | 48 | 0 | 3A | F9 | 38 | 1B |
| Octal | 51 | 36 | 153 | 76 | 110 | 0 | 72 | 371 | 70 | 33 |
| Binary | 101001 | 11110 | 1101011 | 111110 | 1001000 | 0 | 111010 | 11111001 | 111000 | 11011 |
Color Harmonies of #291E6B
Complementary color
Monochromatic Colors of #291E6B
Black with #291E6B
Text Example
Text Example
White with #291E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291E6B; }
p { color: rgb(41,30,107); }
H1.HeaderClassName
{
color: #291E6B;
}
.AnyTagClassName
{
color: #291E6B;
}
</style>
background-color css
<style>
a { background-color: #291E6B; }
a { background-color: rgb(41,30,107); }
div.DivClassName
{
background-color: #291E6B;
}
.BgClassName
{
background-color: #291E6B;
}
</style>
border-color css
<style>
span { border-color: #291E6B; }
span { border-color: rgb(41,30,107); }
td.TdClassName
{
border-color: #291E6B;
}
.TagClassName
{
border-color: #291E6B;
}
</style>