Shades of Paris M #241264
Tints of Paris M #241264
RGB
CMYK
RGB Variations
Color information
#241264 (or 0x241264) is known color: Paris M. HEX triplet: 24, 12 and 64. RGB value is (36,18,100). Sum of RGB (Red+Green+Blue) = 36+18+100=154 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.38% from 154); Green value is 18 (7.42% from 255 or 11.69% from 154); Blue value is 100 (39.45% from 255 or 64.94% from 154); Max value from RGB is 100 - color contains mainly: blue. Hex color #241264 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #241264 is #DBED9B. Grayscale: #202020. Windows color (decimal): -14413212 or 6558244. OLE color: 6558244.
HSL color Cylindrical-coordinate representation of color #241264: hue angle of 253.17º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #241264 is Cyan = 0.64, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 36 | 18 | 100 | - |
| CMYK | 0.64 | 0.82 | 0 | 0.61 |
| HSL | 253.17º | 0.69% | 0.23% | - |
| HSV(B) | 253.17º | 0.82% | 0.39% | - |
| XYZ | 3.24 | 1.73 | 12.22 | - |
| YUV | 32.73 | 165.96 | 130.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 18 | 100 | 0.64 | 0.82 | 0 | 0.61 | 253.17 | 0.69 | 0.23 |
| Hex | 24 | 12 | 64 | 40 | 52 | 0 | 3D | FD | 45 | 17 |
| Octal | 44 | 22 | 144 | 100 | 122 | 0 | 75 | 375 | 105 | 27 |
| Binary | 100100 | 10010 | 1100100 | 1000000 | 1010010 | 0 | 111101 | 11111101 | 1000101 | 10111 |
Color Harmonies of #241264
Complementary color
Monochromatic Colors of #241264
Black with #241264
Text Example
Text Example
White with #241264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241264; }
p { color: rgb(36,18,100); }
H1.HeaderClassName
{
color: #241264;
}
.AnyTagClassName
{
color: #241264;
}
</style>
background-color css
<style>
a { background-color: #241264; }
a { background-color: rgb(36,18,100); }
div.DivClassName
{
background-color: #241264;
}
.BgClassName
{
background-color: #241264;
}
</style>
border-color css
<style>
span { border-color: #241264; }
span { border-color: rgb(36,18,100); }
td.TdClassName
{
border-color: #241264;
}
.TagClassName
{
border-color: #241264;
}
</style>