#27185F

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

Shades of Paris M #27185F

Tints of Paris M #27185F

Color information

#27185F (or 0x27185F) is unknown color: approx Paris M. HEX triplet: 27, 18 and 5F. RGB value is (39,24,95). Sum of RGB (Red+Green+Blue) = 39+24+95=158 (20% of max value = 765). Red value is 39 (15.62% from 255 or 24.68% from 158); Green value is 24 (9.77% from 255 or 15.19% from 158); Blue value is 95 (37.5% from 255 or 60.13% from 158); Max value from RGB is 95 - color contains mainly: blue. Hex color #27185F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27185F is #D8E7A0. Grayscale: #242424. Windows color (decimal): -14215073 or 6232103. OLE color: 6232103.

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

Color convert

RGB392495-
CMYK0.590.7500.63
HSL252.68º59.66%23.33%-
HSV(B)252.68º74.74%37.25%-
XYZ3.231.9111.03-
YUV36.58160.97129.73-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 24.68%
GREEN value IS 24 (9.77% from 255) = 15.19%
BLUE value IS 95 (37.5% from 255) = 60.13%
R=24.68%
G=15.19%
B=60.13%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3924950.590.7500.63252.6859.6623.33
Hex27185F3B4B03Ffd3c17
Octal4730137731130773757427
Binary100111110001011111111011100101101111111111110111110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27185F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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