Shades of Paris M #29256E
Tints of Paris M #29256E
RGB
CMYK
RGB Variations
Color information
#29256E (or 0x29256E) is known color: Paris M. HEX triplet: 29, 25 and 6E. RGB value is (41,37,110). Sum of RGB (Red+Green+Blue) = 41+37+110=188 (24% of max value = 765). Red value is 41 (16.41% from 255 or 21.81% from 188); Green value is 37 (14.84% from 255 or 19.68% from 188); Blue value is 110 (43.36% from 255 or 58.51% from 188); Max value from RGB is 110 - color contains mainly: blue. Hex color #29256E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29256E is #D6DA91. Grayscale: #2E2E2E. Windows color (decimal): -14080658 or 7218473. OLE color: 7218473.
HSL color Cylindrical-coordinate representation of color #29256E: hue angle of 243.29º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #29256E is Cyan = 0.63, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 41 | 37 | 110 | - |
| CMYK | 0.63 | 0.66 | 0 | 0.57 |
| HSL | 243.29º | 0.5% | 0.29% | - |
| HSV(B) | 243.29º | 0.66% | 0.43% | - |
| XYZ | 4.39 | 2.92 | 15.08 | - |
| YUV | 46.52 | 163.83 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 37 | 110 | 0.63 | 0.66 | 0 | 0.57 | 243.29 | 0.5 | 0.29 |
| Hex | 29 | 25 | 6E | 3F | 42 | 0 | 39 | F3 | 32 | 1D |
| Octal | 51 | 45 | 156 | 77 | 102 | 0 | 71 | 363 | 62 | 35 |
| Binary | 101001 | 100101 | 1101110 | 111111 | 1000010 | 0 | 111001 | 11110011 | 110010 | 11101 |
Color Harmonies of #29256E
Complementary color
Monochromatic Colors of #29256E
Black with #29256E
Text Example
Text Example
White with #29256E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29256E; }
p { color: rgb(41,37,110); }
H1.HeaderClassName
{
color: #29256E;
}
.AnyTagClassName
{
color: #29256E;
}
</style>
background-color css
<style>
a { background-color: #29256E; }
a { background-color: rgb(41,37,110); }
div.DivClassName
{
background-color: #29256E;
}
.BgClassName
{
background-color: #29256E;
}
</style>
border-color css
<style>
span { border-color: #29256E; }
span { border-color: rgb(41,37,110); }
td.TdClassName
{
border-color: #29256E;
}
.TagClassName
{
border-color: #29256E;
}
</style>