Shades of Paris M #2F276E
Tints of Paris M #2F276E
RGB
CMYK
RGB Variations
Color information
#2F276E (or 0x2F276E) is known color: Paris M. HEX triplet: 2F, 27 and 6E. RGB value is (47,39,110). Sum of RGB (Red+Green+Blue) = 47+39+110=196 (25% of max value = 765). Red value is 47 (18.75% from 255 or 23.98% from 196); Green value is 39 (15.62% from 255 or 19.90% from 196); Blue value is 110 (43.36% from 255 or 56.12% from 196); Max value from RGB is 110 - color contains mainly: blue. Hex color #2F276E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F276E is #D0D891. Grayscale: #313131. Windows color (decimal): -13686930 or 7218991. OLE color: 7218991.
HSL color Cylindrical-coordinate representation of color #2F276E: hue angle of 246.76º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2F276E is Cyan = 0.57, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 47 | 39 | 110 | - |
| CMYK | 0.57 | 0.65 | 0 | 0.57 |
| HSL | 246.76º | 0.48% | 0.29% | - |
| HSV(B) | 246.76º | 0.65% | 0.43% | - |
| XYZ | 4.71 | 3.18 | 15.12 | - |
| YUV | 49.49 | 162.15 | 126.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 39 | 110 | 0.57 | 0.65 | 0 | 0.57 | 246.76 | 0.48 | 0.29 |
| Hex | 2F | 27 | 6E | 39 | 41 | 0 | 39 | F7 | 30 | 1D |
| Octal | 57 | 47 | 156 | 71 | 101 | 0 | 71 | 367 | 60 | 35 |
| Binary | 101111 | 100111 | 1101110 | 111001 | 1000001 | 0 | 111001 | 11110111 | 110000 | 11101 |
Color Harmonies of #2F276E
Complementary color
Monochromatic Colors of #2F276E
Black with #2F276E
Text Example
Text Example
White with #2F276E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F276E; }
p { color: rgb(47,39,110); }
H1.HeaderClassName
{
color: #2F276E;
}
.AnyTagClassName
{
color: #2F276E;
}
</style>
background-color css
<style>
a { background-color: #2F276E; }
a { background-color: rgb(47,39,110); }
div.DivClassName
{
background-color: #2F276E;
}
.BgClassName
{
background-color: #2F276E;
}
</style>
border-color css
<style>
span { border-color: #2F276E; }
span { border-color: rgb(47,39,110); }
td.TdClassName
{
border-color: #2F276E;
}
.TagClassName
{
border-color: #2F276E;
}
</style>