Shades of Paris M #29215E
Tints of Paris M #29215E
RGB
CMYK
RGB Variations
Color information
#29215E (or 0x29215E) is known color: Paris M. HEX triplet: 29, 21 and 5E. RGB value is (41,33,94). Sum of RGB (Red+Green+Blue) = 41+33+94=168 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.40% from 168); Green value is 33 (13.28% from 255 or 19.64% from 168); Blue value is 94 (37.11% from 255 or 55.95% from 168); Max value from RGB is 94 - color contains mainly: blue. Hex color #29215E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29215E is #D6DEA1. Grayscale: #2A2A2A. Windows color (decimal): -14081698 or 6168873. OLE color: 6168873.
HSL color Cylindrical-coordinate representation of color #29215E: hue angle of 247.87º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #29215E is Cyan = 0.56, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 41 | 33 | 94 | - |
| CMYK | 0.56 | 0.65 | 0 | 0.63 |
| HSL | 247.87º | 0.48% | 0.25% | - |
| HSV(B) | 247.87º | 0.65% | 0.37% | - |
| XYZ | 3.48 | 2.37 | 10.86 | - |
| YUV | 42.35 | 157.15 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 33 | 94 | 0.56 | 0.65 | 0 | 0.63 | 247.87 | 0.48 | 0.25 |
| Hex | 29 | 21 | 5E | 38 | 41 | 0 | 3F | F8 | 30 | 19 |
| Octal | 51 | 41 | 136 | 70 | 101 | 0 | 77 | 370 | 60 | 31 |
| Binary | 101001 | 100001 | 1011110 | 111000 | 1000001 | 0 | 111111 | 11111000 | 110000 | 11001 |
Color Harmonies of #29215E
Complementary color
Monochromatic Colors of #29215E
Black with #29215E
Text Example
Text Example
White with #29215E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29215E; }
p { color: rgb(41,33,94); }
H1.HeaderClassName
{
color: #29215E;
}
.AnyTagClassName
{
color: #29215E;
}
</style>
background-color css
<style>
a { background-color: #29215E; }
a { background-color: rgb(41,33,94); }
div.DivClassName
{
background-color: #29215E;
}
.BgClassName
{
background-color: #29215E;
}
</style>
border-color css
<style>
span { border-color: #29215E; }
span { border-color: rgb(41,33,94); }
td.TdClassName
{
border-color: #29215E;
}
.TagClassName
{
border-color: #29215E;
}
</style>