#5A1787

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

Shades of Indigo #5A1787

Tints of Indigo #5A1787

Color information

#5A1787 (or 0x5A1787) is unknown color: approx Indigo. HEX triplet: 5A, 17 and 87. RGB value is (90,23,135). Sum of RGB (Red+Green+Blue) = 90+23+135=248 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.29% from 248); Green value is 23 (9.38% from 255 or 9.27% from 248); Blue value is 135 (53.12% from 255 or 54.44% from 248); Max value from RGB is 135 - color contains mainly: blue. Hex color #5A1787 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A1787 is #A5E878. Grayscale: #373737. Windows color (decimal): -10872953 or 8853338. OLE color: 8853338.

HSL color Cylindrical-coordinate representation of color #5A1787: hue angle of 275.89º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5A1787 is Cyan = 0.33, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9023135-
CMYK0.330.8300.47
HSL275.89º70.89%30.98%-
HSV(B)275.89º82.96%52.94%-
XYZ8.94.5423.33-
YUV55.8172.7152.39-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 36.29%
GREEN value IS 23 (9.38% from 255) = 9.27%
BLUE value IS 135 (53.12% from 255) = 54.44%
R=36.29%
G=9.27%
B=54.44%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal90231350.330.8300.47275.8970.8930.98
Hex5A1787215302F114471f
Octal132272074112305742410737
Binary1011010101111000011110000110100110101111100010100100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A1787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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