Shades of Paris M #291C6A
Tints of Paris M #291C6A
RGB
CMYK
RGB Variations
Color information
#291C6A (or 0x291C6A) is known color: Paris M. HEX triplet: 29, 1C and 6A. RGB value is (41,28,106). Sum of RGB (Red+Green+Blue) = 41+28+106=175 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.43% from 175); Green value is 28 (11.33% from 255 or 16% from 175); Blue value is 106 (41.80% from 255 or 60.57% from 175); Max value from RGB is 106 - color contains mainly: blue. Hex color #291C6A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #291C6A is #D6E395. Grayscale: #282828. Windows color (decimal): -14082966 or 6954025. OLE color: 6954025.
HSL color Cylindrical-coordinate representation of color #291C6A: hue angle of 250º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #291C6A is Cyan = 0.61, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 41 | 28 | 106 | - |
| CMYK | 0.61 | 0.74 | 0 | 0.58 |
| HSL | 250º | 0.58% | 0.26% | - |
| HSV(B) | 250º | 0.74% | 0.42% | - |
| XYZ | 3.93 | 2.34 | 13.88 | - |
| YUV | 40.78 | 164.81 | 128.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 28 | 106 | 0.61 | 0.74 | 0 | 0.58 | 250 | 0.58 | 0.26 |
| Hex | 29 | 1C | 6A | 3D | 4A | 0 | 3A | FA | 3A | 1A |
| Octal | 51 | 34 | 152 | 75 | 112 | 0 | 72 | 372 | 72 | 32 |
| Binary | 101001 | 11100 | 1101010 | 111101 | 1001010 | 0 | 111010 | 11111010 | 111010 | 11010 |
Color Harmonies of #291C6A
Complementary color
Monochromatic Colors of #291C6A
Black with #291C6A
Text Example
Text Example
White with #291C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291C6A; }
p { color: rgb(41,28,106); }
H1.HeaderClassName
{
color: #291C6A;
}
.AnyTagClassName
{
color: #291C6A;
}
</style>
background-color css
<style>
a { background-color: #291C6A; }
a { background-color: rgb(41,28,106); }
div.DivClassName
{
background-color: #291C6A;
}
.BgClassName
{
background-color: #291C6A;
}
</style>
border-color css
<style>
span { border-color: #291C6A; }
span { border-color: rgb(41,28,106); }
td.TdClassName
{
border-color: #291C6A;
}
.TagClassName
{
border-color: #291C6A;
}
</style>