Shades of Paris M #29185B
Tints of Paris M #29185B
RGB
CMYK
RGB Variations
Color information
#29185B (or 0x29185B) is known color: Paris M. HEX triplet: 29, 18 and 5B. RGB value is (41,24,91). Sum of RGB (Red+Green+Blue) = 41+24+91=156 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.28% from 156); Green value is 24 (9.77% from 255 or 15.38% from 156); Blue value is 91 (35.94% from 255 or 58.33% from 156); Max value from RGB is 91 - color contains mainly: blue. Hex color #29185B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29185B is #D6E7A4. Grayscale: #242424. Windows color (decimal): -14084005 or 5969961. OLE color: 5969961.
HSL color Cylindrical-coordinate representation of color #29185B: hue angle of 255.22º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #29185B is Cyan = 0.55, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 41 | 24 | 91 | - |
| CMYK | 0.55 | 0.74 | 0 | 0.64 |
| HSL | 255.22º | 0.58% | 0.23% | - |
| HSV(B) | 255.22º | 0.74% | 0.36% | - |
| XYZ | 3.13 | 1.88 | 10.1 | - |
| YUV | 36.72 | 158.63 | 131.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 24 | 91 | 0.55 | 0.74 | 0 | 0.64 | 255.22 | 0.58 | 0.23 |
| Hex | 29 | 18 | 5B | 37 | 4A | 0 | 40 | FF | 3A | 17 |
| Octal | 51 | 30 | 133 | 67 | 112 | 0 | 100 | 377 | 72 | 27 |
| Binary | 101001 | 11000 | 1011011 | 110111 | 1001010 | 0 | 1000000 | 11111111 | 111010 | 10111 |
Color Harmonies of #29185B
Complementary color
Monochromatic Colors of #29185B
Black with #29185B
Text Example
Text Example
White with #29185B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29185B; }
p { color: rgb(41,24,91); }
H1.HeaderClassName
{
color: #29185B;
}
.AnyTagClassName
{
color: #29185B;
}
</style>
background-color css
<style>
a { background-color: #29185B; }
a { background-color: rgb(41,24,91); }
div.DivClassName
{
background-color: #29185B;
}
.BgClassName
{
background-color: #29185B;
}
</style>
border-color css
<style>
span { border-color: #29185B; }
span { border-color: rgb(41,24,91); }
td.TdClassName
{
border-color: #29185B;
}
.TagClassName
{
border-color: #29185B;
}
</style>