#271B68

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

Shades of Paris M #271B68

Tints of Paris M #271B68

Color information

#271B68 (or 0x271B68) is unknown color: approx Paris M. HEX triplet: 27, 1B and 68. RGB value is (39,27,104). Sum of RGB (Red+Green+Blue) = 39+27+104=170 (22% of max value = 765). Red value is 39 (15.62% from 255 or 22.94% from 170); Green value is 27 (10.94% from 255 or 15.88% from 170); Blue value is 104 (41.02% from 255 or 61.18% from 170); Max value from RGB is 104 - color contains mainly: blue. Hex color #271B68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #271B68 is #D8E497. Grayscale: #272727. Windows color (decimal): -14214296 or 6822695. OLE color: 6822695.

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

Color convert

RGB3927104-
CMYK0.620.7400.59
HSL249.35º58.78%25.69%-
HSV(B)249.35º74.04%40.78%-
XYZ3.732.2113.33-
YUV39.37164.48127.74-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 22.94%
GREEN value IS 27 (10.94% from 255) = 15.88%
BLUE value IS 104 (41.02% from 255) = 61.18%
R=22.94%
G=15.88%
B=61.18%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal39271040.620.7400.59249.3558.7825.69
Hex271B683E4A03Bf93b1a
Octal4733150761120733717332
Binary100111110111101000111110100101001110111111100111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271B68; }

 p { color: rgb(39,27,104); }

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

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

 a { background-color: rgb(39,27,104); }

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

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

 span { border-color: rgb(39,27,104); }

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