#5E0A89

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

Shades of Indigo #5E0A89

Tints of Indigo #5E0A89

Color information

#5E0A89 (or 0x5E0A89) is unknown color: approx Indigo. HEX triplet: 5E, 0A and 89. RGB value is (94,10,137). Sum of RGB (Red+Green+Blue) = 94+10+137=241 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.00% from 241); Green value is 10 (4.30% from 255 or 4.15% from 241); Blue value is 137 (53.91% from 255 or 56.85% from 241); Max value from RGB is 137 - color contains mainly: blue. Hex color #5E0A89 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E0A89 is #A1F576. Grayscale: #313131. Windows color (decimal): -10614135 or 8981086. OLE color: 8981086.

HSL color Cylindrical-coordinate representation of color #5E0A89: hue angle of 279.69º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5E0A89 is Cyan = 0.31, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB9410137-
CMYK0.310.9300.46
HSL279.69º86.39%28.82%-
HSV(B)279.69º92.7%53.73%-
XYZ9.244.424.03-
YUV49.59177.33159.67-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 39.00%
GREEN value IS 10 (4.30% from 255) = 4.15%
BLUE value IS 137 (53.91% from 255) = 56.85%
R=39.00%
G=4.15%
B=56.85%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal94101370.310.9300.46279.6986.3928.82
Hex5EA891F5D02E118561d
Octal136122113713505643012635
Binary10111101010100010011111110111010101110100011000101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E0A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,10,137); }

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

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

 a { background-color: rgb(94,10,137); }

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

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

 span { border-color: rgb(94,10,137); }

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