Shades of Paris M #271C60
Tints of Paris M #271C60
RGB
CMYK
RGB Variations
Color information
#271C60 (or 0x271C60) is known color: Paris M. HEX triplet: 27, 1C and 60. RGB value is (39,28,96). Sum of RGB (Red+Green+Blue) = 39+28+96=163 (21% of max value = 765). Red value is 39 (15.62% from 255 or 23.93% from 163); Green value is 28 (11.33% from 255 or 17.18% from 163); Blue value is 96 (37.89% from 255 or 58.90% from 163); Max value from RGB is 96 - color contains mainly: blue. Hex color #271C60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #271C60 is #D8E39F. Grayscale: #262626. Windows color (decimal): -14214048 or 6298663. OLE color: 6298663.
HSL color Cylindrical-coordinate representation of color #271C60: hue angle of 249.71º degrees, saturation: 0.55, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #271C60 is Cyan = 0.59, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 39 | 28 | 96 | - |
| CMYK | 0.59 | 0.71 | 0 | 0.62 |
| HSL | 249.71º | 0.55% | 0.24% | - |
| HSV(B) | 249.71º | 0.71% | 0.38% | - |
| XYZ | 3.36 | 2.11 | 11.3 | - |
| YUV | 39.04 | 160.14 | 127.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 28 | 96 | 0.59 | 0.71 | 0 | 0.62 | 249.71 | 0.55 | 0.24 |
| Hex | 27 | 1C | 60 | 3B | 47 | 0 | 3E | FA | 37 | 18 |
| Octal | 47 | 34 | 140 | 73 | 107 | 0 | 76 | 372 | 67 | 30 |
| Binary | 100111 | 11100 | 1100000 | 111011 | 1000111 | 0 | 111110 | 11111010 | 110111 | 11000 |
Color Harmonies of #271C60
Complementary color
Monochromatic Colors of #271C60
Black with #271C60
Text Example
Text Example
White with #271C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271C60; }
p { color: rgb(39,28,96); }
H1.HeaderClassName
{
color: #271C60;
}
.AnyTagClassName
{
color: #271C60;
}
</style>
background-color css
<style>
a { background-color: #271C60; }
a { background-color: rgb(39,28,96); }
div.DivClassName
{
background-color: #271C60;
}
.BgClassName
{
background-color: #271C60;
}
</style>
border-color css
<style>
span { border-color: #271C60; }
span { border-color: rgb(39,28,96); }
td.TdClassName
{
border-color: #271C60;
}
.TagClassName
{
border-color: #271C60;
}
</style>