#27145F

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

Shades of Paris M #27145F

Tints of Paris M #27145F

Color information

#27145F (or 0x27145F) is unknown color: approx Paris M. HEX triplet: 27, 14 and 5F. RGB value is (39,20,95). Sum of RGB (Red+Green+Blue) = 39+20+95=154 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.32% from 154); Green value is 20 (8.20% from 255 or 12.99% from 154); Blue value is 95 (37.5% from 255 or 61.69% from 154); Max value from RGB is 95 - color contains mainly: blue. Hex color #27145F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27145F is #D8EBA0. Grayscale: #212121. Windows color (decimal): -14216097 or 6231079. OLE color: 6231079.

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

Color convert

RGB392095-
CMYK0.590.7900.63
HSL255.2º65.22%22.55%-
HSV(B)255.2º78.95%37.25%-
XYZ3.151.7611-
YUV34.23162.29131.4-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 25.32%
GREEN value IS 20 (8.20% from 255) = 12.99%
BLUE value IS 95 (37.5% from 255) = 61.69%
R=25.32%
G=12.99%
B=61.69%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3920950.590.7900.63255.265.2222.55
Hex27145F3B4F03Fff4117
Octal47241377311707737710127
Binary1001111010010111111110111001111011111111111111100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27145F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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