#5E109A

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

Shades of Indigo #5E109A

Tints of Indigo #5E109A

Color information

#5E109A (or 0x5E109A) is unknown color: approx Indigo. HEX triplet: 5E, 10 and 9A. RGB value is (94,16,154). Sum of RGB (Red+Green+Blue) = 94+16+154=264 (34% of max value = 765). Red value is 94 (37.11% from 255 or 35.61% from 264); Green value is 16 (6.64% from 255 or 6.06% from 264); Blue value is 154 (60.55% from 255 or 58.33% from 264); Max value from RGB is 154 - color contains mainly: blue. Hex color #5E109A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E109A is #A1EF65. Grayscale: #363636. Windows color (decimal): -10612582 or 10096734. OLE color: 10096734.

HSL color Cylindrical-coordinate representation of color #5E109A: hue angle of 273.91º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5E109A is Cyan = 0.39, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB9416154-
CMYK0.390.9000.40
HSL273.91º81.18%33.33%-
HSV(B)273.91º89.61%60.39%-
XYZ10.635.0830.99-
YUV55.05183.84155.78-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 35.61%
GREEN value IS 16 (6.64% from 255) = 6.06%
BLUE value IS 154 (60.55% from 255) = 58.33%
R=35.61%
G=6.06%
B=58.33%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal94161540.390.9000.40273.9181.1833.33
Hex5E109A275A0281125121
Octal136202324713205042212141
Binary10111101000010011010100111101101001010001000100101010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E109A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,16,154); }

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

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

 a { background-color: rgb(94,16,154); }

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

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

 span { border-color: rgb(94,16,154); }

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