Shades of Paris M #27196B
Tints of Paris M #27196B
RGB
CMYK
RGB Variations
Color information
#27196B (or 0x27196B) is known color: Paris M. HEX triplet: 27, 19 and 6B. RGB value is (39,25,107). Sum of RGB (Red+Green+Blue) = 39+25+107=171 (22% of max value = 765). Red value is 39 (15.62% from 255 or 22.81% from 171); Green value is 25 (10.16% from 255 or 14.62% from 171); Blue value is 107 (42.19% from 255 or 62.57% from 171); Max value from RGB is 107 - color contains mainly: blue. Hex color #27196B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27196B is #D8E694. Grayscale: #262626. Windows color (decimal): -14214805 or 7018791. OLE color: 7018791.
HSL color Cylindrical-coordinate representation of color #27196B: hue angle of 250.24º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #27196B is Cyan = 0.64, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 39 | 25 | 107 | - |
| CMYK | 0.64 | 0.77 | 0 | 0.58 |
| HSL | 250.24º | 0.62% | 0.26% | - |
| HSV(B) | 250.24º | 0.77% | 0.42% | - |
| XYZ | 3.84 | 2.19 | 14.13 | - |
| YUV | 38.53 | 166.64 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 25 | 107 | 0.64 | 0.77 | 0 | 0.58 | 250.24 | 0.62 | 0.26 |
| Hex | 27 | 19 | 6B | 40 | 4D | 0 | 3A | FA | 3E | 1A |
| Octal | 47 | 31 | 153 | 100 | 115 | 0 | 72 | 372 | 76 | 32 |
| Binary | 100111 | 11001 | 1101011 | 1000000 | 1001101 | 0 | 111010 | 11111010 | 111110 | 11010 |
Color Harmonies of #27196B
Complementary color
Monochromatic Colors of #27196B
Black with #27196B
Text Example
Text Example
White with #27196B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27196B; }
p { color: rgb(39,25,107); }
H1.HeaderClassName
{
color: #27196B;
}
.AnyTagClassName
{
color: #27196B;
}
</style>
background-color css
<style>
a { background-color: #27196B; }
a { background-color: rgb(39,25,107); }
div.DivClassName
{
background-color: #27196B;
}
.BgClassName
{
background-color: #27196B;
}
</style>
border-color css
<style>
span { border-color: #27196B; }
span { border-color: rgb(39,25,107); }
td.TdClassName
{
border-color: #27196B;
}
.TagClassName
{
border-color: #27196B;
}
</style>