#5e1691

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

Shades of Indigo #5E1691

Tints of Indigo #5E1691

Color information

#5E1691 (or 0x5E1691) is unknown color: approx Indigo. HEX triplet: 5E, 16 and 91. RGB value is (94,22,145). Sum of RGB (Red+Green+Blue) = 94+22+145=261 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.02% from 261); Green value is 22 (8.98% from 255 or 8.43% from 261); Blue value is 145 (57.03% from 255 or 55.56% from 261); Max value from RGB is 145 - color contains mainly: blue. Hex color #5E1691 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E1691 is #A1E96E. Grayscale: #393939. Windows color (decimal): -10611055 or 9508446. OLE color: 9508446.

HSL color Cylindrical-coordinate representation of color #5E1691: hue angle of 275.12º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5E1691 is Cyan = 0.35, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB9422145-
CMYK0.350.8500.43
HSL275.12º73.65%32.75%-
HSV(B)275.12º84.83%56.86%-
XYZ10.01527.22-
YUV57.55177.35154-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 36.02%
GREEN value IS 22 (8.98% from 255) = 8.43%
BLUE value IS 145 (57.03% from 255) = 55.56%
R=36.02%
G=8.43%
B=55.56%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal94221450.350.8500.43275.1273.6532.75
Hex5E1691235502B1134a21
Octal136262214312505342311241
Binary10111101011010010001100011101010101010111000100111001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5e1691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,22,145); }

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

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

 a { background-color: rgb(94,22,145); }

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

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

 span { border-color: rgb(94,22,145); }

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