#271360

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

Shades of Paris M #271360

Tints of Paris M #271360

Color information

#271360 (or 0x271360) is unknown color: approx Paris M. HEX triplet: 27, 13 and 60. RGB value is (39,19,96). Sum of RGB (Red+Green+Blue) = 39+19+96=154 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.32% from 154); Green value is 19 (7.81% from 255 or 12.34% from 154); Blue value is 96 (37.89% from 255 or 62.34% from 154); Max value from RGB is 96 - color contains mainly: blue. Hex color #271360 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #271360 is #D8EC9F. Grayscale: #212121. Windows color (decimal): -14216352 or 6296359. OLE color: 6296359.

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

Color convert

RGB391996-
CMYK0.590.8000.62
HSL255.58º66.96%22.55%-
HSV(B)255.58º80.21%37.65%-
XYZ3.181.7411.23-
YUV33.76163.13131.74-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 25.32%
GREEN value IS 19 (7.81% from 255) = 12.34%
BLUE value IS 96 (37.89% from 255) = 62.34%
R=25.32%
G=12.34%
B=62.34%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3919960.590.8000.62255.5866.9622.55
Hex2713603B5003E1004317
Octal47231407312007640010327
Binary10011110011110000011101110100000111110100000000100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271360; }

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

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

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

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

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

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

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

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