#4D0777

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

Shades of Indigo #4D0777

Tints of Indigo #4D0777

Color information

#4D0777 (or 0x4D0777) is unknown color: approx Indigo. HEX triplet: 4D, 07 and 77. RGB value is (77,7,119). Sum of RGB (Red+Green+Blue) = 77+7+119=203 (26% of max value = 765). Red value is 77 (30.47% from 255 or 37.93% from 203); Green value is 7 (3.12% from 255 or 3.45% from 203); Blue value is 119 (46.88% from 255 or 58.62% from 203); Max value from RGB is 119 - color contains mainly: blue. Hex color #4D0777 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D0777 is #B2F888. Grayscale: #282828. Windows color (decimal): -11729033 or 7800653. OLE color: 7800653.

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

Color convert

RGB777119-
CMYK0.350.9400.53
HSL277.5º88.89%24.71%-
HSV(B)277.5º94.12%46.67%-
XYZ6.473.0617.7-
YUV40.7172.19153.89-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 37.93%
GREEN value IS 7 (3.12% from 255) = 3.45%
BLUE value IS 119 (46.88% from 255) = 58.62%
R=37.93%
G=3.45%
B=58.62%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal7771190.350.9400.53277.588.8924.71
Hex4D777235E0351165919
Octal11571674313606542613131
Binary1001101111111011110001110111100110101100010110101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D0777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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