Shades of Paris M #29256F
Tints of Paris M #29256F
RGB
CMYK
RGB Variations
Color information
#29256F (or 0x29256F) is known color: Paris M. HEX triplet: 29, 25 and 6F. RGB value is (41,37,111). Sum of RGB (Red+Green+Blue) = 41+37+111=189 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.69% from 189); Green value is 37 (14.84% from 255 or 19.58% from 189); Blue value is 111 (43.75% from 255 or 58.73% from 189); Max value from RGB is 111 - color contains mainly: blue. Hex color #29256F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29256F is #D6DA90. Grayscale: #2E2E2E. Windows color (decimal): -14080657 or 7284009. OLE color: 7284009.
HSL color Cylindrical-coordinate representation of color #29256F: hue angle of 243.24º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #29256F is Cyan = 0.63, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 41 | 37 | 111 | - |
| CMYK | 0.63 | 0.67 | 0 | 0.56 |
| HSL | 243.24º | 0.5% | 0.29% | - |
| HSV(B) | 243.24º | 0.67% | 0.44% | - |
| XYZ | 4.45 | 2.94 | 15.37 | - |
| YUV | 46.63 | 164.33 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 37 | 111 | 0.63 | 0.67 | 0 | 0.56 | 243.24 | 0.5 | 0.29 |
| Hex | 29 | 25 | 6F | 3F | 43 | 0 | 38 | F3 | 32 | 1D |
| Octal | 51 | 45 | 157 | 77 | 103 | 0 | 70 | 363 | 62 | 35 |
| Binary | 101001 | 100101 | 1101111 | 111111 | 1000011 | 0 | 111000 | 11110011 | 110010 | 11101 |
Color Harmonies of #29256F
Complementary color
Monochromatic Colors of #29256F
Black with #29256F
Text Example
Text Example
White with #29256F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29256F; }
p { color: rgb(41,37,111); }
H1.HeaderClassName
{
color: #29256F;
}
.AnyTagClassName
{
color: #29256F;
}
</style>
background-color css
<style>
a { background-color: #29256F; }
a { background-color: rgb(41,37,111); }
div.DivClassName
{
background-color: #29256F;
}
.BgClassName
{
background-color: #29256F;
}
</style>
border-color css
<style>
span { border-color: #29256F; }
span { border-color: rgb(41,37,111); }
td.TdClassName
{
border-color: #29256F;
}
.TagClassName
{
border-color: #29256F;
}
</style>