#4D148E

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

Shades of Indigo #4D148E

Tints of Indigo #4D148E

Color information

#4D148E (or 0x4D148E) is unknown color: approx Indigo. HEX triplet: 4D, 14 and 8E. RGB value is (77,20,142). Sum of RGB (Red+Green+Blue) = 77+20+142=239 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.22% from 239); Green value is 20 (8.20% from 255 or 8.37% from 239); Blue value is 142 (55.86% from 255 or 59.41% from 239); Max value from RGB is 142 - color contains mainly: blue. Hex color #4D148E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D148E is #B2EB71. Grayscale: #323232. Windows color (decimal): -11725682 or 9311309. OLE color: 9311309.

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

Color convert

RGB7720142-
CMYK0.460.8600.44
HSL268.03º75.31%31.76%-
HSV(B)268.03º85.92%55.69%-
XYZ8.194.0325.94-
YUV50.95179.38146.58-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 32.22%
GREEN value IS 20 (8.20% from 255) = 8.37%
BLUE value IS 142 (55.86% from 255) = 59.41%
R=32.22%
G=8.37%
B=59.41%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal77201420.460.8600.44268.0375.3131.76
Hex4D148E2E5602C10c4b20
Octal115242165612605441411340
Binary10011011010010001110101110101011001011001000011001001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D148E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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