#5A0371

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

Shades of Indigo #5A0371

Tints of Indigo #5A0371

Color information

#5A0371 (or 0x5A0371) is unknown color: approx Indigo. HEX triplet: 5A, 03 and 71. RGB value is (90,3,113). Sum of RGB (Red+Green+Blue) = 90+3+113=206 (27% of max value = 765). Red value is 90 (35.55% from 255 or 43.69% from 206); Green value is 3 (1.56% from 255 or 1.46% from 206); Blue value is 113 (44.53% from 255 or 54.85% from 206); Max value from RGB is 113 - color contains mainly: blue. Hex color #5A0371 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A0371 is #A5FC8E. Grayscale: #292929. Windows color (decimal): -10878095 or 7406426. OLE color: 7406426.

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

Color convert

RGB903113-
CMYK0.200.9700.56
HSL287.45º94.83%22.75%-
HSV(B)287.45º97.35%44.31%-
XYZ7.233.4315.9-
YUV41.55168.32162.56-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 43.69%
GREEN value IS 3 (1.56% from 255) = 1.46%
BLUE value IS 113 (44.53% from 255) = 54.85%
R=43.69%
G=1.46%
B=54.85%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal9031130.200.9700.56287.4594.8322.75
Hex5A371146103811f5f17
Octal13231612414107043713727
Binary10110101111100011010011000010111000100011111101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A0371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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