#5A0786

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

Shades of Indigo #5A0786

Tints of Indigo #5A0786

Color information

#5A0786 (or 0x5A0786) is unknown color: approx Indigo. HEX triplet: 5A, 07 and 86. RGB value is (90,7,134). Sum of RGB (Red+Green+Blue) = 90+7+134=231 (30% of max value = 765). Red value is 90 (35.55% from 255 or 38.96% from 231); Green value is 7 (3.12% from 255 or 3.03% from 231); Blue value is 134 (52.73% from 255 or 58.01% from 231); Max value from RGB is 134 - color contains mainly: blue. Hex color #5A0786 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A0786 is #A5F879. Grayscale: #2D2D2D. Windows color (decimal): -10877050 or 8783706. OLE color: 8783706.

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

Color convert

RGB907134-
CMYK0.330.9500.47
HSL279.21º90.07%27.65%-
HSV(B)279.21º94.78%52.55%-
XYZ8.64.0522.88-
YUV46.3177.5159.17-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 38.96%
GREEN value IS 7 (3.12% from 255) = 3.03%
BLUE value IS 134 (52.73% from 255) = 58.01%
R=38.96%
G=3.03%
B=58.01%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal9071340.330.9500.47279.2190.0727.65
Hex5A786215F02F1175a1c
Octal13272064113705742713234
Binary10110101111000011010000110111110101111100010111101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A0786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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