Shades of Paris M #2E2467
Tints of Paris M #2E2467
RGB
CMYK
RGB Variations
Color information
#2E2467 (or 0x2E2467) is known color: Paris M. HEX triplet: 2E, 24 and 67. RGB value is (46,36,103). Sum of RGB (Red+Green+Blue) = 46+36+103=185 (24% of max value = 765). Red value is 46 (18.36% from 255 or 24.86% from 185); Green value is 36 (14.45% from 255 or 19.46% from 185); Blue value is 103 (40.62% from 255 or 55.68% from 185); Max value from RGB is 103 - color contains mainly: blue. Hex color #2E2467 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E2467 is #D1DB98. Grayscale: #2E2E2E. Windows color (decimal): -13753241 or 6759470. OLE color: 6759470.
HSL color Cylindrical-coordinate representation of color #2E2467: hue angle of 248.96º degrees, saturation: 0.48, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2E2467 is Cyan = 0.55, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 46 | 36 | 103 | - |
| CMYK | 0.55 | 0.65 | 0 | 0.60 |
| HSL | 248.96º | 0.48% | 0.27% | - |
| HSV(B) | 248.96º | 0.65% | 0.4% | - |
| XYZ | 4.21 | 2.82 | 13.15 | - |
| YUV | 46.63 | 159.81 | 127.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 36 | 103 | 0.55 | 0.65 | 0 | 0.60 | 248.96 | 0.48 | 0.27 |
| Hex | 2E | 24 | 67 | 37 | 41 | 0 | 3C | F9 | 30 | 1B |
| Octal | 56 | 44 | 147 | 67 | 101 | 0 | 74 | 371 | 60 | 33 |
| Binary | 101110 | 100100 | 1100111 | 110111 | 1000001 | 0 | 111100 | 11111001 | 110000 | 11011 |
Color Harmonies of #2E2467
Complementary color
Monochromatic Colors of #2E2467
Black with #2E2467
Text Example
Text Example
White with #2E2467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2467; }
p { color: rgb(46,36,103); }
H1.HeaderClassName
{
color: #2E2467;
}
.AnyTagClassName
{
color: #2E2467;
}
</style>
background-color css
<style>
a { background-color: #2E2467; }
a { background-color: rgb(46,36,103); }
div.DivClassName
{
background-color: #2E2467;
}
.BgClassName
{
background-color: #2E2467;
}
</style>
border-color css
<style>
span { border-color: #2E2467; }
span { border-color: rgb(46,36,103); }
td.TdClassName
{
border-color: #2E2467;
}
.TagClassName
{
border-color: #2E2467;
}
</style>