Shades of Paris M #240F61
Tints of Paris M #240F61
RGB
CMYK
RGB Variations
Color information
#240F61 (or 0x240F61) is known color: Paris M. HEX triplet: 24, 0F and 61. RGB value is (36,15,97). Sum of RGB (Red+Green+Blue) = 36+15+97=148 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.32% from 148); Green value is 15 (6.25% from 255 or 10.14% from 148); Blue value is 97 (38.28% from 255 or 65.54% from 148); Max value from RGB is 97 - color contains mainly: blue. Hex color #240F61 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240F61 is #DBF09E. Grayscale: #1E1E1E. Windows color (decimal): -14413983 or 6360868. OLE color: 6360868.
HSL color Cylindrical-coordinate representation of color #240F61: hue angle of 255.37º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #240F61 is Cyan = 0.63, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 36 | 15 | 97 | - |
| CMYK | 0.63 | 0.85 | 0 | 0.62 |
| HSL | 255.37º | 0.73% | 0.22% | - |
| HSV(B) | 255.37º | 0.85% | 0.38% | - |
| XYZ | 3.06 | 1.58 | 11.45 | - |
| YUV | 30.63 | 165.46 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 15 | 97 | 0.63 | 0.85 | 0 | 0.62 | 255.37 | 0.73 | 0.22 |
| Hex | 24 | F | 61 | 3F | 55 | 0 | 3E | FF | 49 | 16 |
| Octal | 44 | 17 | 141 | 77 | 125 | 0 | 76 | 377 | 111 | 26 |
| Binary | 100100 | 1111 | 1100001 | 111111 | 1010101 | 0 | 111110 | 11111111 | 1001001 | 10110 |
Color Harmonies of #240F61
Complementary color
Monochromatic Colors of #240F61
Black with #240F61
Text Example
Text Example
White with #240F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240F61; }
p { color: rgb(36,15,97); }
H1.HeaderClassName
{
color: #240F61;
}
.AnyTagClassName
{
color: #240F61;
}
</style>
background-color css
<style>
a { background-color: #240F61; }
a { background-color: rgb(36,15,97); }
div.DivClassName
{
background-color: #240F61;
}
.BgClassName
{
background-color: #240F61;
}
</style>
border-color css
<style>
span { border-color: #240F61; }
span { border-color: rgb(36,15,97); }
td.TdClassName
{
border-color: #240F61;
}
.TagClassName
{
border-color: #240F61;
}
</style>