Shades of Paris M #29195D
Tints of Paris M #29195D
RGB
CMYK
RGB Variations
Color information
#29195D (or 0x29195D) is known color: Paris M. HEX triplet: 29, 19 and 5D. RGB value is (41,25,93). Sum of RGB (Red+Green+Blue) = 41+25+93=159 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.79% from 159); Green value is 25 (10.16% from 255 or 15.72% from 159); Blue value is 93 (36.72% from 255 or 58.49% from 159); Max value from RGB is 93 - color contains mainly: blue. Hex color #29195D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29195D is #D6E6A2. Grayscale: #252525. Windows color (decimal): -14083747 or 6101289. OLE color: 6101289.
HSL color Cylindrical-coordinate representation of color #29195D: hue angle of 254.12º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #29195D is Cyan = 0.56, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 41 | 25 | 93 | - |
| CMYK | 0.56 | 0.73 | 0 | 0.64 |
| HSL | 254.12º | 0.58% | 0.23% | - |
| HSV(B) | 254.12º | 0.73% | 0.36% | - |
| XYZ | 3.24 | 1.96 | 10.56 | - |
| YUV | 37.54 | 159.3 | 130.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 25 | 93 | 0.56 | 0.73 | 0 | 0.64 | 254.12 | 0.58 | 0.23 |
| Hex | 29 | 19 | 5D | 38 | 49 | 0 | 40 | FE | 3A | 17 |
| Octal | 51 | 31 | 135 | 70 | 111 | 0 | 100 | 376 | 72 | 27 |
| Binary | 101001 | 11001 | 1011101 | 111000 | 1001001 | 0 | 1000000 | 11111110 | 111010 | 10111 |
Color Harmonies of #29195D
Complementary color
Monochromatic Colors of #29195D
Black with #29195D
Text Example
Text Example
White with #29195D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29195D; }
p { color: rgb(41,25,93); }
H1.HeaderClassName
{
color: #29195D;
}
.AnyTagClassName
{
color: #29195D;
}
</style>
background-color css
<style>
a { background-color: #29195D; }
a { background-color: rgb(41,25,93); }
div.DivClassName
{
background-color: #29195D;
}
.BgClassName
{
background-color: #29195D;
}
</style>
border-color css
<style>
span { border-color: #29195D; }
span { border-color: rgb(41,25,93); }
td.TdClassName
{
border-color: #29195D;
}
.TagClassName
{
border-color: #29195D;
}
</style>