Html Css Color HEX #50199D Indigo

📋 copy color: '#50199D'

red 80 ◦ green 25 ◦ blue 157

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

Shades of Indigo #50199D

Tints of Indigo #50199D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.54%

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

R = 30.53%
G = 9.54%
B = 59.92%

CMYK

 C value IS 0.49

 M value IS 0.84

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#50199D (or 0x50199D) is known color: Indigo. HEX triplet: 50, 19 and 9D. RGB value is (80,25,157). Sum of RGB (Red+Green+Blue) = 80+25+157=262 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.53% from 262); Green value is 25 (10.16% from 255 or 9.54% from 262); Blue value is 157 (61.72% from 255 or 59.92% from 262); Max value from RGB is 157 - color contains mainly: blue. Hex color #50199D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #50199D is #AFE662. Grayscale: #383838. Windows color (decimal): -11527779 or 10295632. OLE color: 10295632.

HSL color Cylindrical-coordinate representation of color #50199D: hue angle of 265º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #50199D is Cyan = 0.49, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 80 25 157 -
CMYK 0.49 0.84 0 0.38
HSL 265º 0.73% 0.36% -
HSV(B) 265º 0.84% 0.62% -
XYZ 9.74 4.84 32.32 -
YUV 56.49 184.72 144.77 -
System Red Green Blue C M Y K H S L
Decimal 80 25 157 0.49 0.84 0 0.38 265 0.73 0.36
Hex 50 19 9D 31 54 0 26 109 49 24
Octal 120 31 235 61 124 0 46 411 111 44
Binary 1010000 11001 10011101 110001 1010100 0 100110 100001001 1001001 100100

Color Harmonies of #50199D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50199D

Black with #50199D

Text Example


Text Example

White with #50199D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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