Shades of Paris M #27145D
Tints of Paris M #27145D
RGB
CMYK
RGB Variations
Color information
#27145D (or 0x27145D) is known color: Paris M. HEX triplet: 27, 14 and 5D. RGB value is (39,20,93). Sum of RGB (Red+Green+Blue) = 39+20+93=152 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.66% from 152); Green value is 20 (8.20% from 255 or 13.16% from 152); Blue value is 93 (36.72% from 255 or 61.18% from 152); Max value from RGB is 93 - color contains mainly: blue. Hex color #27145D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27145D is #D8EBA2. Grayscale: #212121. Windows color (decimal): -14216099 or 6100007. OLE color: 6100007.
HSL color Cylindrical-coordinate representation of color #27145D: hue angle of 255.62º degrees, saturation: 0.65, 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 #27145D is Cyan = 0.58, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 39 | 20 | 93 | - |
| CMYK | 0.58 | 0.78 | 0 | 0.64 |
| HSL | 255.62º | 0.65% | 0.22% | - |
| HSV(B) | 255.62º | 0.78% | 0.36% | - |
| XYZ | 3.06 | 1.72 | 10.53 | - |
| YUV | 34 | 161.29 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 20 | 93 | 0.58 | 0.78 | 0 | 0.64 | 255.62 | 0.65 | 0.22 |
| Hex | 27 | 14 | 5D | 3A | 4E | 0 | 40 | 100 | 41 | 16 |
| Octal | 47 | 24 | 135 | 72 | 116 | 0 | 100 | 400 | 101 | 26 |
| Binary | 100111 | 10100 | 1011101 | 111010 | 1001110 | 0 | 1000000 | 100000000 | 1000001 | 10110 |
Color Harmonies of #27145D
Complementary color
Monochromatic Colors of #27145D
Black with #27145D
Text Example
Text Example
White with #27145D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27145D; }
p { color: rgb(39,20,93); }
H1.HeaderClassName
{
color: #27145D;
}
.AnyTagClassName
{
color: #27145D;
}
</style>
background-color css
<style>
a { background-color: #27145D; }
a { background-color: rgb(39,20,93); }
div.DivClassName
{
background-color: #27145D;
}
.BgClassName
{
background-color: #27145D;
}
</style>
border-color css
<style>
span { border-color: #27145D; }
span { border-color: rgb(39,20,93); }
td.TdClassName
{
border-color: #27145D;
}
.TagClassName
{
border-color: #27145D;
}
</style>