#5A0071

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

Shades of Indigo #5A0071

Tints of Indigo #5A0071

Color information

#5A0071 (or 0x5A0071) is unknown color: approx Indigo. HEX triplet: 5A, 00 and 71. RGB value is (90,0,113). Sum of RGB (Red+Green+Blue) = 90+0+113=203 (26% of max value = 765). Red value is 90 (35.55% from 255 or 44.33% from 203); Green value is 0 (0.39% from 255 or 0% from 203); Blue value is 113 (44.53% from 255 or 55.67% from 203); Max value from RGB is 113 - color contains mainly: blue. Hex color #5A0071 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A0071 is #A5FF8E. Grayscale: #272727. Windows color (decimal): -10878863 or 7405658. OLE color: 7405658.

HSL color Cylindrical-coordinate representation of color #5A0071: hue angle of 287.79º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5A0071 is Cyan = 0.20, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB900113-
CMYK0.20100.56
HSL287.79º100%22.16%-
HSV(B)287.79º100%44.31%-
XYZ7.23.3715.89-
YUV39.79169.32163.81-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 44.33%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 113 (44.53% from 255) = 55.67%
R=44.33%
G=0%
B=55.67%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal9001130.20100.56287.7910022.16
Hex5A07114640381206416
Octal13201612414407044014426
Binary1011010011100011010011001000111000100100000110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A0071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,0,113); }

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

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

 a { background-color: rgb(90,0,113); }

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

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

 span { border-color: rgb(90,0,113); }

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