Html Css Color HEX #50189D Indigo

📋 copy color: '#50189D'

red 80 ◦ green 24 ◦ blue 157

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

Shades of Indigo #50189D

Tints of Indigo #50189D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.2%

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

R = 30.65%
G = 9.2%
B = 60.15%

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

#50189D (or 0x50189D) is known color: Indigo. HEX triplet: 50, 18 and 9D. RGB value is (80,24,157). Sum of RGB (Red+Green+Blue) = 80+24+157=261 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.65% from 261); Green value is 24 (9.77% from 255 or 9.20% from 261); Blue value is 157 (61.72% from 255 or 60.15% from 261); Max value from RGB is 157 - color contains mainly: blue. Hex color #50189D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #50189D is #AFE762. Grayscale: #373737. Windows color (decimal): -11528035 or 10295376. OLE color: 10295376.

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

Color convert

RGB 80 24 157 -
CMYK 0.49 0.85 0 0.38
HSL 265.26º 0.73% 0.35% -
HSV(B) 265.26º 0.85% 0.62% -
XYZ 9.72 4.79 32.31 -
YUV 55.91 185.05 145.19 -
System Red Green Blue C M Y K H S L
Decimal 80 24 157 0.49 0.85 0 0.38 265.26 0.73 0.35
Hex 50 18 9D 31 55 0 26 109 49 23
Octal 120 30 235 61 125 0 46 411 111 43
Binary 1010000 11000 10011101 110001 1010101 0 100110 100001001 1001001 100011

Color Harmonies of #50189D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50189D

Black with #50189D

Text Example


Text Example

White with #50189D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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