#5E0E89

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

Shades of Indigo #5E0E89

Tints of Indigo #5E0E89

Color information

#5E0E89 (or 0x5E0E89) is unknown color: approx Indigo. HEX triplet: 5E, 0E and 89. RGB value is (94,14,137). Sum of RGB (Red+Green+Blue) = 94+14+137=245 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.37% from 245); Green value is 14 (5.86% from 255 or 5.71% from 245); Blue value is 137 (53.91% from 255 or 55.92% from 245); Max value from RGB is 137 - color contains mainly: blue. Hex color #5E0E89 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E0E89 is #A1F176. Grayscale: #333333. Windows color (decimal): -10613111 or 8982110. OLE color: 8982110.

HSL color Cylindrical-coordinate representation of color #5E0E89: hue angle of 279.02º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5E0E89 is Cyan = 0.31, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB9414137-
CMYK0.310.9000.46
HSL279.02º81.46%29.61%-
HSV(B)279.02º89.78%53.73%-
XYZ9.294.524.05-
YUV51.94176158-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 38.37%
GREEN value IS 14 (5.86% from 255) = 5.71%
BLUE value IS 137 (53.91% from 255) = 55.92%
R=38.37%
G=5.71%
B=55.92%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal94141370.310.9000.46279.0281.4629.61
Hex5EE891F5A02E117511e
Octal136162113713205642712136
Binary10111101110100010011111110110100101110100010111101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E0E89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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