#4D0473

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

Shades of Indigo #4D0473

Tints of Indigo #4D0473

Color information

#4D0473 (or 0x4D0473) is unknown color: approx Indigo. HEX triplet: 4D, 04 and 73. RGB value is (77,4,115). Sum of RGB (Red+Green+Blue) = 77+4+115=196 (25% of max value = 765). Red value is 77 (30.47% from 255 or 39.29% from 196); Green value is 4 (1.95% from 255 or 2.04% from 196); Blue value is 115 (45.31% from 255 or 58.67% from 196); Max value from RGB is 115 - color contains mainly: blue. Hex color #4D0473 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D0473 is #B2FB8C. Grayscale: #262626. Windows color (decimal): -11729805 or 7537741. OLE color: 7537741.

HSL color Cylindrical-coordinate representation of color #4D0473: hue angle of 279.46º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4D0473 is Cyan = 0.33, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB774115-
CMYK0.330.9700.55
HSL279.46º93.28%23.33%-
HSV(B)279.46º96.52%45.1%-
XYZ6.22.916.45-
YUV38.48171.18155.47-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 39.29%
GREEN value IS 4 (1.95% from 255) = 2.04%
BLUE value IS 115 (45.31% from 255) = 58.67%
R=39.29%
G=2.04%
B=58.67%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal7741150.330.9700.55279.4693.2823.33
Hex4D47321610371175d17
Octal11541634114106742713527
Binary1001101100111001110000111000010110111100010111101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D0473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,4,115); }

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

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

 a { background-color: rgb(77,4,115); }

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

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

 span { border-color: rgb(77,4,115); }

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