#4C0073

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

Shades of Indigo #4C0073

Tints of Indigo #4C0073

Color information

#4C0073 (or 0x4C0073) is unknown color: approx Indigo. HEX triplet: 4C, 00 and 73. RGB value is (76,0,115). Sum of RGB (Red+Green+Blue) = 76+0+115=191 (25% of max value = 765). Red value is 76 (30.08% from 255 or 39.79% from 191); Green value is 0 (0.39% from 255 or 0% from 191); Blue value is 115 (45.31% from 255 or 60.21% from 191); Max value from RGB is 115 - color contains mainly: blue. Hex color #4C0073 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C0073 is #B3FF8C. Grayscale: #232323. Windows color (decimal): -11796365 or 7536716. OLE color: 7536716.

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

Color convert

RGB760115-
CMYK0.34100.55
HSL279.65º100%22.55%-
HSV(B)279.65º100%45.1%-
XYZ6.082.7716.43-
YUV35.83172.68156.65-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 39.79%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 115 (45.31% from 255) = 60.21%
R=39.79%
G=0%
B=60.21%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal7601150.34100.55279.6510022.55
Hex4C07322640371186417
Octal11401634214406743014427
Binary10011000111001110001011001000110111100011000110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C0073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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