Shades of Paris M #271C67
Tints of Paris M #271C67
RGB
CMYK
RGB Variations
Color information
#271C67 (or 0x271C67) is known color: Paris M. HEX triplet: 27, 1C and 67. RGB value is (39,28,103). Sum of RGB (Red+Green+Blue) = 39+28+103=170 (22% of max value = 765). Red value is 39 (15.62% from 255 or 22.94% from 170); Green value is 28 (11.33% from 255 or 16.47% from 170); Blue value is 103 (40.62% from 255 or 60.59% from 170); Max value from RGB is 103 - color contains mainly: blue. Hex color #271C67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #271C67 is #D8E398. Grayscale: #272727. Windows color (decimal): -14214041 or 6757415. OLE color: 6757415.
HSL color Cylindrical-coordinate representation of color #271C67: hue angle of 248.8º degrees, saturation: 0.57, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #271C67 is Cyan = 0.62, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 39 | 28 | 103 | - |
| CMYK | 0.62 | 0.73 | 0 | 0.60 |
| HSL | 248.8º | 0.57% | 0.26% | - |
| HSV(B) | 248.8º | 0.73% | 0.4% | - |
| XYZ | 3.7 | 2.24 | 13.07 | - |
| YUV | 39.84 | 163.64 | 127.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 28 | 103 | 0.62 | 0.73 | 0 | 0.60 | 248.8 | 0.57 | 0.26 |
| Hex | 27 | 1C | 67 | 3E | 49 | 0 | 3C | F9 | 39 | 1A |
| Octal | 47 | 34 | 147 | 76 | 111 | 0 | 74 | 371 | 71 | 32 |
| Binary | 100111 | 11100 | 1100111 | 111110 | 1001001 | 0 | 111100 | 11111001 | 111001 | 11010 |
Color Harmonies of #271C67
Complementary color
Monochromatic Colors of #271C67
Black with #271C67
Text Example
Text Example
White with #271C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271C67; }
p { color: rgb(39,28,103); }
H1.HeaderClassName
{
color: #271C67;
}
.AnyTagClassName
{
color: #271C67;
}
</style>
background-color css
<style>
a { background-color: #271C67; }
a { background-color: rgb(39,28,103); }
div.DivClassName
{
background-color: #271C67;
}
.BgClassName
{
background-color: #271C67;
}
</style>
border-color css
<style>
span { border-color: #271C67; }
span { border-color: rgb(39,28,103); }
td.TdClassName
{
border-color: #271C67;
}
.TagClassName
{
border-color: #271C67;
}
</style>