Shades of Paris M #27155B
Tints of Paris M #27155B
RGB
CMYK
RGB Variations
Color information
#27155B (or 0x27155B) is known color: Paris M. HEX triplet: 27, 15 and 5B. RGB value is (39,21,91). Sum of RGB (Red+Green+Blue) = 39+21+91=151 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.83% from 151); Green value is 21 (8.59% from 255 or 13.91% from 151); Blue value is 91 (35.94% from 255 or 60.26% from 151); Max value from RGB is 91 - color contains mainly: blue. Hex color #27155B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27155B is #D8EAA4. Grayscale: #222222. Windows color (decimal): -14215845 or 5969191. OLE color: 5969191.
HSL color Cylindrical-coordinate representation of color #27155B: hue angle of 255.43º degrees, saturation: 0.62, 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 #27155B is Cyan = 0.57, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 39 | 21 | 91 | - |
| CMYK | 0.57 | 0.77 | 0 | 0.64 |
| HSL | 255.43º | 0.63% | 0.22% | - |
| HSV(B) | 255.43º | 0.77% | 0.36% | - |
| XYZ | 2.99 | 1.72 | 10.07 | - |
| YUV | 34.36 | 159.96 | 131.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 21 | 91 | 0.57 | 0.77 | 0 | 0.64 | 255.43 | 0.63 | 0.22 |
| Hex | 27 | 15 | 5B | 39 | 4D | 0 | 40 | FF | 3E | 16 |
| Octal | 47 | 25 | 133 | 71 | 115 | 0 | 100 | 377 | 76 | 26 |
| Binary | 100111 | 10101 | 1011011 | 111001 | 1001101 | 0 | 1000000 | 11111111 | 111110 | 10110 |
Color Harmonies of #27155B
Complementary color
Monochromatic Colors of #27155B
Black with #27155B
Text Example
Text Example
White with #27155B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27155B; }
p { color: rgb(39,21,91); }
H1.HeaderClassName
{
color: #27155B;
}
.AnyTagClassName
{
color: #27155B;
}
</style>
background-color css
<style>
a { background-color: #27155B; }
a { background-color: rgb(39,21,91); }
div.DivClassName
{
background-color: #27155B;
}
.BgClassName
{
background-color: #27155B;
}
</style>
border-color css
<style>
span { border-color: #27155B; }
span { border-color: rgb(39,21,91); }
td.TdClassName
{
border-color: #27155B;
}
.TagClassName
{
border-color: #27155B;
}
</style>