Html Css Color HEX #50177B Indigo

📋 copy color: '#50177B'

red 80 ◦ green 23 ◦ blue 123

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

Shades of Indigo #50177B

Tints of Indigo #50177B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 54.42%

R = 35.4%
G = 10.18%
B = 54.42%

CMYK

 C value IS 0.35

 M value IS 0.81

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#50177B (or 0x50177B) is known color: 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

RGB 80 23 123 -
CMYK 0.35 0.81 0 0.52
HSL 274.2º 0.68% 0.29% -
HSV(B) 274.2º 0.81% 0.48% -
XYZ 7.19 3.75 19.08 -
YUV 51.44 168.38 148.37 -
System Red Green Blue C M Y K H S L
Decimal 80 23 123 0.35 0.81 0 0.52 274.2 0.68 0.29
Hex 50 17 7B 23 51 0 34 112 44 1D
Octal 120 27 173 43 121 0 64 422 104 35
Binary 1010000 10111 1111011 100011 1010001 0 110100 100010010 1000100 11101

Color Harmonies of #50177B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50177B

Black with #50177B

Text Example


Text Example

White with #50177B

Text Example


Text Example

HTML Codes & Css Web 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>