#5E0A87

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

Shades of Indigo #5E0A87

Tints of Indigo #5E0A87

Color information

#5E0A87 (or 0x5E0A87) is unknown color: approx Indigo. HEX triplet: 5E, 0A and 87. RGB value is (94,10,135). Sum of RGB (Red+Green+Blue) = 94+10+135=239 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.33% from 239); Green value is 10 (4.30% from 255 or 4.18% from 239); Blue value is 135 (53.12% from 255 or 56.49% from 239); Max value from RGB is 135 - color contains mainly: blue. Hex color #5E0A87 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E0A87 is #A1F578. Grayscale: #303030. Windows color (decimal): -10614137 or 8850014. OLE color: 8850014.

HSL color Cylindrical-coordinate representation of color #5E0A87: hue angle of 280.32º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5E0A87 is Cyan = 0.30, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9410135-
CMYK0.300.9300.47
HSL280.32º86.21%28.43%-
HSV(B)280.32º92.59%52.94%-
XYZ9.14.3523.28-
YUV49.37176.33159.84-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 39.33%
GREEN value IS 10 (4.30% from 255) = 4.18%
BLUE value IS 135 (53.12% from 255) = 56.49%
R=39.33%
G=4.18%
B=56.49%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal94101350.300.9300.47280.3286.2128.43
Hex5EA871E5D02F118561c
Octal136122073613505743012634
Binary10111101010100001111111010111010101111100011000101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E0A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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