#27245F

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

Shades of Paris M #27245F

Tints of Paris M #27245F

Color information

#27245F (or 0x27245F) is unknown color: approx Paris M. HEX triplet: 27, 24 and 5F. RGB value is (39,36,95). Sum of RGB (Red+Green+Blue) = 39+36+95=170 (22% of max value = 765). Red value is 39 (15.62% from 255 or 22.94% from 170); Green value is 36 (14.45% from 255 or 21.18% from 170); Blue value is 95 (37.5% from 255 or 55.88% from 170); Max value from RGB is 95 - color contains mainly: blue. Hex color #27245F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27245F is #D8DBA0. Grayscale: #2B2B2B. Windows color (decimal): -14212001 or 6235175. OLE color: 6235175.

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

Color convert

RGB393695-
CMYK0.590.6200.63
HSL243.05º45.04%25.69%-
HSV(B)243.05º62.11%37.25%-
XYZ3.532.5211.13-
YUV43.62156.99124.7-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 22.94%
GREEN value IS 36 (14.45% from 255) = 21.18%
BLUE value IS 95 (37.5% from 255) = 55.88%
R=22.94%
G=21.18%
B=55.88%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3936950.590.6200.63243.0545.0425.69
Hex27245F3B3E03Ff32d1a
Octal474413773760773635532
Binary100111100100101111111101111111001111111111001110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27245F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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