#50177B

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

Shades of Indigo #50177B

Tints of Indigo #50177B

Color information

#50177B (or 0x50177B) is unknown color: approx Indigo. HEX triplet: 50, 17 and 7B. RGB value is (80,23,123). Sum of RGB (Red+Green+Blue) = 80+23+123=226 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.40% from 226); Green value is 23 (9.38% from 255 or 10.18% from 226); Blue value is 123 (48.44% from 255 or 54.42% from 226); Max value from RGB is 123 - color contains mainly: blue. Hex color #50177B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50177B is #AFE884. Grayscale: #333333. Windows color (decimal): -11528325 or 8066896. OLE color: 8066896.

HSL color Cylindrical-coordinate representation of color #50177B: hue angle of 274.2º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #50177B is Cyan = 0.35, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8023123-
CMYK0.350.8100.52
HSL274.2º68.49%28.63%-
HSV(B)274.2º81.3%48.24%-
XYZ7.193.7519.08-
YUV51.44168.38148.37-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 35.40%
GREEN value IS 23 (9.38% from 255) = 10.18%
BLUE value IS 123 (48.44% from 255) = 54.42%
R=35.40%
G=10.18%
B=54.42%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal80231230.350.8100.52274.268.4928.63
Hex50177B2351034112441d
Octal120271734312106442210435
Binary101000010111111101110001110100010110100100010010100010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50177B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50177B; }

 p { color: rgb(80,23,123); }

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

<style>
 a { background-color: #50177B; }

 a { background-color: rgb(80,23,123); }

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

<style>
 span { border-color: #50177B; }

 span { border-color: rgb(80,23,123); }

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