Shades of Paris M #241462
Tints of Paris M #241462
RGB
CMYK
RGB Variations
Color information
#241462 (or 0x241462) is known color: Paris M. HEX triplet: 24, 14 and 62. RGB value is (36,20,98). Sum of RGB (Red+Green+Blue) = 36+20+98=154 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.38% from 154); Green value is 20 (8.20% from 255 or 12.99% from 154); Blue value is 98 (38.67% from 255 or 63.64% from 154); Max value from RGB is 98 - color contains mainly: blue. Hex color #241462 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #241462 is #DBEB9D. Grayscale: #212121. Windows color (decimal): -14412702 or 6427684. OLE color: 6427684.
HSL color Cylindrical-coordinate representation of color #241462: hue angle of 252.31º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #241462 is Cyan = 0.63, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 36 | 20 | 98 | - |
| CMYK | 0.63 | 0.80 | 0 | 0.62 |
| HSL | 252.31º | 0.66% | 0.23% | - |
| HSV(B) | 252.31º | 0.8% | 0.38% | - |
| XYZ | 3.18 | 1.76 | 11.73 | - |
| YUV | 33.68 | 164.3 | 129.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 20 | 98 | 0.63 | 0.80 | 0 | 0.62 | 252.31 | 0.66 | 0.23 |
| Hex | 24 | 14 | 62 | 3F | 50 | 0 | 3E | FC | 42 | 17 |
| Octal | 44 | 24 | 142 | 77 | 120 | 0 | 76 | 374 | 102 | 27 |
| Binary | 100100 | 10100 | 1100010 | 111111 | 1010000 | 0 | 111110 | 11111100 | 1000010 | 10111 |
Color Harmonies of #241462
Complementary color
Monochromatic Colors of #241462
Black with #241462
Text Example
Text Example
White with #241462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241462; }
p { color: rgb(36,20,98); }
H1.HeaderClassName
{
color: #241462;
}
.AnyTagClassName
{
color: #241462;
}
</style>
background-color css
<style>
a { background-color: #241462; }
a { background-color: rgb(36,20,98); }
div.DivClassName
{
background-color: #241462;
}
.BgClassName
{
background-color: #241462;
}
</style>
border-color css
<style>
span { border-color: #241462; }
span { border-color: rgb(36,20,98); }
td.TdClassName
{
border-color: #241462;
}
.TagClassName
{
border-color: #241462;
}
</style>