#5A0881

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

Shades of Indigo #5A0881

Tints of Indigo #5A0881

Color information

#5A0881 (or 0x5A0881) is unknown color: approx Indigo. HEX triplet: 5A, 08 and 81. RGB value is (90,8,129). Sum of RGB (Red+Green+Blue) = 90+8+129=227 (30% of max value = 765). Red value is 90 (35.55% from 255 or 39.65% from 227); Green value is 8 (3.52% from 255 or 3.52% from 227); Blue value is 129 (50.78% from 255 or 56.83% from 227); Max value from RGB is 129 - color contains mainly: blue. Hex color #5A0881 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A0881 is #A5F77E. Grayscale: #2D2D2D. Windows color (decimal): -10876799 or 8456282. OLE color: 8456282.

HSL color Cylindrical-coordinate representation of color #5A0881: hue angle of 280.66º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5A0881 is Cyan = 0.30, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB908129-
CMYK0.300.9400.49
HSL280.66º88.32%26.86%-
HSV(B)280.66º93.8%50.59%-
XYZ8.273.9321.09-
YUV46.31174.67159.16-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 39.65%
GREEN value IS 8 (3.52% from 255) = 3.52%
BLUE value IS 129 (50.78% from 255) = 56.83%
R=39.65%
G=3.52%
B=56.83%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal9081290.300.9400.49280.6688.3226.86
Hex5A8811E5E031119581b
Octal132102013613606143113033
Binary10110101000100000011111010111100110001100011001101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A0881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,8,129); }

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

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

 a { background-color: rgb(90,8,129); }

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

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

 span { border-color: rgb(90,8,129); }

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