#5E187F

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

Shades of Indigo #5E187F

Tints of Indigo #5E187F

Color information

#5E187F (or 0x5E187F) is unknown color: approx Indigo. HEX triplet: 5E, 18 and 7F. RGB value is (94,24,127). Sum of RGB (Red+Green+Blue) = 94+24+127=245 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.37% from 245); Green value is 24 (9.77% from 255 or 9.80% from 245); Blue value is 127 (50% from 255 or 51.84% from 245); Max value from RGB is 127 - color contains mainly: blue. Hex color #5E187F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E187F is #A1E780. Grayscale: #383838. Windows color (decimal): -10610561 or 8329310. OLE color: 8329310.

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

Color convert

RGB9424127-
CMYK0.260.8100.50
HSL280.78º68.21%29.61%-
HSV(B)280.78º81.1%49.8%-
XYZ8.774.5720.5-
YUV56.67167.69154.62-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 38.37%
GREEN value IS 24 (9.77% from 255) = 9.80%
BLUE value IS 127 (50% from 255) = 51.84%
R=38.37%
G=9.80%
B=51.84%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal94241270.260.8100.50280.7868.2129.61
Hex5E187F1A51032119441e
Octal136301773212106243110436
Binary10111101100011111111101010100010110010100011001100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E187F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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