#5A0679

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

Shades of Indigo #5A0679

Tints of Indigo #5A0679

Color information

#5A0679 (or 0x5A0679) is unknown color: approx Indigo. HEX triplet: 5A, 06 and 79. RGB value is (90,6,121). Sum of RGB (Red+Green+Blue) = 90+6+121=217 (28% of max value = 765). Red value is 90 (35.55% from 255 or 41.47% from 217); Green value is 6 (2.73% from 255 or 2.76% from 217); Blue value is 121 (47.66% from 255 or 55.76% from 217); Max value from RGB is 121 - color contains mainly: blue. Hex color #5A0679 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A0679 is #A5F986. Grayscale: #2B2B2B. Windows color (decimal): -10877319 or 7931482. OLE color: 7931482.

HSL color Cylindrical-coordinate representation of color #5A0679: hue angle of 283.83º degrees, saturation: 0.91, 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 #5A0679 is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB906121-
CMYK0.260.9500.53
HSL283.83º90.55%24.9%-
HSV(B)283.83º95.04%47.45%-
XYZ7.733.6818.39-
YUV44.23171.33160.65-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 41.47%
GREEN value IS 6 (2.73% from 255) = 2.76%
BLUE value IS 121 (47.66% from 255) = 55.76%
R=41.47%
G=2.76%
B=55.76%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal9061210.260.9500.53283.8390.5524.9
Hex5A6791A5F03511c5b19
Octal13261713213706543413331
Binary101101011011110011101010111110110101100011100101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A0679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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