Shades of Paris M #292165
Tints of Paris M #292165
RGB
CMYK
RGB Variations
Color information
#292165 (or 0x292165) is known color: Paris M. HEX triplet: 29, 21 and 65. RGB value is (41,33,101). Sum of RGB (Red+Green+Blue) = 41+33+101=175 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.43% from 175); Green value is 33 (13.28% from 255 or 18.86% from 175); Blue value is 101 (39.84% from 255 or 57.71% from 175); Max value from RGB is 101 - color contains mainly: blue. Hex color #292165 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292165 is #D6DE9A. Grayscale: #2A2A2A. Windows color (decimal): -14081691 or 6627625. OLE color: 6627625.
HSL color Cylindrical-coordinate representation of color #292165: hue angle of 247.06º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #292165 is Cyan = 0.59, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 41 | 33 | 101 | - |
| CMYK | 0.59 | 0.67 | 0 | 0.60 |
| HSL | 247.06º | 0.51% | 0.26% | - |
| HSV(B) | 247.06º | 0.67% | 0.4% | - |
| XYZ | 3.81 | 2.5 | 12.59 | - |
| YUV | 43.14 | 160.65 | 126.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 33 | 101 | 0.59 | 0.67 | 0 | 0.60 | 247.06 | 0.51 | 0.26 |
| Hex | 29 | 21 | 65 | 3B | 43 | 0 | 3C | F7 | 33 | 1A |
| Octal | 51 | 41 | 145 | 73 | 103 | 0 | 74 | 367 | 63 | 32 |
| Binary | 101001 | 100001 | 1100101 | 111011 | 1000011 | 0 | 111100 | 11110111 | 110011 | 11010 |
Color Harmonies of #292165
Complementary color
Monochromatic Colors of #292165
Black with #292165
Text Example
Text Example
White with #292165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292165; }
p { color: rgb(41,33,101); }
H1.HeaderClassName
{
color: #292165;
}
.AnyTagClassName
{
color: #292165;
}
</style>
background-color css
<style>
a { background-color: #292165; }
a { background-color: rgb(41,33,101); }
div.DivClassName
{
background-color: #292165;
}
.BgClassName
{
background-color: #292165;
}
</style>
border-color css
<style>
span { border-color: #292165; }
span { border-color: rgb(41,33,101); }
td.TdClassName
{
border-color: #292165;
}
.TagClassName
{
border-color: #292165;
}
</style>