#50167C

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

Shades of Indigo #50167C

Tints of Indigo #50167C

Color information

#50167C (or 0x50167C) is unknown color: approx Indigo. HEX triplet: 50, 16 and 7C. RGB value is (80,22,124). Sum of RGB (Red+Green+Blue) = 80+22+124=226 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.40% from 226); Green value is 22 (8.98% from 255 or 9.73% from 226); Blue value is 124 (48.83% from 255 or 54.87% from 226); Max value from RGB is 124 - color contains mainly: blue. Hex color #50167C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50167C is #AFE983. Grayscale: #323232. Windows color (decimal): -11528580 or 8132176. OLE color: 8132176.

HSL color Cylindrical-coordinate representation of color #50167C: hue angle of 274.12º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #50167C is Cyan = 0.35, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8022124-
CMYK0.350.8200.51
HSL274.12º69.86%28.63%-
HSV(B)274.12º82.26%48.63%-
XYZ7.233.7319.41-
YUV50.97169.22148.71-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 35.40%
GREEN value IS 22 (8.98% from 255) = 9.73%
BLUE value IS 124 (48.83% from 255) = 54.87%
R=35.40%
G=9.73%
B=54.87%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal80221240.350.8200.51274.1269.8628.63
Hex50167C2352033112461d
Octal120261744312206342210635
Binary101000010110111110010001110100100110011100010010100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50167C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50167C; }

 p { color: rgb(80,22,124); }

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

<style>
 a { background-color: #50167C; }

 a { background-color: rgb(80,22,124); }

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

<style>
 span { border-color: #50167C; }

 span { border-color: rgb(80,22,124); }

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