Shades of Paris M #291A62
Tints of Paris M #291A62
RGB
CMYK
RGB Variations
Color information
#291A62 (or 0x291A62) is known color: Paris M. HEX triplet: 29, 1A and 62. RGB value is (41,26,98). Sum of RGB (Red+Green+Blue) = 41+26+98=165 (21% of max value = 765). Red value is 41 (16.41% from 255 or 24.85% from 165); Green value is 26 (10.55% from 255 or 15.76% from 165); Blue value is 98 (38.67% from 255 or 59.39% from 165); Max value from RGB is 98 - color contains mainly: blue. Hex color #291A62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #291A62 is #D6E59D. Grayscale: #262626. Windows color (decimal): -14083486 or 6429225. OLE color: 6429225.
HSL color Cylindrical-coordinate representation of color #291A62: hue angle of 252.5º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #291A62 is Cyan = 0.58, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 41 | 26 | 98 | - |
| CMYK | 0.58 | 0.73 | 0 | 0.62 |
| HSL | 252.5º | 0.58% | 0.24% | - |
| HSV(B) | 252.5º | 0.73% | 0.38% | - |
| XYZ | 3.49 | 2.09 | 11.78 | - |
| YUV | 38.69 | 161.47 | 129.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 26 | 98 | 0.58 | 0.73 | 0 | 0.62 | 252.5 | 0.58 | 0.24 |
| Hex | 29 | 1A | 62 | 3A | 49 | 0 | 3E | FD | 3A | 18 |
| Octal | 51 | 32 | 142 | 72 | 111 | 0 | 76 | 375 | 72 | 30 |
| Binary | 101001 | 11010 | 1100010 | 111010 | 1001001 | 0 | 111110 | 11111101 | 111010 | 11000 |
Color Harmonies of #291A62
Complementary color
Monochromatic Colors of #291A62
Black with #291A62
Text Example
Text Example
White with #291A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291A62; }
p { color: rgb(41,26,98); }
H1.HeaderClassName
{
color: #291A62;
}
.AnyTagClassName
{
color: #291A62;
}
</style>
background-color css
<style>
a { background-color: #291A62; }
a { background-color: rgb(41,26,98); }
div.DivClassName
{
background-color: #291A62;
}
.BgClassName
{
background-color: #291A62;
}
</style>
border-color css
<style>
span { border-color: #291A62; }
span { border-color: rgb(41,26,98); }
td.TdClassName
{
border-color: #291A62;
}
.TagClassName
{
border-color: #291A62;
}
</style>