#272060

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

Shades of Paris M #272060

Tints of Paris M #272060

Color information

#272060 (or 0x272060) is unknown color: approx Paris M. HEX triplet: 27, 20 and 60. RGB value is (39,32,96). Sum of RGB (Red+Green+Blue) = 39+32+96=167 (22% of max value = 765). Red value is 39 (15.62% from 255 or 23.35% from 167); Green value is 32 (12.89% from 255 or 19.16% from 167); Blue value is 96 (37.89% from 255 or 57.49% from 167); Max value from RGB is 96 - color contains mainly: blue. Hex color #272060 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272060 is #D8DF9F. Grayscale: #292929. Windows color (decimal): -14213024 or 6299687. OLE color: 6299687.

HSL color Cylindrical-coordinate representation of color #272060: hue angle of 246.56º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #272060 is Cyan = 0.59, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB393296-
CMYK0.590.6700.62
HSL246.56º50%25.1%-
HSV(B)246.56º66.67%37.65%-
XYZ3.462.3111.33-
YUV41.39158.82126.3-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 23.35%
GREEN value IS 32 (12.89% from 255) = 19.16%
BLUE value IS 96 (37.89% from 255) = 57.49%
R=23.35%
G=19.16%
B=57.49%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3932960.590.6700.62246.565025.1
Hex2720603B4303Ef73219
Octal4740140731030763676231
Binary1001111000001100000111011100001101111101111011111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272060; }

 p { color: rgb(39,32,96); }

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

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

 a { background-color: rgb(39,32,96); }

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

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

 span { border-color: rgb(39,32,96); }

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