#5A1774

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

Shades of Indigo #5A1774

Tints of Indigo #5A1774

Color information

#5A1774 (or 0x5A1774) is unknown color: approx Indigo. HEX triplet: 5A, 17 and 74. RGB value is (90,23,116). Sum of RGB (Red+Green+Blue) = 90+23+116=229 (30% of max value = 765). Red value is 90 (35.55% from 255 or 39.30% from 229); Green value is 23 (9.38% from 255 or 10.04% from 229); Blue value is 116 (45.70% from 255 or 50.66% from 229); Max value from RGB is 116 - color contains mainly: blue. Hex color #5A1774 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A1774 is #A5E88B. Grayscale: #353535. Windows color (decimal): -10872972 or 7608154. OLE color: 7608154.

HSL color Cylindrical-coordinate representation of color #5A1774: hue angle of 283.23º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5A1774 is Cyan = 0.22, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB9023116-
CMYK0.220.8000.55
HSL283.23º66.91%27.25%-
HSV(B)283.23º80.17%45.49%-
XYZ7.684.0516.9-
YUV53.64163.2153.94-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 39.30%
GREEN value IS 23 (9.38% from 255) = 10.04%
BLUE value IS 116 (45.70% from 255) = 50.66%
R=39.30%
G=10.04%
B=50.66%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal90231160.220.8000.55283.2366.9127.25
Hex5A1774165003711b431b
Octal132271642612006743310333
Binary10110101011111101001011010100000110111100011011100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A1774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,23,116); }

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

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

 a { background-color: rgb(90,23,116); }

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

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

 span { border-color: rgb(90,23,116); }

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