Html Css Color HEX #50139D Indigo

📋 copy color: '#50139D'

red 80 ◦ green 19 ◦ blue 157

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

Shades of Indigo #50139D

Tints of Indigo #50139D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.42%

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

R = 31.25%
G = 7.42%
B = 61.33%

CMYK

 C value IS 0.49

 M value IS 0.88

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#50139D (or 0x50139D) is known color: Indigo. HEX triplet: 50, 13 and 9D. RGB value is (80,19,157). Sum of RGB (Red+Green+Blue) = 80+19+157=256 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.25% from 256); Green value is 19 (7.81% from 255 or 7.42% from 256); Blue value is 157 (61.72% from 255 or 61.33% from 256); Max value from RGB is 157 - color contains mainly: blue. Hex color #50139D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #50139D is #AFEC62. Grayscale: #343434. Windows color (decimal): -11529315 or 10294096. OLE color: 10294096.

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

Color convert

RGB 80 19 157 -
CMYK 0.49 0.88 0 0.38
HSL 266.52º 0.78% 0.35% -
HSV(B) 266.52º 0.88% 0.62% -
XYZ 9.63 4.61 32.28 -
YUV 52.97 186.71 147.28 -
System Red Green Blue C M Y K H S L
Decimal 80 19 157 0.49 0.88 0 0.38 266.52 0.78 0.35
Hex 50 13 9D 31 58 0 26 10B 4E 23
Octal 120 23 235 61 130 0 46 413 116 43
Binary 1010000 10011 10011101 110001 1011000 0 100110 100001011 1001110 100011

Color Harmonies of #50139D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50139D

Black with #50139D

Text Example


Text Example

White with #50139D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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