Shades of Paris M #242261
Tints of Paris M #242261
RGB
CMYK
RGB Variations
Color information
#242261 (or 0x242261) is known color: Paris M. HEX triplet: 24, 22 and 61. RGB value is (36,34,97). Sum of RGB (Red+Green+Blue) = 36+34+97=167 (22% of max value = 765). Red value is 36 (14.45% from 255 or 21.56% from 167); Green value is 34 (13.67% from 255 or 20.36% from 167); Blue value is 97 (38.28% from 255 or 58.08% from 167); Max value from RGB is 97 - color contains mainly: blue. Hex color #242261 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242261 is #DBDD9E. Grayscale: #292929. Windows color (decimal): -14409119 or 6365732. OLE color: 6365732.
HSL color Cylindrical-coordinate representation of color #242261: hue angle of 241.9º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #242261 is Cyan = 0.63, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 36 | 34 | 97 | - |
| CMYK | 0.63 | 0.65 | 0 | 0.62 |
| HSL | 241.9º | 0.48% | 0.26% | - |
| HSV(B) | 241.9º | 0.65% | 0.38% | - |
| XYZ | 3.46 | 2.38 | 11.59 | - |
| YUV | 41.78 | 159.16 | 123.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 34 | 97 | 0.63 | 0.65 | 0 | 0.62 | 241.9 | 0.48 | 0.26 |
| Hex | 24 | 22 | 61 | 3F | 41 | 0 | 3E | F2 | 30 | 1A |
| Octal | 44 | 42 | 141 | 77 | 101 | 0 | 76 | 362 | 60 | 32 |
| Binary | 100100 | 100010 | 1100001 | 111111 | 1000001 | 0 | 111110 | 11110010 | 110000 | 11010 |
Color Harmonies of #242261
Complementary color
Monochromatic Colors of #242261
Black with #242261
Text Example
Text Example
White with #242261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242261; }
p { color: rgb(36,34,97); }
H1.HeaderClassName
{
color: #242261;
}
.AnyTagClassName
{
color: #242261;
}
</style>
background-color css
<style>
a { background-color: #242261; }
a { background-color: rgb(36,34,97); }
div.DivClassName
{
background-color: #242261;
}
.BgClassName
{
background-color: #242261;
}
</style>
border-color css
<style>
span { border-color: #242261; }
span { border-color: rgb(36,34,97); }
td.TdClassName
{
border-color: #242261;
}
.TagClassName
{
border-color: #242261;
}
</style>