#4D1377

Color #4D1377 Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #4D1377

Tints of Indigo #4D1377

Color information

#4D1377 (or 0x4D1377) is unknown color: approx Indigo. HEX triplet: 4D, 13 and 77. RGB value is (77,19,119). Sum of RGB (Red+Green+Blue) = 77+19+119=215 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.81% from 215); Green value is 19 (7.81% from 255 or 8.84% from 215); Blue value is 119 (46.88% from 255 or 55.35% from 215); Max value from RGB is 119 - color contains mainly: blue. Hex color #4D1377 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D1377 is #B2EC88. Grayscale: #2F2F2F. Windows color (decimal): -11725961 or 7803725. OLE color: 7803725.

HSL color Cylindrical-coordinate representation of color #4D1377: hue angle of 274.8º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4D1377 is Cyan = 0.35, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7719119-
CMYK0.350.8400.53
HSL274.8º72.46%27.06%-
HSV(B)274.8º84.03%46.67%-
XYZ6.623.3817.76-
YUV47.74168.22148.87-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 35.81%
GREEN value IS 19 (7.81% from 255) = 8.84%
BLUE value IS 119 (46.88% from 255) = 55.35%
R=35.81%
G=8.84%
B=55.35%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal77191190.350.8400.53274.872.4627.06
Hex4D13772354035113481b
Octal115231674312406542311033
Binary100110110011111011110001110101000110101100010011100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D1377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4D1377; }

 p { color: rgb(77,19,119); }

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

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

 a { background-color: rgb(77,19,119); }

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

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

 span { border-color: rgb(77,19,119); }

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