#4D0C76

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

Shades of Indigo #4D0C76

Tints of Indigo #4D0C76

Color information

#4D0C76 (or 0x4D0C76) is unknown color: approx Indigo. HEX triplet: 4D, 0C and 76. RGB value is (77,12,118). Sum of RGB (Red+Green+Blue) = 77+12+118=207 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.20% from 207); Green value is 12 (5.08% from 255 or 5.80% from 207); Blue value is 118 (46.48% from 255 or 57.00% from 207); Max value from RGB is 118 - color contains mainly: blue. Hex color #4D0C76 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D0C76 is #B2F389. Grayscale: #2B2B2B. Windows color (decimal): -11727754 or 7736397. OLE color: 7736397.

HSL color Cylindrical-coordinate representation of color #4D0C76: hue angle of 276.79º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4D0C76 is Cyan = 0.35, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7712118-
CMYK0.350.9000.54
HSL276.79º81.54%25.49%-
HSV(B)276.79º89.83%46.27%-
XYZ6.463.1517.41-
YUV43.52170.03151.88-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 37.20%
GREEN value IS 12 (5.08% from 255) = 5.80%
BLUE value IS 118 (46.48% from 255) = 57.00%
R=37.20%
G=5.80%
B=57.00%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal77121180.350.9000.54276.7981.5425.49
Hex4DC76235A0361155219
Octal115141664313206642512231
Binary10011011100111011010001110110100110110100010101101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D0C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,12,118); }

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

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

 a { background-color: rgb(77,12,118); }

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

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

 span { border-color: rgb(77,12,118); }

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