#4D158E

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

Shades of Indigo #4D158E

Tints of Indigo #4D158E

Color information

#4D158E (or 0x4D158E) is unknown color: approx Indigo. HEX triplet: 4D, 15 and 8E. RGB value is (77,21,142). Sum of RGB (Red+Green+Blue) = 77+21+142=240 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.08% from 240); Green value is 21 (8.59% from 255 or 8.75% from 240); Blue value is 142 (55.86% from 255 or 59.17% from 240); Max value from RGB is 142 - color contains mainly: blue. Hex color #4D158E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D158E is #B2EA71. Grayscale: #333333. Windows color (decimal): -11725426 or 9311565. OLE color: 9311565.

HSL color Cylindrical-coordinate representation of color #4D158E: hue angle of 267.77º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4D158E is Cyan = 0.46, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB7721142-
CMYK0.460.8500.44
HSL267.77º74.23%31.96%-
HSV(B)267.77º85.21%55.69%-
XYZ8.214.0725.94-
YUV51.54179.05146.16-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 32.08%
GREEN value IS 21 (8.59% from 255) = 8.75%
BLUE value IS 142 (55.86% from 255) = 59.17%
R=32.08%
G=8.75%
B=59.17%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal77211420.460.8500.44267.7774.2331.96
Hex4D158E2E5502C10c4a20
Octal115252165612505441411240
Binary10011011010110001110101110101010101011001000011001001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D158E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,21,142); }

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

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

 a { background-color: rgb(77,21,142); }

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

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

 span { border-color: rgb(77,21,142); }

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