#4D157B

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

Shades of Indigo #4D157B

Tints of Indigo #4D157B

Color information

#4D157B (or 0x4D157B) is unknown color: approx Indigo. HEX triplet: 4D, 15 and 7B. RGB value is (77,21,123). Sum of RGB (Red+Green+Blue) = 77+21+123=221 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.84% from 221); Green value is 21 (8.59% from 255 or 9.50% from 221); Blue value is 123 (48.44% from 255 or 55.66% from 221); Max value from RGB is 123 - color contains mainly: blue. Hex color #4D157B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D157B is #B2EA84. Grayscale: #313131. Windows color (decimal): -11725445 or 8066381. OLE color: 8066381.

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

Color convert

RGB7721123-
CMYK0.370.8300.52
HSL272.94º70.83%28.24%-
HSV(B)272.94º82.93%48.24%-
XYZ6.93.5419.06-
YUV49.37169.55147.71-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 34.84%
GREEN value IS 21 (8.59% from 255) = 9.50%
BLUE value IS 123 (48.44% from 255) = 55.66%
R=34.84%
G=9.50%
B=55.66%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal77211230.370.8300.52272.9470.8328.24
Hex4D157B2553034111471c
Octal115251734512306442110734
Binary100110110101111101110010110100110110100100010001100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D157B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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