Shades of Paris M #271D6B
Tints of Paris M #271D6B
RGB
CMYK
RGB Variations
Color information
#271D6B (or 0x271D6B) is known color: Paris M. HEX triplet: 27, 1D and 6B. RGB value is (39,29,107). Sum of RGB (Red+Green+Blue) = 39+29+107=175 (23% of max value = 765). Red value is 39 (15.62% from 255 or 22.29% from 175); Green value is 29 (11.72% from 255 or 16.57% from 175); Blue value is 107 (42.19% from 255 or 61.14% from 175); Max value from RGB is 107 - color contains mainly: blue. Hex color #271D6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #271D6B is #D8E294. Grayscale: #282828. Windows color (decimal): -14213781 or 7019815. OLE color: 7019815.
HSL color Cylindrical-coordinate representation of color #271D6B: hue angle of 247.69º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #271D6B is Cyan = 0.64, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 39 | 29 | 107 | - |
| CMYK | 0.64 | 0.73 | 0 | 0.58 |
| HSL | 247.69º | 0.57% | 0.27% | - |
| HSV(B) | 247.69º | 0.73% | 0.42% | - |
| XYZ | 3.93 | 2.37 | 14.16 | - |
| YUV | 40.88 | 165.31 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 29 | 107 | 0.64 | 0.73 | 0 | 0.58 | 247.69 | 0.57 | 0.27 |
| Hex | 27 | 1D | 6B | 40 | 49 | 0 | 3A | F8 | 39 | 1B |
| Octal | 47 | 35 | 153 | 100 | 111 | 0 | 72 | 370 | 71 | 33 |
| Binary | 100111 | 11101 | 1101011 | 1000000 | 1001001 | 0 | 111010 | 11111000 | 111001 | 11011 |
Color Harmonies of #271D6B
Complementary color
Monochromatic Colors of #271D6B
Black with #271D6B
Text Example
Text Example
White with #271D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271D6B; }
p { color: rgb(39,29,107); }
H1.HeaderClassName
{
color: #271D6B;
}
.AnyTagClassName
{
color: #271D6B;
}
</style>
background-color css
<style>
a { background-color: #271D6B; }
a { background-color: rgb(39,29,107); }
div.DivClassName
{
background-color: #271D6B;
}
.BgClassName
{
background-color: #271D6B;
}
</style>
border-color css
<style>
span { border-color: #271D6B; }
span { border-color: rgb(39,29,107); }
td.TdClassName
{
border-color: #271D6B;
}
.TagClassName
{
border-color: #271D6B;
}
</style>