Shades of Paris M #271B63
Tints of Paris M #271B63
RGB
CMYK
RGB Variations
Color information
#271B63 (or 0x271B63) is known color: Paris M. HEX triplet: 27, 1B and 63. RGB value is (39,27,99). Sum of RGB (Red+Green+Blue) = 39+27+99=165 (21% of max value = 765). Red value is 39 (15.62% from 255 or 23.64% from 165); Green value is 27 (10.94% from 255 or 16.36% from 165); Blue value is 99 (39.06% from 255 or 60% from 165); Max value from RGB is 99 - color contains mainly: blue. Hex color #271B63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #271B63 is #D8E49C. Grayscale: #262626. Windows color (decimal): -14214301 or 6495015. OLE color: 6495015.
HSL color Cylindrical-coordinate representation of color #271B63: hue angle of 250º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #271B63 is Cyan = 0.61, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 39 | 27 | 99 | - |
| CMYK | 0.61 | 0.73 | 0 | 0.61 |
| HSL | 250º | 0.57% | 0.25% | - |
| HSV(B) | 250º | 0.73% | 0.39% | - |
| XYZ | 3.48 | 2.12 | 12.03 | - |
| YUV | 38.8 | 161.98 | 128.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 27 | 99 | 0.61 | 0.73 | 0 | 0.61 | 250 | 0.57 | 0.25 |
| Hex | 27 | 1B | 63 | 3D | 49 | 0 | 3D | FA | 39 | 19 |
| Octal | 47 | 33 | 143 | 75 | 111 | 0 | 75 | 372 | 71 | 31 |
| Binary | 100111 | 11011 | 1100011 | 111101 | 1001001 | 0 | 111101 | 11111010 | 111001 | 11001 |
Color Harmonies of #271B63
Complementary color
Monochromatic Colors of #271B63
Black with #271B63
Text Example
Text Example
White with #271B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271B63; }
p { color: rgb(39,27,99); }
H1.HeaderClassName
{
color: #271B63;
}
.AnyTagClassName
{
color: #271B63;
}
</style>
background-color css
<style>
a { background-color: #271B63; }
a { background-color: rgb(39,27,99); }
div.DivClassName
{
background-color: #271B63;
}
.BgClassName
{
background-color: #271B63;
}
</style>
border-color css
<style>
span { border-color: #271B63; }
span { border-color: rgb(39,27,99); }
td.TdClassName
{
border-color: #271B63;
}
.TagClassName
{
border-color: #271B63;
}
</style>