Shades of Paris M #271A60
Tints of Paris M #271A60
RGB
CMYK
RGB Variations
Color information
#271A60 (or 0x271A60) is known color: Paris M. HEX triplet: 27, 1A and 60. RGB value is (39,26,96). Sum of RGB (Red+Green+Blue) = 39+26+96=161 (21% of max value = 765). Red value is 39 (15.62% from 255 or 24.22% from 161); Green value is 26 (10.55% from 255 or 16.15% from 161); Blue value is 96 (37.89% from 255 or 59.63% from 161); Max value from RGB is 96 - color contains mainly: blue. Hex color #271A60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #271A60 is #D8E59F. Grayscale: #252525. Windows color (decimal): -14214560 or 6298151. OLE color: 6298151.
HSL color Cylindrical-coordinate representation of color #271A60: hue angle of 251.14º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #271A60 is Cyan = 0.59, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 39 | 26 | 96 | - |
| CMYK | 0.59 | 0.73 | 0 | 0.62 |
| HSL | 251.14º | 0.57% | 0.24% | - |
| HSV(B) | 251.14º | 0.73% | 0.38% | - |
| XYZ | 3.32 | 2.01 | 11.28 | - |
| YUV | 37.87 | 160.81 | 128.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 26 | 96 | 0.59 | 0.73 | 0 | 0.62 | 251.14 | 0.57 | 0.24 |
| Hex | 27 | 1A | 60 | 3B | 49 | 0 | 3E | FB | 39 | 18 |
| Octal | 47 | 32 | 140 | 73 | 111 | 0 | 76 | 373 | 71 | 30 |
| Binary | 100111 | 11010 | 1100000 | 111011 | 1001001 | 0 | 111110 | 11111011 | 111001 | 11000 |
Color Harmonies of #271A60
Complementary color
Monochromatic Colors of #271A60
Black with #271A60
Text Example
Text Example
White with #271A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271A60; }
p { color: rgb(39,26,96); }
H1.HeaderClassName
{
color: #271A60;
}
.AnyTagClassName
{
color: #271A60;
}
</style>
background-color css
<style>
a { background-color: #271A60; }
a { background-color: rgb(39,26,96); }
div.DivClassName
{
background-color: #271A60;
}
.BgClassName
{
background-color: #271A60;
}
</style>
border-color css
<style>
span { border-color: #271A60; }
span { border-color: rgb(39,26,96); }
td.TdClassName
{
border-color: #271A60;
}
.TagClassName
{
border-color: #271A60;
}
</style>