Shades of Paris M #27145C
Tints of Paris M #27145C
RGB
CMYK
RGB Variations
Color information
#27145C (or 0x27145C) is known color: Paris M. HEX triplet: 27, 14 and 5C. RGB value is (39,20,92). Sum of RGB (Red+Green+Blue) = 39+20+92=151 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.83% from 151); Green value is 20 (8.20% from 255 or 13.25% from 151); Blue value is 92 (36.33% from 255 or 60.93% from 151); Max value from RGB is 92 - color contains mainly: blue. Hex color #27145C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27145C is #D8EBA3. Grayscale: #212121. Windows color (decimal): -14216100 or 6034471. OLE color: 6034471.
HSL color Cylindrical-coordinate representation of color #27145C: hue angle of 255.83º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #27145C is Cyan = 0.58, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 39 | 20 | 92 | - |
| CMYK | 0.58 | 0.78 | 0 | 0.64 |
| HSL | 255.83º | 0.64% | 0.22% | - |
| HSV(B) | 255.83º | 0.78% | 0.36% | - |
| XYZ | 3.02 | 1.7 | 10.3 | - |
| YUV | 33.89 | 160.79 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 20 | 92 | 0.58 | 0.78 | 0 | 0.64 | 255.83 | 0.64 | 0.22 |
| Hex | 27 | 14 | 5C | 3A | 4E | 0 | 40 | 100 | 40 | 16 |
| Octal | 47 | 24 | 134 | 72 | 116 | 0 | 100 | 400 | 100 | 26 |
| Binary | 100111 | 10100 | 1011100 | 111010 | 1001110 | 0 | 1000000 | 100000000 | 1000000 | 10110 |
Color Harmonies of #27145C
Complementary color
Monochromatic Colors of #27145C
Black with #27145C
Text Example
Text Example
White with #27145C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27145C; }
p { color: rgb(39,20,92); }
H1.HeaderClassName
{
color: #27145C;
}
.AnyTagClassName
{
color: #27145C;
}
</style>
background-color css
<style>
a { background-color: #27145C; }
a { background-color: rgb(39,20,92); }
div.DivClassName
{
background-color: #27145C;
}
.BgClassName
{
background-color: #27145C;
}
</style>
border-color css
<style>
span { border-color: #27145C; }
span { border-color: rgb(39,20,92); }
td.TdClassName
{
border-color: #27145C;
}
.TagClassName
{
border-color: #27145C;
}
</style>