Shades of Paris M #240F60
Tints of Paris M #240F60
RGB
CMYK
RGB Variations
Color information
#240F60 (or 0x240F60) is known color: Paris M. HEX triplet: 24, 0F and 60. RGB value is (36,15,96). Sum of RGB (Red+Green+Blue) = 36+15+96=147 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.49% from 147); Green value is 15 (6.25% from 255 or 10.20% from 147); Blue value is 96 (37.89% from 255 or 65.31% from 147); Max value from RGB is 96 - color contains mainly: blue. Hex color #240F60 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240F60 is #DBF09F. Grayscale: #1E1E1E. Windows color (decimal): -14413984 or 6295332. OLE color: 6295332.
HSL color Cylindrical-coordinate representation of color #240F60: hue angle of 255.56º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #240F60 is Cyan = 0.62, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 36 | 15 | 96 | - |
| CMYK | 0.62 | 0.84 | 0 | 0.62 |
| HSL | 255.56º | 0.73% | 0.22% | - |
| HSV(B) | 255.56º | 0.84% | 0.38% | - |
| XYZ | 3.01 | 1.56 | 11.21 | - |
| YUV | 30.51 | 164.96 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 15 | 96 | 0.62 | 0.84 | 0 | 0.62 | 255.56 | 0.73 | 0.22 |
| Hex | 24 | F | 60 | 3E | 54 | 0 | 3E | 100 | 49 | 16 |
| Octal | 44 | 17 | 140 | 76 | 124 | 0 | 76 | 400 | 111 | 26 |
| Binary | 100100 | 1111 | 1100000 | 111110 | 1010100 | 0 | 111110 | 100000000 | 1001001 | 10110 |
Color Harmonies of #240F60
Complementary color
Monochromatic Colors of #240F60
Black with #240F60
Text Example
Text Example
White with #240F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240F60; }
p { color: rgb(36,15,96); }
H1.HeaderClassName
{
color: #240F60;
}
.AnyTagClassName
{
color: #240F60;
}
</style>
background-color css
<style>
a { background-color: #240F60; }
a { background-color: rgb(36,15,96); }
div.DivClassName
{
background-color: #240F60;
}
.BgClassName
{
background-color: #240F60;
}
</style>
border-color css
<style>
span { border-color: #240F60; }
span { border-color: rgb(36,15,96); }
td.TdClassName
{
border-color: #240F60;
}
.TagClassName
{
border-color: #240F60;
}
</style>