#4C078B

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

Shades of Indigo #4C078B

Tints of Indigo #4C078B

Color information

#4C078B (or 0x4C078B) is unknown color: approx Indigo. HEX triplet: 4C, 07 and 8B. RGB value is (76,7,139). Sum of RGB (Red+Green+Blue) = 76+7+139=222 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.23% from 222); Green value is 7 (3.12% from 255 or 3.15% from 222); Blue value is 139 (54.69% from 255 or 62.61% from 222); Max value from RGB is 139 - color contains mainly: blue. Hex color #4C078B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C078B is #B3F874. Grayscale: #2A2A2A. Windows color (decimal): -11794549 or 9111372. OLE color: 9111372.

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

Color convert

RGB767139-
CMYK0.450.9500.45
HSL271.36º90.41%28.63%-
HSV(B)271.36º94.96%54.51%-
XYZ7.723.5524.71-
YUV42.68182.36151.77-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 34.23%
GREEN value IS 7 (3.12% from 255) = 3.15%
BLUE value IS 139 (54.69% from 255) = 62.61%
R=34.23%
G=3.15%
B=62.61%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal7671390.450.9500.45271.3690.4128.63
Hex4C78B2D5F02D10f5a1d
Octal11472135513705541713235
Binary10011001111000101110110110111110101101100001111101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C078B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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