#5a078a

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

Shades of Indigo #5A078A

Tints of Indigo #5A078A

Color information

#5A078A (or 0x5A078A) is unknown color: approx Indigo. HEX triplet: 5A, 07 and 8A. RGB value is (90,7,138). Sum of RGB (Red+Green+Blue) = 90+7+138=235 (31% of max value = 765). Red value is 90 (35.55% from 255 or 38.30% from 235); Green value is 7 (3.12% from 255 or 2.98% from 235); Blue value is 138 (54.30% from 255 or 58.72% from 235); Max value from RGB is 138 - color contains mainly: blue. Hex color #5A078A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A078A is #A5F875. Grayscale: #2E2E2E. Windows color (decimal): -10877046 or 9045850. OLE color: 9045850.

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

Color convert

RGB907138-
CMYK0.350.9500.46
HSL278.02º90.34%28.43%-
HSV(B)278.02º94.93%54.12%-
XYZ8.884.1624.38-
YUV46.75179.5158.85-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 38.30%
GREEN value IS 7 (3.12% from 255) = 2.98%
BLUE value IS 138 (54.30% from 255) = 58.72%
R=38.30%
G=2.98%
B=58.72%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal9071380.350.9500.46278.0290.3428.43
Hex5A78A235F02E1165a1c
Octal13272124313705642613234
Binary10110101111000101010001110111110101110100010110101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5a078a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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