#271C65

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

Shades of Paris M #271C65

Tints of Paris M #271C65

Color information

#271C65 (or 0x271C65) is unknown color: approx Paris M. HEX triplet: 27, 1C and 65. RGB value is (39,28,101). Sum of RGB (Red+Green+Blue) = 39+28+101=168 (22% of max value = 765). Red value is 39 (15.62% from 255 or 23.21% from 168); Green value is 28 (11.33% from 255 or 16.67% from 168); Blue value is 101 (39.84% from 255 or 60.12% from 168); Max value from RGB is 101 - color contains mainly: blue. Hex color #271C65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #271C65 is #D8E39A. Grayscale: #272727. Windows color (decimal): -14214043 or 6626343. OLE color: 6626343.

HSL color Cylindrical-coordinate representation of color #271C65: hue angle of 249.04º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #271C65 is Cyan = 0.61, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB3928101-
CMYK0.610.7200.60
HSL249.04º56.59%25.29%-
HSV(B)249.04º72.28%39.61%-
XYZ3.62.212.55-
YUV39.61162.64127.56-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 23.21%
GREEN value IS 28 (11.33% from 255) = 16.67%
BLUE value IS 101 (39.84% from 255) = 60.12%
R=23.21%
G=16.67%
B=60.12%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal39281010.610.7200.60249.0456.5925.29
Hex271C653D4803Cf93919
Octal4734145751100743717131
Binary100111111001100101111101100100001111001111100111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,28,101); }

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

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

 a { background-color: rgb(39,28,101); }

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

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

 span { border-color: rgb(39,28,101); }

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