Shades of Paris M #291F6B
Tints of Paris M #291F6B
RGB
CMYK
RGB Variations
Color information
#291F6B (or 0x291F6B) is known color: Paris M. HEX triplet: 29, 1F and 6B. RGB value is (41,31,107). Sum of RGB (Red+Green+Blue) = 41+31+107=179 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.91% from 179); Green value is 31 (12.5% from 255 or 17.32% from 179); Blue value is 107 (42.19% from 255 or 59.78% from 179); Max value from RGB is 107 - color contains mainly: blue. Hex color #291F6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #291F6B is #D6E094. Grayscale: #2A2A2A. Windows color (decimal): -14082197 or 7020329. OLE color: 7020329.
HSL color Cylindrical-coordinate representation of color #291F6B: hue angle of 247.89º degrees, saturation: 0.55, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #291F6B is Cyan = 0.62, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 41 | 31 | 107 | - |
| CMYK | 0.62 | 0.71 | 0 | 0.58 |
| HSL | 247.89º | 0.55% | 0.27% | - |
| HSV(B) | 247.89º | 0.71% | 0.42% | - |
| XYZ | 4.06 | 2.51 | 14.18 | - |
| YUV | 42.65 | 164.31 | 126.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 31 | 107 | 0.62 | 0.71 | 0 | 0.58 | 247.89 | 0.55 | 0.27 |
| Hex | 29 | 1F | 6B | 3E | 47 | 0 | 3A | F8 | 37 | 1B |
| Octal | 51 | 37 | 153 | 76 | 107 | 0 | 72 | 370 | 67 | 33 |
| Binary | 101001 | 11111 | 1101011 | 111110 | 1000111 | 0 | 111010 | 11111000 | 110111 | 11011 |
Color Harmonies of #291F6B
Complementary color
Monochromatic Colors of #291F6B
Black with #291F6B
Text Example
Text Example
White with #291F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291F6B; }
p { color: rgb(41,31,107); }
H1.HeaderClassName
{
color: #291F6B;
}
.AnyTagClassName
{
color: #291F6B;
}
</style>
background-color css
<style>
a { background-color: #291F6B; }
a { background-color: rgb(41,31,107); }
div.DivClassName
{
background-color: #291F6B;
}
.BgClassName
{
background-color: #291F6B;
}
</style>
border-color css
<style>
span { border-color: #291F6B; }
span { border-color: rgb(41,31,107); }
td.TdClassName
{
border-color: #291F6B;
}
.TagClassName
{
border-color: #291F6B;
}
</style>