#4D0B73

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

Shades of Indigo #4D0B73

Tints of Indigo #4D0B73

Color information

#4D0B73 (or 0x4D0B73) is unknown color: approx Indigo. HEX triplet: 4D, 0B and 73. RGB value is (77,11,115). Sum of RGB (Red+Green+Blue) = 77+11+115=203 (26% of max value = 765). Red value is 77 (30.47% from 255 or 37.93% from 203); Green value is 11 (4.69% from 255 or 5.42% from 203); Blue value is 115 (45.31% from 255 or 56.65% from 203); Max value from RGB is 115 - color contains mainly: blue. Hex color #4D0B73 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D0B73 is #B2F48C. Grayscale: #2A2A2A. Windows color (decimal): -11728013 or 7539533. OLE color: 7539533.

HSL color Cylindrical-coordinate representation of color #4D0B73: hue angle of 278.08º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4D0B73 is Cyan = 0.33, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7711115-
CMYK0.330.9000.55
HSL278.08º82.54%24.71%-
HSV(B)278.08º90.43%45.1%-
XYZ6.273.0516.48-
YUV42.59168.87152.54-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 37.93%
GREEN value IS 11 (4.69% from 255) = 5.42%
BLUE value IS 115 (45.31% from 255) = 56.65%
R=37.93%
G=5.42%
B=56.65%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal77111150.330.9000.55278.0882.5424.71
Hex4DB73215A0371165319
Octal115131634113206742612331
Binary10011011011111001110000110110100110111100010110101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D0B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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