#4A0772

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

Shades of Indigo #4A0772

Tints of Indigo #4A0772

Color information

#4A0772 (or 0x4A0772) is unknown color: approx Indigo. HEX triplet: 4A, 07 and 72. RGB value is (74,7,114). Sum of RGB (Red+Green+Blue) = 74+7+114=195 (25% of max value = 765). Red value is 74 (29.30% from 255 or 37.95% from 195); Green value is 7 (3.12% from 255 or 3.59% from 195); Blue value is 114 (44.92% from 255 or 58.46% from 195); Max value from RGB is 114 - color contains mainly: blue. Hex color #4A0772 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A0772 is #B5F88D. Grayscale: #262626. Windows color (decimal): -11925646 or 7472970. OLE color: 7472970.

HSL color Cylindrical-coordinate representation of color #4A0772: hue angle of 277.57º degrees, saturation: 0.88, 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 #4A0772 is Cyan = 0.35, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB747114-
CMYK0.350.9400.55
HSL277.57º88.43%23.73%-
HSV(B)277.57º93.86%44.71%-
XYZ5.942.8216.15-
YUV39.23170.2152.8-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 37.95%
GREEN value IS 7 (3.12% from 255) = 3.59%
BLUE value IS 114 (44.92% from 255) = 58.46%
R=37.95%
G=3.59%
B=58.46%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal7471140.350.9400.55277.5788.4323.73
Hex4A772235E0371165818
Octal11271624313606742613030
Binary1001010111111001010001110111100110111100010110101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A0772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,7,114); }

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

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

 a { background-color: rgb(74,7,114); }

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

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

 span { border-color: rgb(74,7,114); }

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