Html Css Color HEX #500080 Indigo

📋 copy color: '#500080'

red 80 ◦ green 0 ◦ blue 128

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

Shades of Indigo #500080

Tints of Indigo #500080

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 128 (50.39% from 255) = 61.54%

R = 38.46%
G = 0%
B = 61.54%

CMYK

 C value IS 0.38

 M value IS 1

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#500080 (or 0x500080) is known color: Indigo. HEX triplet: 50, 00 and 80. RGB value is (80,0,128). Sum of RGB (Red+Green+Blue) = 80+0+128=208 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.46% from 208); Green value is 0 (0.39% from 255 or 0% from 208); Blue value is 128 (50.39% from 255 or 61.54% from 208); Max value from RGB is 128 - color contains mainly: blue. Hex color #500080 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500080 is #AFFF7F. Grayscale: #262626. Windows color (decimal): -11534208 or 8388688. OLE color: 8388688.

HSL color Cylindrical-coordinate representation of color #500080: hue angle of 277.5º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #500080 is Cyan = 0.38, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 80 0 128 -
CMYK 0.38 1 0 0.50
HSL 277.5º 1% 0.25% -
HSV(B) 277.5º 1% 0.5% -
XYZ 7.2 3.26 20.67 -
YUV 38.51 178.5 157.59 -
System Red Green Blue C M Y K H S L
Decimal 80 0 128 0.38 1 0 0.50 277.5 1 0.25
Hex 50 0 80 26 64 0 32 116 64 19
Octal 120 0 200 46 144 0 62 426 144 31
Binary 1010000 0 10000000 100110 1100100 0 110010 100010110 1100100 11001

Color Harmonies of #500080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500080

Black with #500080

Text Example


Text Example

White with #500080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500080; }

 p { color: rgb(80,0,128); }

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

background-color css

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

 a { background-color: rgb(80,0,128); }

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

border-color css

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

 span { border-color: rgb(80,0,128); }

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