#4c079a

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

Shades of Indigo #4C079A

Tints of Indigo #4C079A

Color information

#4C079A (or 0x4C079A) is unknown color: approx Indigo. HEX triplet: 4C, 07 and 9A. RGB value is (76,7,154). Sum of RGB (Red+Green+Blue) = 76+7+154=237 (31% of max value = 765). Red value is 76 (30.08% from 255 or 32.07% from 237); Green value is 7 (3.12% from 255 or 2.95% from 237); Blue value is 154 (60.55% from 255 or 64.98% from 237); Max value from RGB is 154 - color contains mainly: blue. Hex color #4C079A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C079A is #B3F865. Grayscale: #2B2B2B. Windows color (decimal): -11794534 or 10094412. OLE color: 10094412.

HSL color Cylindrical-coordinate representation of color #4C079A: hue angle of 268.16º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4C079A is Cyan = 0.51, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB767154-
CMYK0.510.9500.40
HSL268.16º91.3%31.57%-
HSV(B)268.16º95.45%60.39%-
XYZ8.894.0230.88-
YUV44.39189.86150.55-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 32.07%
GREEN value IS 7 (3.12% from 255) = 2.95%
BLUE value IS 154 (60.55% from 255) = 64.98%
R=32.07%
G=2.95%
B=64.98%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal7671540.510.9500.40268.1691.331.57
Hex4C79A335F02810c5b20
Octal11472326313705041413340
Binary100110011110011010110011101111101010001000011001011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4c079a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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