Shades of Paris M #271C65
Tints of Paris M #271C65
RGB
CMYK
RGB Variations
Color information
#271C65 (or 0x271C65) is known color: Paris M. HEX triplet: 27, 1C and 65. RGB value is (39,28,101). Sum of RGB (Red+Green+Blue) = 39+28+101=168 (22% of max value = 765). Red value is 39 (15.62% from 255 or 23.21% from 168); Green value is 28 (11.33% from 255 or 16.67% from 168); Blue value is 101 (39.84% from 255 or 60.12% from 168); Max value from RGB is 101 - color contains mainly: blue. Hex color #271C65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #271C65 is #D8E39A. Grayscale: #272727. Windows color (decimal): -14214043 or 6626343. OLE color: 6626343.
HSL color Cylindrical-coordinate representation of color #271C65: hue angle of 249.04º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #271C65 is Cyan = 0.61, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 39 | 28 | 101 | - |
| CMYK | 0.61 | 0.72 | 0 | 0.60 |
| HSL | 249.04º | 0.57% | 0.25% | - |
| HSV(B) | 249.04º | 0.72% | 0.4% | - |
| XYZ | 3.6 | 2.2 | 12.55 | - |
| YUV | 39.61 | 162.64 | 127.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 28 | 101 | 0.61 | 0.72 | 0 | 0.60 | 249.04 | 0.57 | 0.25 |
| Hex | 27 | 1C | 65 | 3D | 48 | 0 | 3C | F9 | 39 | 19 |
| Octal | 47 | 34 | 145 | 75 | 110 | 0 | 74 | 371 | 71 | 31 |
| Binary | 100111 | 11100 | 1100101 | 111101 | 1001000 | 0 | 111100 | 11111001 | 111001 | 11001 |
Color Harmonies of #271C65
Complementary color
Monochromatic Colors of #271C65
Black with #271C65
Text Example
Text Example
White with #271C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271C65; }
p { color: rgb(39,28,101); }
H1.HeaderClassName
{
color: #271C65;
}
.AnyTagClassName
{
color: #271C65;
}
</style>
background-color css
<style>
a { background-color: #271C65; }
a { background-color: rgb(39,28,101); }
div.DivClassName
{
background-color: #271C65;
}
.BgClassName
{
background-color: #271C65;
}
</style>
border-color css
<style>
span { border-color: #271C65; }
span { border-color: rgb(39,28,101); }
td.TdClassName
{
border-color: #271C65;
}
.TagClassName
{
border-color: #271C65;
}
</style>