Shades of Paris M #291A68
Tints of Paris M #291A68
RGB
CMYK
RGB Variations
Color information
#291A68 (or 0x291A68) is known color: Paris M. HEX triplet: 29, 1A and 68. RGB value is (41,26,104). Sum of RGB (Red+Green+Blue) = 41+26+104=171 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.98% from 171); Green value is 26 (10.55% from 255 or 15.20% from 171); Blue value is 104 (41.02% from 255 or 60.82% from 171); Max value from RGB is 104 - color contains mainly: blue. Hex color #291A68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #291A68 is #D6E597. Grayscale: #272727. Windows color (decimal): -14083480 or 6822441. OLE color: 6822441.
HSL color Cylindrical-coordinate representation of color #291A68: hue angle of 251.54º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #291A68 is Cyan = 0.61, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 41 | 26 | 104 | - |
| CMYK | 0.61 | 0.75 | 0 | 0.59 |
| HSL | 251.54º | 0.6% | 0.25% | - |
| HSV(B) | 251.54º | 0.75% | 0.41% | - |
| XYZ | 3.78 | 2.21 | 13.32 | - |
| YUV | 39.38 | 164.47 | 129.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 26 | 104 | 0.61 | 0.75 | 0 | 0.59 | 251.54 | 0.6 | 0.25 |
| Hex | 29 | 1A | 68 | 3D | 4B | 0 | 3B | FC | 3C | 19 |
| Octal | 51 | 32 | 150 | 75 | 113 | 0 | 73 | 374 | 74 | 31 |
| Binary | 101001 | 11010 | 1101000 | 111101 | 1001011 | 0 | 111011 | 11111100 | 111100 | 11001 |
Color Harmonies of #291A68
Complementary color
Monochromatic Colors of #291A68
Black with #291A68
Text Example
Text Example
White with #291A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291A68; }
p { color: rgb(41,26,104); }
H1.HeaderClassName
{
color: #291A68;
}
.AnyTagClassName
{
color: #291A68;
}
</style>
background-color css
<style>
a { background-color: #291A68; }
a { background-color: rgb(41,26,104); }
div.DivClassName
{
background-color: #291A68;
}
.BgClassName
{
background-color: #291A68;
}
</style>
border-color css
<style>
span { border-color: #291A68; }
span { border-color: rgb(41,26,104); }
td.TdClassName
{
border-color: #291A68;
}
.TagClassName
{
border-color: #291A68;
}
</style>