Html Css Color HEX #500773 Indigo

📋 copy color: '#500773'

red 80 ◦ green 7 ◦ blue 115

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

Shades of Indigo #500773

Tints of Indigo #500773

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.47%

 BLUE value IS 115 (45.31% from 255) = 56.93%

R = 39.6%
G = 3.47%
B = 56.93%

CMYK

 C value IS 0.30

 M value IS 0.94

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#500773 (or 0x500773) is known color: Indigo. HEX triplet: 50, 07 and 73. RGB value is (80,7,115). Sum of RGB (Red+Green+Blue) = 80+7+115=202 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.60% from 202); Green value is 7 (3.12% from 255 or 3.47% from 202); Blue value is 115 (45.31% from 255 or 56.93% from 202); Max value from RGB is 115 - color contains mainly: blue. Hex color #500773 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500773 is #AFF88C. Grayscale: #282828. Windows color (decimal): -11532429 or 7538512. OLE color: 7538512.

HSL color Cylindrical-coordinate representation of color #500773: hue angle of 280.56º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #500773 is Cyan = 0.30, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 80 7 115 -
CMYK 0.30 0.94 0 0.55
HSL 280.56º 0.89% 0.24% -
HSV(B) 280.56º 0.94% 0.45% -
XYZ 6.48 3.1 16.48 -
YUV 41.14 169.68 155.72 -
System Red Green Blue C M Y K H S L
Decimal 80 7 115 0.30 0.94 0 0.55 280.56 0.89 0.24
Hex 50 7 73 1E 5E 0 37 119 59 18
Octal 120 7 163 36 136 0 67 431 131 30
Binary 1010000 111 1110011 11110 1011110 0 110111 100011001 1011001 11000

Color Harmonies of #500773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500773

Black with #500773

Text Example


Text Example

White with #500773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500773; }

 p { color: rgb(80,7,115); }

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

background-color css

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

 a { background-color: rgb(80,7,115); }

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

border-color css

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

 span { border-color: rgb(80,7,115); }

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