Shades of Paris M #242462
Tints of Paris M #242462
RGB
CMYK
RGB Variations
Color information
#242462 (or 0x242462) is known color: Paris M. HEX triplet: 24, 24 and 62. RGB value is (36,36,98). Sum of RGB (Red+Green+Blue) = 36+36+98=170 (22% of max value = 765). Red value is 36 (14.45% from 255 or 21.18% from 170); Green value is 36 (14.45% from 255 or 21.18% from 170); Blue value is 98 (38.67% from 255 or 57.65% from 170); Max value from RGB is 98 - color contains mainly: blue. Hex color #242462 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242462 is #DBDB9D. Grayscale: #2A2A2A. Windows color (decimal): -14408606 or 6431780. OLE color: 6431780.
HSL color Cylindrical-coordinate representation of color #242462: hue angle of 240º degrees, saturation: 0.46, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #242462 is Cyan = 0.63, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 36 | 36 | 98 | - |
| CMYK | 0.63 | 0.63 | 0 | 0.62 |
| HSL | 240º | 0.46% | 0.26% | - |
| HSV(B) | 240º | 0.63% | 0.38% | - |
| XYZ | 3.56 | 2.52 | 11.85 | - |
| YUV | 43.07 | 159 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 36 | 98 | 0.63 | 0.63 | 0 | 0.62 | 240 | 0.46 | 0.26 |
| Hex | 24 | 24 | 62 | 3F | 3F | 0 | 3E | F0 | 2E | 1A |
| Octal | 44 | 44 | 142 | 77 | 77 | 0 | 76 | 360 | 56 | 32 |
| Binary | 100100 | 100100 | 1100010 | 111111 | 111111 | 0 | 111110 | 11110000 | 101110 | 11010 |
Color Harmonies of #242462
Complementary color
Monochromatic Colors of #242462
Black with #242462
Text Example
Text Example
White with #242462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242462; }
p { color: rgb(36,36,98); }
H1.HeaderClassName
{
color: #242462;
}
.AnyTagClassName
{
color: #242462;
}
</style>
background-color css
<style>
a { background-color: #242462; }
a { background-color: rgb(36,36,98); }
div.DivClassName
{
background-color: #242462;
}
.BgClassName
{
background-color: #242462;
}
</style>
border-color css
<style>
span { border-color: #242462; }
span { border-color: rgb(36,36,98); }
td.TdClassName
{
border-color: #242462;
}
.TagClassName
{
border-color: #242462;
}
</style>