Shades of Paris M #2E2571
Tints of Paris M #2E2571
RGB
CMYK
RGB Variations
Color information
#2E2571 (or 0x2E2571) is known color: Paris M. HEX triplet: 2E, 25 and 71. RGB value is (46,37,113). Sum of RGB (Red+Green+Blue) = 46+37+113=196 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.47% from 196); Green value is 37 (14.84% from 255 or 18.88% from 196); Blue value is 113 (44.53% from 255 or 57.65% from 196); Max value from RGB is 113 - color contains mainly: blue. Hex color #2E2571 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E2571 is #D1DA8E. Grayscale: #303030. Windows color (decimal): -13752975 or 7415086. OLE color: 7415086.
HSL color Cylindrical-coordinate representation of color #2E2571: hue angle of 247.11º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2E2571 is Cyan = 0.59, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 46 | 37 | 113 | - |
| CMYK | 0.59 | 0.67 | 0 | 0.56 |
| HSL | 247.11º | 0.51% | 0.29% | - |
| HSV(B) | 247.11º | 0.67% | 0.44% | - |
| XYZ | 4.77 | 3.1 | 15.97 | - |
| YUV | 48.36 | 164.48 | 126.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 37 | 113 | 0.59 | 0.67 | 0 | 0.56 | 247.11 | 0.51 | 0.29 |
| Hex | 2E | 25 | 71 | 3B | 43 | 0 | 38 | F7 | 33 | 1D |
| Octal | 56 | 45 | 161 | 73 | 103 | 0 | 70 | 367 | 63 | 35 |
| Binary | 101110 | 100101 | 1110001 | 111011 | 1000011 | 0 | 111000 | 11110111 | 110011 | 11101 |
Color Harmonies of #2E2571
Complementary color
Monochromatic Colors of #2E2571
Black with #2E2571
Text Example
Text Example
White with #2E2571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2571; }
p { color: rgb(46,37,113); }
H1.HeaderClassName
{
color: #2E2571;
}
.AnyTagClassName
{
color: #2E2571;
}
</style>
background-color css
<style>
a { background-color: #2E2571; }
a { background-color: rgb(46,37,113); }
div.DivClassName
{
background-color: #2E2571;
}
.BgClassName
{
background-color: #2E2571;
}
</style>
border-color css
<style>
span { border-color: #2E2571; }
span { border-color: rgb(46,37,113); }
td.TdClassName
{
border-color: #2E2571;
}
.TagClassName
{
border-color: #2E2571;
}
</style>