Shades of Paris M #2A1E6F
Tints of Paris M #2A1E6F
RGB
CMYK
RGB Variations
Color information
#2A1E6F (or 0x2A1E6F) is known color: Paris M. HEX triplet: 2A, 1E and 6F. RGB value is (42,30,111). Sum of RGB (Red+Green+Blue) = 42+30+111=183 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.95% from 183); Green value is 30 (12.11% from 255 or 16.39% from 183); Blue value is 111 (43.75% from 255 or 60.66% from 183); Max value from RGB is 111 - color contains mainly: blue. Hex color #2A1E6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A1E6F is #D5E190. Grayscale: #2A2A2A. Windows color (decimal): -14016913 or 7282218. OLE color: 7282218.
HSL color Cylindrical-coordinate representation of color #2A1E6F: hue angle of 248.89º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2A1E6F is Cyan = 0.62, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 42 | 30 | 111 | - |
| CMYK | 0.62 | 0.73 | 0 | 0.56 |
| HSL | 248.89º | 0.57% | 0.28% | - |
| HSV(B) | 248.89º | 0.73% | 0.44% | - |
| XYZ | 4.29 | 2.57 | 15.31 | - |
| YUV | 42.82 | 166.48 | 127.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 30 | 111 | 0.62 | 0.73 | 0 | 0.56 | 248.89 | 0.57 | 0.28 |
| Hex | 2A | 1E | 6F | 3E | 49 | 0 | 38 | F9 | 39 | 1C |
| Octal | 52 | 36 | 157 | 76 | 111 | 0 | 70 | 371 | 71 | 34 |
| Binary | 101010 | 11110 | 1101111 | 111110 | 1001001 | 0 | 111000 | 11111001 | 111001 | 11100 |
Color Harmonies of #2A1E6F
Complementary color
Monochromatic Colors of #2A1E6F
Black with #2A1E6F
Text Example
Text Example
White with #2A1E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1E6F; }
p { color: rgb(42,30,111); }
H1.HeaderClassName
{
color: #2A1E6F;
}
.AnyTagClassName
{
color: #2A1E6F;
}
</style>
background-color css
<style>
a { background-color: #2A1E6F; }
a { background-color: rgb(42,30,111); }
div.DivClassName
{
background-color: #2A1E6F;
}
.BgClassName
{
background-color: #2A1E6F;
}
</style>
border-color css
<style>
span { border-color: #2A1E6F; }
span { border-color: rgb(42,30,111); }
td.TdClassName
{
border-color: #2A1E6F;
}
.TagClassName
{
border-color: #2A1E6F;
}
</style>