#5A0772

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

Shades of Indigo #5A0772

Tints of Indigo #5A0772

Color information

#5A0772 (or 0x5A0772) is unknown color: approx Indigo. HEX triplet: 5A, 07 and 72. RGB value is (90,7,114). Sum of RGB (Red+Green+Blue) = 90+7+114=211 (27% of max value = 765). Red value is 90 (35.55% from 255 or 42.65% from 211); Green value is 7 (3.12% from 255 or 3.32% from 211); Blue value is 114 (44.92% from 255 or 54.03% from 211); Max value from RGB is 114 - color contains mainly: blue. Hex color #5A0772 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A0772 is #A5F88D. Grayscale: #2B2B2B. Windows color (decimal): -10877070 or 7472986. OLE color: 7472986.

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

Color convert

RGB907114-
CMYK0.210.9400.55
HSL286.54º88.43%23.73%-
HSV(B)286.54º93.86%44.71%-
XYZ7.333.5416.22-
YUV44.02167.5160.8-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 42.65%
GREEN value IS 7 (3.12% from 255) = 3.32%
BLUE value IS 114 (44.92% from 255) = 54.03%
R=42.65%
G=3.32%
B=54.03%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal9071140.210.9400.55286.5488.4323.73
Hex5A772155E03711f5818
Octal13271622513606743713030
Binary101101011111100101010110111100110111100011111101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A0772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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