Shades of Paris M #241960
Tints of Paris M #241960
RGB
CMYK
RGB Variations
Color information
#241960 (or 0x241960) is known color: Paris M. HEX triplet: 24, 19 and 60. RGB value is (36,25,96). Sum of RGB (Red+Green+Blue) = 36+25+96=157 (20% of max value = 765). Red value is 36 (14.45% from 255 or 22.93% from 157); Green value is 25 (10.16% from 255 or 15.92% from 157); Blue value is 96 (37.89% from 255 or 61.15% from 157); Max value from RGB is 96 - color contains mainly: blue. Hex color #241960 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #241960 is #DBE69F. Grayscale: #242424. Windows color (decimal): -14411424 or 6297892. OLE color: 6297892.
HSL color Cylindrical-coordinate representation of color #241960: hue angle of 249.3º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #241960 is Cyan = 0.62, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 36 | 25 | 96 | - |
| CMYK | 0.62 | 0.74 | 0 | 0.62 |
| HSL | 249.3º | 0.59% | 0.24% | - |
| HSV(B) | 249.3º | 0.74% | 0.38% | - |
| XYZ | 3.19 | 1.91 | 11.27 | - |
| YUV | 36.38 | 161.64 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 25 | 96 | 0.62 | 0.74 | 0 | 0.62 | 249.3 | 0.59 | 0.24 |
| Hex | 24 | 19 | 60 | 3E | 4A | 0 | 3E | F9 | 3B | 18 |
| Octal | 44 | 31 | 140 | 76 | 112 | 0 | 76 | 371 | 73 | 30 |
| Binary | 100100 | 11001 | 1100000 | 111110 | 1001010 | 0 | 111110 | 11111001 | 111011 | 11000 |
Color Harmonies of #241960
Complementary color
Monochromatic Colors of #241960
Black with #241960
Text Example
Text Example
White with #241960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241960; }
p { color: rgb(36,25,96); }
H1.HeaderClassName
{
color: #241960;
}
.AnyTagClassName
{
color: #241960;
}
</style>
background-color css
<style>
a { background-color: #241960; }
a { background-color: rgb(36,25,96); }
div.DivClassName
{
background-color: #241960;
}
.BgClassName
{
background-color: #241960;
}
</style>
border-color css
<style>
span { border-color: #241960; }
span { border-color: rgb(36,25,96); }
td.TdClassName
{
border-color: #241960;
}
.TagClassName
{
border-color: #241960;
}
</style>