#4C077F

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

Shades of Indigo #4C077F

Tints of Indigo #4C077F

Color information

#4C077F (or 0x4C077F) is unknown color: approx Indigo. HEX triplet: 4C, 07 and 7F. RGB value is (76,7,127). Sum of RGB (Red+Green+Blue) = 76+7+127=210 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.19% from 210); Green value is 7 (3.12% from 255 or 3.33% from 210); Blue value is 127 (50% from 255 or 60.48% from 210); Max value from RGB is 127 - color contains mainly: blue. Hex color #4C077F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C077F is #B3F880. Grayscale: #282828. Windows color (decimal): -11794561 or 8324940. OLE color: 8324940.

HSL color Cylindrical-coordinate representation of color #4C077F: hue angle of 274.5º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4C077F is Cyan = 0.40, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB767127-
CMYK0.400.9400.50
HSL274.5º89.55%26.27%-
HSV(B)274.5º94.49%49.8%-
XYZ6.893.2220.34-
YUV41.31176.36152.74-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 36.19%
GREEN value IS 7 (3.12% from 255) = 3.33%
BLUE value IS 127 (50% from 255) = 60.48%
R=36.19%
G=3.33%
B=60.48%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal7671270.400.9400.50274.589.5526.27
Hex4C77F285E0321125a1a
Octal11471775013606242213232
Binary1001100111111111110100010111100110010100010010101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C077F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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