#4C0773

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

Shades of Indigo #4C0773

Tints of Indigo #4C0773

Color information

#4C0773 (or 0x4C0773) is unknown color: approx Indigo. HEX triplet: 4C, 07 and 73. RGB value is (76,7,115). Sum of RGB (Red+Green+Blue) = 76+7+115=198 (26% of max value = 765). Red value is 76 (30.08% from 255 or 38.38% from 198); Green value is 7 (3.12% from 255 or 3.54% from 198); Blue value is 115 (45.31% from 255 or 58.08% from 198); Max value from RGB is 115 - color contains mainly: blue. Hex color #4C0773 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C0773 is #B3F88C. Grayscale: #272727. Windows color (decimal): -11794573 or 7538508. OLE color: 7538508.

HSL color Cylindrical-coordinate representation of color #4C0773: hue angle of 278.33º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4C0773 is Cyan = 0.34, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB767115-
CMYK0.340.9400.55
HSL278.33º88.52%23.92%-
HSV(B)278.33º93.91%45.1%-
XYZ6.152.9316.46-
YUV39.94170.36153.72-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 38.38%
GREEN value IS 7 (3.12% from 255) = 3.54%
BLUE value IS 115 (45.31% from 255) = 58.08%
R=38.38%
G=3.54%
B=58.08%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal7671150.340.9400.55278.3388.5223.92
Hex4C773225E0371165918
Octal11471634213606742613130
Binary1001100111111001110001010111100110111100010110101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C0773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,7,115); }

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

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

 a { background-color: rgb(76,7,115); }

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

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

 span { border-color: rgb(76,7,115); }

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