Html Css Color HEX #50179D Indigo

📋 copy color: '#50179D'

red 80 ◦ green 23 ◦ blue 157

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

Shades of Indigo #50179D

Tints of Indigo #50179D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 60.38%

R = 30.77%
G = 8.85%
B = 60.38%

CMYK

 C value IS 0.49

 M value IS 0.85

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#50179D (or 0x50179D) is known color: Indigo. HEX triplet: 50, 17 and 9D. RGB value is (80,23,157). Sum of RGB (Red+Green+Blue) = 80+23+157=260 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.77% from 260); Green value is 23 (9.38% from 255 or 8.85% from 260); Blue value is 157 (61.72% from 255 or 60.38% from 260); Max value from RGB is 157 - color contains mainly: blue. Hex color #50179D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #50179D is #AFE862. Grayscale: #363636. Windows color (decimal): -11528291 or 10295120. OLE color: 10295120.

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

Color convert

RGB 80 23 157 -
CMYK 0.49 0.85 0 0.38
HSL 265.52º 0.74% 0.35% -
HSV(B) 265.52º 0.85% 0.62% -
XYZ 9.7 4.75 32.3 -
YUV 55.32 185.38 145.6 -
System Red Green Blue C M Y K H S L
Decimal 80 23 157 0.49 0.85 0 0.38 265.52 0.74 0.35
Hex 50 17 9D 31 55 0 26 10A 4A 23
Octal 120 27 235 61 125 0 46 412 112 43
Binary 1010000 10111 10011101 110001 1010101 0 100110 100001010 1001010 100011

Color Harmonies of #50179D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50179D

Black with #50179D

Text Example


Text Example

White with #50179D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #50179D;
 }
 .AnyTagClassName
 {
   color: #50179D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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