#5A0677

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

Shades of Indigo #5A0677

Tints of Indigo #5A0677

Color information

#5A0677 (or 0x5A0677) is unknown color: approx Indigo. HEX triplet: 5A, 06 and 77. RGB value is (90,6,119). Sum of RGB (Red+Green+Blue) = 90+6+119=215 (28% of max value = 765). Red value is 90 (35.55% from 255 or 41.86% from 215); Green value is 6 (2.73% from 255 or 2.79% from 215); Blue value is 119 (46.88% from 255 or 55.35% from 215); Max value from RGB is 119 - color contains mainly: blue. Hex color #5A0677 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A0677 is #A5F988. Grayscale: #2B2B2B. Windows color (decimal): -10877321 or 7800410. OLE color: 7800410.

HSL color Cylindrical-coordinate representation of color #5A0677: hue angle of 284.6º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5A0677 is Cyan = 0.24, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB906119-
CMYK0.240.9500.53
HSL284.6º90.4%24.51%-
HSV(B)284.6º94.96%46.67%-
XYZ7.613.6417.75-
YUV44170.33160.81-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 41.86%
GREEN value IS 6 (2.73% from 255) = 2.79%
BLUE value IS 119 (46.88% from 255) = 55.35%
R=41.86%
G=2.79%
B=55.35%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal9061190.240.9500.53284.690.424.51
Hex5A677185F03511d5a19
Octal13261673013706543513231
Binary101101011011101111100010111110110101100011101101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A0677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,6,119); }

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

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

 a { background-color: rgb(90,6,119); }

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

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

 span { border-color: rgb(90,6,119); }

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