Shades of Paris M #292363
Tints of Paris M #292363
RGB
CMYK
RGB Variations
Color information
#292363 (or 0x292363) is known color: Paris M. HEX triplet: 29, 23 and 63. RGB value is (41,35,99). Sum of RGB (Red+Green+Blue) = 41+35+99=175 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.43% from 175); Green value is 35 (14.06% from 255 or 20% from 175); Blue value is 99 (39.06% from 255 or 56.57% from 175); Max value from RGB is 99 - color contains mainly: blue. Hex color #292363 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292363 is #D6DC9C. Grayscale: #2B2B2B. Windows color (decimal): -14081181 or 6497065. OLE color: 6497065.
HSL color Cylindrical-coordinate representation of color #292363: hue angle of 245.62º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #292363 is Cyan = 0.59, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 41 | 35 | 99 | - |
| CMYK | 0.59 | 0.65 | 0 | 0.61 |
| HSL | 245.63º | 0.48% | 0.26% | - |
| HSV(B) | 245.63º | 0.65% | 0.39% | - |
| XYZ | 3.77 | 2.57 | 12.1 | - |
| YUV | 44.09 | 158.99 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 35 | 99 | 0.59 | 0.65 | 0 | 0.61 | 245.63 | 0.48 | 0.26 |
| Hex | 29 | 23 | 63 | 3B | 41 | 0 | 3D | F6 | 30 | 1A |
| Octal | 51 | 43 | 143 | 73 | 101 | 0 | 75 | 366 | 60 | 32 |
| Binary | 101001 | 100011 | 1100011 | 111011 | 1000001 | 0 | 111101 | 11110110 | 110000 | 11010 |
Color Harmonies of #292363
Complementary color
Monochromatic Colors of #292363
Black with #292363
Text Example
Text Example
White with #292363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292363; }
p { color: rgb(41,35,99); }
H1.HeaderClassName
{
color: #292363;
}
.AnyTagClassName
{
color: #292363;
}
</style>
background-color css
<style>
a { background-color: #292363; }
a { background-color: rgb(41,35,99); }
div.DivClassName
{
background-color: #292363;
}
.BgClassName
{
background-color: #292363;
}
</style>
border-color css
<style>
span { border-color: #292363; }
span { border-color: rgb(41,35,99); }
td.TdClassName
{
border-color: #292363;
}
.TagClassName
{
border-color: #292363;
}
</style>