Shades of Paris M #27155C
Tints of Paris M #27155C
RGB
CMYK
RGB Variations
Color information
#27155C (or 0x27155C) is known color: Paris M. HEX triplet: 27, 15 and 5C. RGB value is (39,21,92). Sum of RGB (Red+Green+Blue) = 39+21+92=152 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.66% from 152); Green value is 21 (8.59% from 255 or 13.82% from 152); Blue value is 92 (36.33% from 255 or 60.53% from 152); Max value from RGB is 92 - color contains mainly: blue. Hex color #27155C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27155C is #D8EAA3. Grayscale: #222222. Windows color (decimal): -14215844 or 6034727. OLE color: 6034727.
HSL color Cylindrical-coordinate representation of color #27155C: hue angle of 255.21º 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 #27155C is Cyan = 0.58, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 39 | 21 | 92 | - |
| CMYK | 0.58 | 0.77 | 0 | 0.64 |
| HSL | 255.21º | 0.63% | 0.22% | - |
| HSV(B) | 255.21º | 0.77% | 0.36% | - |
| XYZ | 3.04 | 1.74 | 10.3 | - |
| YUV | 34.48 | 160.46 | 131.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 21 | 92 | 0.58 | 0.77 | 0 | 0.64 | 255.21 | 0.63 | 0.22 |
| Hex | 27 | 15 | 5C | 3A | 4D | 0 | 40 | FF | 3F | 16 |
| Octal | 47 | 25 | 134 | 72 | 115 | 0 | 100 | 377 | 77 | 26 |
| Binary | 100111 | 10101 | 1011100 | 111010 | 1001101 | 0 | 1000000 | 11111111 | 111111 | 10110 |
Color Harmonies of #27155C
Complementary color
Monochromatic Colors of #27155C
Black with #27155C
Text Example
Text Example
White with #27155C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27155C; }
p { color: rgb(39,21,92); }
H1.HeaderClassName
{
color: #27155C;
}
.AnyTagClassName
{
color: #27155C;
}
</style>
background-color css
<style>
a { background-color: #27155C; }
a { background-color: rgb(39,21,92); }
div.DivClassName
{
background-color: #27155C;
}
.BgClassName
{
background-color: #27155C;
}
</style>
border-color css
<style>
span { border-color: #27155C; }
span { border-color: rgb(39,21,92); }
td.TdClassName
{
border-color: #27155C;
}
.TagClassName
{
border-color: #27155C;
}
</style>