#4D117B

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

Shades of Indigo #4D117B

Tints of Indigo #4D117B

Color information

#4D117B (or 0x4D117B) is unknown color: approx Indigo. HEX triplet: 4D, 11 and 7B. RGB value is (77,17,123). Sum of RGB (Red+Green+Blue) = 77+17+123=217 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.48% from 217); Green value is 17 (7.03% from 255 or 7.83% from 217); Blue value is 123 (48.44% from 255 or 56.68% from 217); Max value from RGB is 123 - color contains mainly: blue. Hex color #4D117B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D117B is #B2EE84. Grayscale: #2E2E2E. Windows color (decimal): -11726469 or 8065357. OLE color: 8065357.

HSL color Cylindrical-coordinate representation of color #4D117B: hue angle of 273.96º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4D117B is Cyan = 0.37, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7717123-
CMYK0.370.8600.52
HSL273.96º75.71%27.45%-
HSV(B)273.96º86.18%48.24%-
XYZ6.843.4119.04-
YUV47.02170.88149.38-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 35.48%
GREEN value IS 17 (7.03% from 255) = 7.83%
BLUE value IS 123 (48.44% from 255) = 56.68%
R=35.48%
G=7.83%
B=56.68%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal77171230.370.8600.52273.9675.7127.45
Hex4D117B25560341124c1b
Octal115211734512606442211433
Binary100110110001111101110010110101100110100100010010100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D117B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,17,123); }

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

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

 a { background-color: rgb(77,17,123); }

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

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

 span { border-color: rgb(77,17,123); }

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