Shades of Paris M #29266C
Tints of Paris M #29266C
RGB
CMYK
RGB Variations
Color information
#29266C (or 0x29266C) is known color: Paris M. HEX triplet: 29, 26 and 6C. RGB value is (41,38,108). Sum of RGB (Red+Green+Blue) = 41+38+108=187 (24% of max value = 765). Red value is 41 (16.41% from 255 or 21.93% from 187); Green value is 38 (15.23% from 255 or 20.32% from 187); Blue value is 108 (42.58% from 255 or 57.75% from 187); Max value from RGB is 108 - color contains mainly: blue. Hex color #29266C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29266C is #D6D993. Grayscale: #2E2E2E. Windows color (decimal): -14080404 or 7087657. OLE color: 7087657.
HSL color Cylindrical-coordinate representation of color #29266C: hue angle of 242.57º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #29266C is Cyan = 0.62, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 41 | 38 | 108 | - |
| CMYK | 0.62 | 0.65 | 0 | 0.58 |
| HSL | 242.57º | 0.48% | 0.29% | - |
| HSV(B) | 242.57º | 0.65% | 0.42% | - |
| XYZ | 4.31 | 2.94 | 14.53 | - |
| YUV | 46.88 | 162.49 | 123.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 38 | 108 | 0.62 | 0.65 | 0 | 0.58 | 242.57 | 0.48 | 0.29 |
| Hex | 29 | 26 | 6C | 3E | 41 | 0 | 3A | F3 | 30 | 1D |
| Octal | 51 | 46 | 154 | 76 | 101 | 0 | 72 | 363 | 60 | 35 |
| Binary | 101001 | 100110 | 1101100 | 111110 | 1000001 | 0 | 111010 | 11110011 | 110000 | 11101 |
Color Harmonies of #29266C
Complementary color
Monochromatic Colors of #29266C
Black with #29266C
Text Example
Text Example
White with #29266C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29266C; }
p { color: rgb(41,38,108); }
H1.HeaderClassName
{
color: #29266C;
}
.AnyTagClassName
{
color: #29266C;
}
</style>
background-color css
<style>
a { background-color: #29266C; }
a { background-color: rgb(41,38,108); }
div.DivClassName
{
background-color: #29266C;
}
.BgClassName
{
background-color: #29266C;
}
</style>
border-color css
<style>
span { border-color: #29266C; }
span { border-color: rgb(41,38,108); }
td.TdClassName
{
border-color: #29266C;
}
.TagClassName
{
border-color: #29266C;
}
</style>