Shades of Paris M #31266F
Tints of Paris M #31266F
RGB
CMYK
RGB Variations
Color information
#31266F (or 0x31266F) is known color: Paris M. HEX triplet: 31, 26 and 6F. RGB value is (49,38,111). Sum of RGB (Red+Green+Blue) = 49+38+111=198 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.75% from 198); Green value is 38 (15.23% from 255 or 19.19% from 198); Blue value is 111 (43.75% from 255 or 56.06% from 198); Max value from RGB is 111 - color contains mainly: blue. Hex color #31266F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31266F is #CED990. Grayscale: #313131. Windows color (decimal): -13556113 or 7284273. OLE color: 7284273.
HSL color Cylindrical-coordinate representation of color #31266F: hue angle of 249.04º 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 #31266F is Cyan = 0.56, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 49 | 38 | 111 | - |
| CMYK | 0.56 | 0.66 | 0 | 0.56 |
| HSL | 249.04º | 0.49% | 0.29% | - |
| HSV(B) | 249.04º | 0.66% | 0.44% | - |
| XYZ | 4.83 | 3.19 | 15.4 | - |
| YUV | 49.61 | 162.64 | 127.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 38 | 111 | 0.56 | 0.66 | 0 | 0.56 | 249.04 | 0.49 | 0.29 |
| Hex | 31 | 26 | 6F | 38 | 42 | 0 | 38 | F9 | 31 | 1D |
| Octal | 61 | 46 | 157 | 70 | 102 | 0 | 70 | 371 | 61 | 35 |
| Binary | 110001 | 100110 | 1101111 | 111000 | 1000010 | 0 | 111000 | 11111001 | 110001 | 11101 |
Color Harmonies of #31266F
Complementary color
Monochromatic Colors of #31266F
Black with #31266F
Text Example
Text Example
White with #31266F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31266F; }
p { color: rgb(49,38,111); }
H1.HeaderClassName
{
color: #31266F;
}
.AnyTagClassName
{
color: #31266F;
}
</style>
background-color css
<style>
a { background-color: #31266F; }
a { background-color: rgb(49,38,111); }
div.DivClassName
{
background-color: #31266F;
}
.BgClassName
{
background-color: #31266F;
}
</style>
border-color css
<style>
span { border-color: #31266F; }
span { border-color: rgb(49,38,111); }
td.TdClassName
{
border-color: #31266F;
}
.TagClassName
{
border-color: #31266F;
}
</style>