#27155F

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

Shades of Paris M #27155F

Tints of Paris M #27155F

Color information

#27155F (or 0x27155F) is unknown color: approx Paris M. HEX triplet: 27, 15 and 5F. RGB value is (39,21,95). Sum of RGB (Red+Green+Blue) = 39+21+95=155 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.16% from 155); Green value is 21 (8.59% from 255 or 13.55% from 155); Blue value is 95 (37.5% from 255 or 61.29% from 155); Max value from RGB is 95 - color contains mainly: blue. Hex color #27155F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27155F is #D8EAA0. Grayscale: #222222. Windows color (decimal): -14215841 or 6231335. OLE color: 6231335.

HSL color Cylindrical-coordinate representation of color #27155F: hue angle of 254.59º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #27155F is Cyan = 0.59, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB392195-
CMYK0.590.7800.63
HSL254.59º63.79%22.75%-
HSV(B)254.59º77.89%37.25%-
XYZ3.171.7911.01-
YUV34.82161.96130.98-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 25.16%
GREEN value IS 21 (8.59% from 255) = 13.55%
BLUE value IS 95 (37.5% from 255) = 61.29%
R=25.16%
G=13.55%
B=61.29%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3921950.590.7800.63254.5963.7922.75
Hex27155F3B4E03Fff4017
Octal47251377311607737710027
Binary1001111010110111111110111001110011111111111111100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27155F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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