#5A1593

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

Shades of Indigo #5A1593

Tints of Indigo #5A1593

Color information

#5A1593 (or 0x5A1593) is unknown color: approx Indigo. HEX triplet: 5A, 15 and 93. RGB value is (90,21,147). Sum of RGB (Red+Green+Blue) = 90+21+147=258 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.88% from 258); Green value is 21 (8.59% from 255 or 8.14% from 258); Blue value is 147 (57.81% from 255 or 56.98% from 258); Max value from RGB is 147 - color contains mainly: blue. Hex color #5A1593 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A1593 is #A5EA6C. Grayscale: #373737. Windows color (decimal): -10873453 or 9639258. OLE color: 9639258.

HSL color Cylindrical-coordinate representation of color #5A1593: hue angle of 272.86º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5A1593 is Cyan = 0.39, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB9021147-
CMYK0.390.8600.42
HSL272.86º75%32.94%-
HSV(B)272.86º85.71%57.65%-
XYZ9.754.8228.02-
YUV56179.36152.25-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 34.88%
GREEN value IS 21 (8.59% from 255) = 8.14%
BLUE value IS 147 (57.81% from 255) = 56.98%
R=34.88%
G=8.14%
B=56.98%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal90211470.390.8600.42272.867532.94
Hex5A1593275602A1114b21
Octal132252234712605242111341
Binary10110101010110010011100111101011001010101000100011001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A1593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,21,147); }

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

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

 a { background-color: rgb(90,21,147); }

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

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

 span { border-color: rgb(90,21,147); }

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