Shades of Paris M #29206A
Tints of Paris M #29206A
RGB
CMYK
RGB Variations
Color information
#29206A (or 0x29206A) is known color: Paris M. HEX triplet: 29, 20 and 6A. RGB value is (41,32,106). Sum of RGB (Red+Green+Blue) = 41+32+106=179 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.91% from 179); Green value is 32 (12.89% from 255 or 17.88% from 179); Blue value is 106 (41.80% from 255 or 59.22% from 179); Max value from RGB is 106 - color contains mainly: blue. Hex color #29206A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29206A is #D6DF95. Grayscale: #2A2A2A. Windows color (decimal): -14081942 or 6955049. OLE color: 6955049.
HSL color Cylindrical-coordinate representation of color #29206A: hue angle of 247.3º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #29206A is Cyan = 0.61, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 41 | 32 | 106 | - |
| CMYK | 0.61 | 0.70 | 0 | 0.58 |
| HSL | 247.3º | 0.54% | 0.27% | - |
| HSV(B) | 247.3º | 0.7% | 0.42% | - |
| XYZ | 4.03 | 2.55 | 13.91 | - |
| YUV | 43.13 | 163.48 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 32 | 106 | 0.61 | 0.70 | 0 | 0.58 | 247.3 | 0.54 | 0.27 |
| Hex | 29 | 20 | 6A | 3D | 46 | 0 | 3A | F7 | 36 | 1B |
| Octal | 51 | 40 | 152 | 75 | 106 | 0 | 72 | 367 | 66 | 33 |
| Binary | 101001 | 100000 | 1101010 | 111101 | 1000110 | 0 | 111010 | 11110111 | 110110 | 11011 |
Color Harmonies of #29206A
Complementary color
Monochromatic Colors of #29206A
Black with #29206A
Text Example
Text Example
White with #29206A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29206A; }
p { color: rgb(41,32,106); }
H1.HeaderClassName
{
color: #29206A;
}
.AnyTagClassName
{
color: #29206A;
}
</style>
background-color css
<style>
a { background-color: #29206A; }
a { background-color: rgb(41,32,106); }
div.DivClassName
{
background-color: #29206A;
}
.BgClassName
{
background-color: #29206A;
}
</style>
border-color css
<style>
span { border-color: #29206A; }
span { border-color: rgb(41,32,106); }
td.TdClassName
{
border-color: #29206A;
}
.TagClassName
{
border-color: #29206A;
}
</style>