#5E189D

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

Shades of Indigo #5E189D

Tints of Indigo #5E189D

Color information

#5E189D (or 0x5E189D) is unknown color: approx Indigo. HEX triplet: 5E, 18 and 9D. RGB value is (94,24,157). Sum of RGB (Red+Green+Blue) = 94+24+157=275 (36% of max value = 765). Red value is 94 (37.11% from 255 or 34.18% from 275); Green value is 24 (9.77% from 255 or 8.73% from 275); Blue value is 157 (61.72% from 255 or 57.09% from 275); Max value from RGB is 157 - color contains mainly: blue. Hex color #5E189D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E189D is #A1E762. Grayscale: #3B3B3B. Windows color (decimal): -10610531 or 10295390. OLE color: 10295390.

HSL color Cylindrical-coordinate representation of color #5E189D: hue angle of 271.58º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5E189D is Cyan = 0.40, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB9424157-
CMYK0.400.8500.38
HSL271.58º73.48%35.49%-
HSV(B)271.58º84.71%61.57%-
XYZ11.035.4732.37-
YUV60.09182.69152.19-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 34.18%
GREEN value IS 24 (9.77% from 255) = 8.73%
BLUE value IS 157 (61.72% from 255) = 57.09%
R=34.18%
G=8.73%
B=57.09%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal94241570.400.8500.38271.5873.4835.49
Hex5E189D28550261104923
Octal136302355012504642011143
Binary10111101100010011101101000101010101001101000100001001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E189D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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