#50189D

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

Shades of Indigo #50189D

Tints of Indigo #50189D

Color information

#50189D (or 0x50189D) is unknown color: approx Indigo. HEX triplet: 50, 18 and 9D. RGB value is (80,24,157). Sum of RGB (Red+Green+Blue) = 80+24+157=261 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.65% from 261); Green value is 24 (9.77% from 255 or 9.20% from 261); Blue value is 157 (61.72% from 255 or 60.15% from 261); Max value from RGB is 157 - color contains mainly: blue. Hex color #50189D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #50189D is #AFE762. Grayscale: #373737. Windows color (decimal): -11528035 or 10295376. OLE color: 10295376.

HSL color Cylindrical-coordinate representation of color #50189D: hue angle of 265.26º 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 #50189D is Cyan = 0.49, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8024157-
CMYK0.490.8500.38
HSL265.26º73.48%35.49%-
HSV(B)265.26º84.71%61.57%-
XYZ9.724.7932.31-
YUV55.91185.05145.19-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.65%
GREEN value IS 24 (9.77% from 255) = 9.20%
BLUE value IS 157 (61.72% from 255) = 60.15%
R=30.65%
G=9.20%
B=60.15%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal80241570.490.8500.38265.2673.4835.49
Hex50189D31550261094923
Octal120302356112504641111143
Binary10100001100010011101110001101010101001101000010011001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50189D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50189D; }

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

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

<style>
 a { background-color: #50189D; }

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

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

<style>
 span { border-color: #50189D; }

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

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