Html Css Color HEX #50178A Indigo

📋 copy color: '#50178A'

red 80 ◦ green 23 ◦ blue 138

#50178A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indigo #50178A

Tints of Indigo #50178A

RGB

 RED value IS 80 (31.64% from 255) = 33.2%

 GREEN value IS 23 (9.38% from 255) = 9.54%

 BLUE value IS 138 (54.3% from 255) = 57.26%

R = 33.2%
G = 9.54%
B = 57.26%

CMYK

 C value IS 0.42

 M value IS 0.83

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#50178A (or 0x50178A) is known color: Indigo. HEX triplet: 50, 17 and 8A. RGB value is (80,23,138). Sum of RGB (Red+Green+Blue) = 80+23+138=241 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.20% from 241); Green value is 23 (9.38% from 255 or 9.54% from 241); Blue value is 138 (54.30% from 255 or 57.26% from 241); Max value from RGB is 138 - color contains mainly: blue. Hex color #50178A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #50178A is #AFE875. Grayscale: #343434. Windows color (decimal): -11528310 or 9049936. OLE color: 9049936.

HSL color Cylindrical-coordinate representation of color #50178A: hue angle of 269.74º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #50178A is Cyan = 0.42, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 80 23 138 -
CMYK 0.42 0.83 0 0.46
HSL 269.74º 0.71% 0.32% -
HSV(B) 269.74º 0.83% 0.54% -
XYZ 8.2 4.15 24.41 -
YUV 53.15 175.88 147.15 -
System Red Green Blue C M Y K H S L
Decimal 80 23 138 0.42 0.83 0 0.46 269.74 0.71 0.32
Hex 50 17 8A 2A 53 0 2E 10E 47 20
Octal 120 27 212 52 123 0 56 416 107 40
Binary 1010000 10111 10001010 101010 1010011 0 101110 100001110 1000111 100000

Color Harmonies of #50178A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50178A

Black with #50178A

Text Example


Text Example

White with #50178A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50178A; }

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

 H1.HeaderClassName
 {
   color: #50178A;
 }
 .AnyTagClassName
 {
   color: #50178A;
 }
</style>

background-color css

<style>
 a { background-color: #50178A; }

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

 div.DivClassName
 {
   background-color: #50178A;
 }
 .BgClassName
 {
   background-color: #50178A;
 }
</style>

border-color css

<style>
 span { border-color: #50178A; }

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

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