#271960

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

Shades of Paris M #271960

Tints of Paris M #271960

Color information

#271960 (or 0x271960) is unknown color: approx Paris M. HEX triplet: 27, 19 and 60. RGB value is (39,25,96). Sum of RGB (Red+Green+Blue) = 39+25+96=160 (21% of max value = 765). Red value is 39 (15.62% from 255 or 24.38% from 160); Green value is 25 (10.16% from 255 or 15.62% from 160); Blue value is 96 (37.89% from 255 or 60% from 160); Max value from RGB is 96 - color contains mainly: blue. Hex color #271960 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #271960 is #D8E69F. Grayscale: #252525. Windows color (decimal): -14214816 or 6297895. OLE color: 6297895.

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

Color convert

RGB392596-
CMYK0.590.7400.62
HSL251.83º58.68%23.73%-
HSV(B)251.83º73.96%37.65%-
XYZ3.31.9711.27-
YUV37.28161.14129.23-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 24.38%
GREEN value IS 25 (10.16% from 255) = 15.62%
BLUE value IS 96 (37.89% from 255) = 60%
R=24.38%
G=15.62%
B=60%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3925960.590.7400.62251.8358.6823.73
Hex2719603B4A03Efc3b18
Octal4731140731120763747330
Binary100111110011100000111011100101001111101111110011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271960; }

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

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

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

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

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

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

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

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