#5e1593

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

Shades of Indigo #5E1593

Tints of Indigo #5E1593

Color information

#5E1593 (or 0x5E1593) is unknown color: approx Indigo. HEX triplet: 5E, 15 and 93. RGB value is (94,21,147). Sum of RGB (Red+Green+Blue) = 94+21+147=262 (34% of max value = 765). Red value is 94 (37.11% from 255 or 35.88% from 262); Green value is 21 (8.59% from 255 or 8.02% from 262); Blue value is 147 (57.81% from 255 or 56.11% from 262); Max value from RGB is 147 - color contains mainly: blue. Hex color #5E1593 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E1593 is #A1EA6C. Grayscale: #383838. Windows color (decimal): -10611309 or 9639262. OLE color: 9639262.

HSL color Cylindrical-coordinate representation of color #5E1593: hue angle of 274.76º 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 #5E1593 is Cyan = 0.36, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB9421147-
CMYK0.360.8600.42
HSL274.76º75%32.94%-
HSV(B)274.76º85.71%57.65%-
XYZ10.155.0228.04-
YUV57.19178.68154.25-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 35.88%
GREEN value IS 21 (8.59% from 255) = 8.02%
BLUE value IS 147 (57.81% from 255) = 56.11%
R=35.88%
G=8.02%
B=56.11%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal94211470.360.8600.42274.767532.94
Hex5E1593245602A1134b21
Octal136252234412605242311341
Binary10111101010110010011100100101011001010101000100111001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5e1593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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