Shades of Paris M #29175B
Tints of Paris M #29175B
RGB
CMYK
RGB Variations
Color information
#29175B (or 0x29175B) is known color: Paris M. HEX triplet: 29, 17 and 5B. RGB value is (41,23,91). Sum of RGB (Red+Green+Blue) = 41+23+91=155 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.45% from 155); Green value is 23 (9.38% from 255 or 14.84% from 155); Blue value is 91 (35.94% from 255 or 58.71% from 155); Max value from RGB is 91 - color contains mainly: blue. Hex color #29175B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29175B is #D6E8A4. Grayscale: #232323. Windows color (decimal): -14084261 or 5969705. OLE color: 5969705.
HSL color Cylindrical-coordinate representation of color #29175B: hue angle of 255.88º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #29175B is Cyan = 0.55, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 41 | 23 | 91 | - |
| CMYK | 0.55 | 0.75 | 0 | 0.64 |
| HSL | 255.88º | 0.6% | 0.22% | - |
| HSV(B) | 255.88º | 0.75% | 0.36% | - |
| XYZ | 3.11 | 1.84 | 10.09 | - |
| YUV | 36.13 | 158.96 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 23 | 91 | 0.55 | 0.75 | 0 | 0.64 | 255.88 | 0.6 | 0.22 |
| Hex | 29 | 17 | 5B | 37 | 4B | 0 | 40 | 100 | 3C | 16 |
| Octal | 51 | 27 | 133 | 67 | 113 | 0 | 100 | 400 | 74 | 26 |
| Binary | 101001 | 10111 | 1011011 | 110111 | 1001011 | 0 | 1000000 | 100000000 | 111100 | 10110 |
Color Harmonies of #29175B
Complementary color
Monochromatic Colors of #29175B
Black with #29175B
Text Example
Text Example
White with #29175B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29175B; }
p { color: rgb(41,23,91); }
H1.HeaderClassName
{
color: #29175B;
}
.AnyTagClassName
{
color: #29175B;
}
</style>
background-color css
<style>
a { background-color: #29175B; }
a { background-color: rgb(41,23,91); }
div.DivClassName
{
background-color: #29175B;
}
.BgClassName
{
background-color: #29175B;
}
</style>
border-color css
<style>
span { border-color: #29175B; }
span { border-color: rgb(41,23,91); }
td.TdClassName
{
border-color: #29175B;
}
.TagClassName
{
border-color: #29175B;
}
</style>