#5E097F

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

Shades of Indigo #5E097F

Tints of Indigo #5E097F

Color information

#5E097F (or 0x5E097F) is unknown color: approx Indigo. HEX triplet: 5E, 09 and 7F. RGB value is (94,9,127). Sum of RGB (Red+Green+Blue) = 94+9+127=230 (30% of max value = 765). Red value is 94 (37.11% from 255 or 40.87% from 230); Green value is 9 (3.91% from 255 or 3.91% from 230); Blue value is 127 (50% from 255 or 55.22% from 230); Max value from RGB is 127 - color contains mainly: blue. Hex color #5E097F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E097F is #A1F680. Grayscale: #2F2F2F. Windows color (decimal): -10614401 or 8325470. OLE color: 8325470.

HSL color Cylindrical-coordinate representation of color #5E097F: hue angle of 283.22º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5E097F is Cyan = 0.26, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB949127-
CMYK0.260.9300.50
HSL283.22º86.76%26.67%-
HSV(B)283.22º92.91%49.8%-
XYZ8.544.1120.42-
YUV47.87172.66160.91-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 40.87%
GREEN value IS 9 (3.91% from 255) = 3.91%
BLUE value IS 127 (50% from 255) = 55.22%
R=40.87%
G=3.91%
B=55.22%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal9491270.260.9300.50283.2286.7626.67
Hex5E97F1A5D03211b571b
Octal136111773213506243312733
Binary1011110100111111111101010111010110010100011011101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E097F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,9,127); }

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

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

 a { background-color: rgb(94,9,127); }

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

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

 span { border-color: rgb(94,9,127); }

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