#27155D

Color #27155D Paris M (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paris M #27155D

Tints of Paris M #27155D

Color information

#27155D (or 0x27155D) is unknown color: approx Paris M. HEX triplet: 27, 15 and 5D. RGB value is (39,21,93). Sum of RGB (Red+Green+Blue) = 39+21+93=153 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.49% from 153); Green value is 21 (8.59% from 255 or 13.73% from 153); Blue value is 93 (36.72% from 255 or 60.78% from 153); Max value from RGB is 93 - color contains mainly: blue. Hex color #27155D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27155D is #D8EAA2. Grayscale: #222222. Windows color (decimal): -14215843 or 6100263. OLE color: 6100263.

HSL color Cylindrical-coordinate representation of color #27155D: hue angle of 255º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #27155D is Cyan = 0.58, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB392193-
CMYK0.580.7700.64
HSL255º63.16%22.35%-
HSV(B)255º77.42%36.47%-
XYZ3.081.7610.53-
YUV34.59160.96131.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 39 (15.62% from 255) = 25.49%
GREEN value IS 21 (8.59% from 255) = 13.73%
BLUE value IS 93 (36.72% from 255) = 60.78%
R=25.49%
G=13.73%
B=60.78%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3921930.580.7700.6425563.1622.35
Hex27155D3A4D040ff3f16
Octal47251357211501003777726
Binary1001111010110111011110101001101010000001111111111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27155D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27155D; }

 p { color: rgb(39,21,93); }

 H1.HeaderClassName
 {
   color: #27155D;
 }
 .AnyTagClassName
 {
   color: #27155D;
 }
</style>
background-color css

<style>
 a { background-color: #27155D; }

 a { background-color: rgb(39,21,93); }

 div.DivClassName
 {
   background-color: #27155D;
 }
 .BgClassName
 {
   background-color: #27155D;
 }
</style>
border-color css

<style>
 span { border-color: #27155D; }

 span { border-color: rgb(39,21,93); }

 td.TdClassName
 {
   border-color: #27155D;
 }
 .TagClassName
 {
   border-color: #27155D;
 }
</style>