Shades of Paris M #241164
Tints of Paris M #241164
RGB
CMYK
RGB Variations
Color information
#241164 (or 0x241164) is known color: Paris M. HEX triplet: 24, 11 and 64. RGB value is (36,17,100). Sum of RGB (Red+Green+Blue) = 36+17+100=153 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.53% from 153); Green value is 17 (7.03% from 255 or 11.11% from 153); Blue value is 100 (39.45% from 255 or 65.36% from 153); Max value from RGB is 100 - color contains mainly: blue. Hex color #241164 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #241164 is #DBEE9B. Grayscale: #1F1F1F. Windows color (decimal): -14413468 or 6557988. OLE color: 6557988.
HSL color Cylindrical-coordinate representation of color #241164: hue angle of 253.73º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #241164 is Cyan = 0.64, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 36 | 17 | 100 | - |
| CMYK | 0.64 | 0.83 | 0 | 0.61 |
| HSL | 253.73º | 0.71% | 0.23% | - |
| HSV(B) | 253.73º | 0.83% | 0.39% | - |
| XYZ | 3.23 | 1.7 | 12.21 | - |
| YUV | 32.14 | 166.29 | 130.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 17 | 100 | 0.64 | 0.83 | 0 | 0.61 | 253.73 | 0.71 | 0.23 |
| Hex | 24 | 11 | 64 | 40 | 53 | 0 | 3D | FE | 47 | 17 |
| Octal | 44 | 21 | 144 | 100 | 123 | 0 | 75 | 376 | 107 | 27 |
| Binary | 100100 | 10001 | 1100100 | 1000000 | 1010011 | 0 | 111101 | 11111110 | 1000111 | 10111 |
Color Harmonies of #241164
Complementary color
Monochromatic Colors of #241164
Black with #241164
Text Example
Text Example
White with #241164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241164; }
p { color: rgb(36,17,100); }
H1.HeaderClassName
{
color: #241164;
}
.AnyTagClassName
{
color: #241164;
}
</style>
background-color css
<style>
a { background-color: #241164; }
a { background-color: rgb(36,17,100); }
div.DivClassName
{
background-color: #241164;
}
.BgClassName
{
background-color: #241164;
}
</style>
border-color css
<style>
span { border-color: #241164; }
span { border-color: rgb(36,17,100); }
td.TdClassName
{
border-color: #241164;
}
.TagClassName
{
border-color: #241164;
}
</style>