Shades of Paris M #2F1E5D
Tints of Paris M #2F1E5D
RGB
CMYK
RGB Variations
Color information
#2F1E5D (or 0x2F1E5D) is known color: Paris M. HEX triplet: 2F, 1E and 5D. RGB value is (47,30,93). Sum of RGB (Red+Green+Blue) = 47+30+93=170 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.65% from 170); Green value is 30 (12.11% from 255 or 17.65% from 170); Blue value is 93 (36.72% from 255 or 54.71% from 170); Max value from RGB is 93 - color contains mainly: blue. Hex color #2F1E5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F1E5D is #D0E1A2. Grayscale: #2A2A2A. Windows color (decimal): -13689251 or 6102575. OLE color: 6102575.
HSL color Cylindrical-coordinate representation of color #2F1E5D: hue angle of 256.19º degrees, saturation: 0.51, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F1E5D is Cyan = 0.49, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 47 | 30 | 93 | - |
| CMYK | 0.49 | 0.68 | 0 | 0.64 |
| HSL | 256.19º | 0.51% | 0.24% | - |
| HSV(B) | 256.19º | 0.68% | 0.36% | - |
| XYZ | 3.61 | 2.32 | 10.61 | - |
| YUV | 42.27 | 156.63 | 131.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 30 | 93 | 0.49 | 0.68 | 0 | 0.64 | 256.19 | 0.51 | 0.24 |
| Hex | 2F | 1E | 5D | 31 | 44 | 0 | 40 | 100 | 33 | 18 |
| Octal | 57 | 36 | 135 | 61 | 104 | 0 | 100 | 400 | 63 | 30 |
| Binary | 101111 | 11110 | 1011101 | 110001 | 1000100 | 0 | 1000000 | 100000000 | 110011 | 11000 |
Color Harmonies of #2F1E5D
Complementary color
Monochromatic Colors of #2F1E5D
Black with #2F1E5D
Text Example
Text Example
White with #2F1E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F1E5D; }
p { color: rgb(47,30,93); }
H1.HeaderClassName
{
color: #2F1E5D;
}
.AnyTagClassName
{
color: #2F1E5D;
}
</style>
background-color css
<style>
a { background-color: #2F1E5D; }
a { background-color: rgb(47,30,93); }
div.DivClassName
{
background-color: #2F1E5D;
}
.BgClassName
{
background-color: #2F1E5D;
}
</style>
border-color css
<style>
span { border-color: #2F1E5D; }
span { border-color: rgb(47,30,93); }
td.TdClassName
{
border-color: #2F1E5D;
}
.TagClassName
{
border-color: #2F1E5D;
}
</style>