#271E5D

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

Shades of Paris M #271E5D

Tints of Paris M #271E5D

Color information

#271E5D (or 0x271E5D) is unknown color: approx Paris M. HEX triplet: 27, 1E and 5D. RGB value is (39,30,93). Sum of RGB (Red+Green+Blue) = 39+30+93=162 (21% of max value = 765). Red value is 39 (15.62% from 255 or 24.07% from 162); Green value is 30 (12.11% from 255 or 18.52% from 162); Blue value is 93 (36.72% from 255 or 57.41% from 162); Max value from RGB is 93 - color contains mainly: blue. Hex color #271E5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #271E5D is #D8E1A2. Grayscale: #272727. Windows color (decimal): -14213539 or 6102567. OLE color: 6102567.

HSL color Cylindrical-coordinate representation of color #271E5D: hue angle of 248.57º degrees, saturation: 0.51, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #271E5D is Cyan = 0.58, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB393093-
CMYK0.580.6800.64
HSL248.57º51.22%24.12%-
HSV(B)248.57º67.74%36.47%-
XYZ3.282.1510.6-
YUV39.87157.98127.38-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 24.07%
GREEN value IS 30 (12.11% from 255) = 18.52%
BLUE value IS 93 (36.72% from 255) = 57.41%
R=24.07%
G=18.52%
B=57.41%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3930930.580.6800.64248.5751.2224.12
Hex271E5D3A44040f93318
Octal47361357210401003716330
Binary1001111111010111011110101000100010000001111100111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,30,93); }

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

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

 a { background-color: rgb(39,30,93); }

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

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

 span { border-color: rgb(39,30,93); }

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