#271361

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

Shades of Paris M #271361

Tints of Paris M #271361

Color information

#271361 (or 0x271361) is unknown color: approx Paris M. HEX triplet: 27, 13 and 61. RGB value is (39,19,97). Sum of RGB (Red+Green+Blue) = 39+19+97=155 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.16% from 155); Green value is 19 (7.81% from 255 or 12.26% from 155); Blue value is 97 (38.28% from 255 or 62.58% from 155); Max value from RGB is 97 - color contains mainly: blue. Hex color #271361 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #271361 is #D8EC9E. Grayscale: #212121. Windows color (decimal): -14216351 or 6361895. OLE color: 6361895.

HSL color Cylindrical-coordinate representation of color #271361: hue angle of 255.38º 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 #271361 is Cyan = 0.60, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB391997-
CMYK0.600.8000.62
HSL255.38º67.24%22.75%-
HSV(B)255.38º80.41%38.04%-
XYZ3.231.7611.48-
YUV33.87163.63131.66-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 25.16%
GREEN value IS 19 (7.81% from 255) = 12.26%
BLUE value IS 97 (38.28% from 255) = 62.58%
R=25.16%
G=12.26%
B=62.58%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3919970.600.8000.62255.3867.2422.75
Hex2713613C5003Eff4317
Octal47231417412007637710327
Binary1001111001111000011111001010000011111011111111100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271361; }

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

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

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

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

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

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

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

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