Shades of Paris M #27155D
Tints of Paris M #27155D
RGB
CMYK
RGB Variations
Color information
#27155D (or 0x27155D) is known color: Paris M. HEX triplet: 27, 15 and 5D. RGB value is (39,21,93). Sum of RGB (Red+Green+Blue) = 39+21+93=153 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.49% from 153); Green value is 21 (8.59% from 255 or 13.73% from 153); Blue value is 93 (36.72% from 255 or 60.78% from 153); Max value from RGB is 93 - color contains mainly: blue. Hex color #27155D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27155D is #D8EAA2. Grayscale: #222222. Windows color (decimal): -14215843 or 6100263. OLE color: 6100263.
HSL color Cylindrical-coordinate representation of color #27155D: hue angle of 255º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #27155D is Cyan = 0.58, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 39 | 21 | 93 | - |
| CMYK | 0.58 | 0.77 | 0 | 0.64 |
| HSL | 255º | 0.63% | 0.22% | - |
| HSV(B) | 255º | 0.77% | 0.36% | - |
| XYZ | 3.08 | 1.76 | 10.53 | - |
| YUV | 34.59 | 160.96 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 21 | 93 | 0.58 | 0.77 | 0 | 0.64 | 255 | 0.63 | 0.22 |
| Hex | 27 | 15 | 5D | 3A | 4D | 0 | 40 | FF | 3F | 16 |
| Octal | 47 | 25 | 135 | 72 | 115 | 0 | 100 | 377 | 77 | 26 |
| Binary | 100111 | 10101 | 1011101 | 111010 | 1001101 | 0 | 1000000 | 11111111 | 111111 | 10110 |
Color Harmonies of #27155D
Complementary color
Monochromatic Colors of #27155D
Black with #27155D
Text Example
Text Example
White with #27155D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27155D; }
p { color: rgb(39,21,93); }
H1.HeaderClassName
{
color: #27155D;
}
.AnyTagClassName
{
color: #27155D;
}
</style>
background-color css
<style>
a { background-color: #27155D; }
a { background-color: rgb(39,21,93); }
div.DivClassName
{
background-color: #27155D;
}
.BgClassName
{
background-color: #27155D;
}
</style>
border-color css
<style>
span { border-color: #27155D; }
span { border-color: rgb(39,21,93); }
td.TdClassName
{
border-color: #27155D;
}
.TagClassName
{
border-color: #27155D;
}
</style>