Shades of Paris M #2E2670
Tints of Paris M #2E2670
RGB
CMYK
RGB Variations
Color information
#2E2670 (or 0x2E2670) is known color: Paris M. HEX triplet: 2E, 26 and 70. RGB value is (46,38,112). Sum of RGB (Red+Green+Blue) = 46+38+112=196 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.47% from 196); Green value is 38 (15.23% from 255 or 19.39% from 196); Blue value is 112 (44.14% from 255 or 57.14% from 196); Max value from RGB is 112 - color contains mainly: blue. Hex color #2E2670 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E2670 is #D1D98F. Grayscale: #303030. Windows color (decimal): -13752720 or 7349806. OLE color: 7349806.
HSL color Cylindrical-coordinate representation of color #2E2670: hue angle of 246.49º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2E2670 is Cyan = 0.59, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 46 | 38 | 112 | - |
| CMYK | 0.59 | 0.66 | 0 | 0.56 |
| HSL | 246.49º | 0.49% | 0.29% | - |
| HSV(B) | 246.49º | 0.66% | 0.44% | - |
| XYZ | 4.74 | 3.14 | 15.68 | - |
| YUV | 48.83 | 163.65 | 125.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 38 | 112 | 0.59 | 0.66 | 0 | 0.56 | 246.49 | 0.49 | 0.29 |
| Hex | 2E | 26 | 70 | 3B | 42 | 0 | 38 | F6 | 31 | 1D |
| Octal | 56 | 46 | 160 | 73 | 102 | 0 | 70 | 366 | 61 | 35 |
| Binary | 101110 | 100110 | 1110000 | 111011 | 1000010 | 0 | 111000 | 11110110 | 110001 | 11101 |
Color Harmonies of #2E2670
Complementary color
Monochromatic Colors of #2E2670
Black with #2E2670
Text Example
Text Example
White with #2E2670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2670; }
p { color: rgb(46,38,112); }
H1.HeaderClassName
{
color: #2E2670;
}
.AnyTagClassName
{
color: #2E2670;
}
</style>
background-color css
<style>
a { background-color: #2E2670; }
a { background-color: rgb(46,38,112); }
div.DivClassName
{
background-color: #2E2670;
}
.BgClassName
{
background-color: #2E2670;
}
</style>
border-color css
<style>
span { border-color: #2E2670; }
span { border-color: rgb(46,38,112); }
td.TdClassName
{
border-color: #2E2670;
}
.TagClassName
{
border-color: #2E2670;
}
</style>