Shades of Paris M #2F215D
Tints of Paris M #2F215D
RGB
CMYK
RGB Variations
Color information
#2F215D (or 0x2F215D) is known color: Paris M. HEX triplet: 2F, 21 and 5D. RGB value is (47,33,93). Sum of RGB (Red+Green+Blue) = 47+33+93=173 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.17% from 173); Green value is 33 (13.28% from 255 or 19.08% from 173); Blue value is 93 (36.72% from 255 or 53.76% from 173); Max value from RGB is 93 - color contains mainly: blue. Hex color #2F215D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F215D is #D0DEA2. Grayscale: #2B2B2B. Windows color (decimal): -13688483 or 6103343. OLE color: 6103343.
HSL color Cylindrical-coordinate representation of color #2F215D: hue angle of 254º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2F215D is Cyan = 0.49, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 47 | 33 | 93 | - |
| CMYK | 0.49 | 0.65 | 0 | 0.64 |
| HSL | 254º | 0.48% | 0.25% | - |
| HSV(B) | 254º | 0.65% | 0.36% | - |
| XYZ | 3.69 | 2.48 | 10.64 | - |
| YUV | 44.03 | 155.64 | 130.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 33 | 93 | 0.49 | 0.65 | 0 | 0.64 | 254 | 0.48 | 0.25 |
| Hex | 2F | 21 | 5D | 31 | 41 | 0 | 40 | FE | 30 | 19 |
| Octal | 57 | 41 | 135 | 61 | 101 | 0 | 100 | 376 | 60 | 31 |
| Binary | 101111 | 100001 | 1011101 | 110001 | 1000001 | 0 | 1000000 | 11111110 | 110000 | 11001 |
Color Harmonies of #2F215D
Complementary color
Monochromatic Colors of #2F215D
Black with #2F215D
Text Example
Text Example
White with #2F215D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F215D; }
p { color: rgb(47,33,93); }
H1.HeaderClassName
{
color: #2F215D;
}
.AnyTagClassName
{
color: #2F215D;
}
</style>
background-color css
<style>
a { background-color: #2F215D; }
a { background-color: rgb(47,33,93); }
div.DivClassName
{
background-color: #2F215D;
}
.BgClassName
{
background-color: #2F215D;
}
</style>
border-color css
<style>
span { border-color: #2F215D; }
span { border-color: rgb(47,33,93); }
td.TdClassName
{
border-color: #2F215D;
}
.TagClassName
{
border-color: #2F215D;
}
</style>