Html Css Color HEX #500D73 Indigo

📋 copy color: '#500D73'

red 80 ◦ green 13 ◦ blue 115

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

Shades of Indigo #500D73

Tints of Indigo #500D73

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.25%

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

R = 38.46%
G = 6.25%
B = 55.29%

CMYK

 C value IS 0.30

 M value IS 0.89

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#500D73 (or 0x500D73) is known color: Indigo. HEX triplet: 50, 0D and 73. RGB value is (80,13,115). Sum of RGB (Red+Green+Blue) = 80+13+115=208 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.46% from 208); Green value is 13 (5.47% from 255 or 6.25% from 208); Blue value is 115 (45.31% from 255 or 55.29% from 208); Max value from RGB is 115 - color contains mainly: blue. Hex color #500D73 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500D73 is #AFF28C. Grayscale: #2C2C2C. Windows color (decimal): -11530893 or 7540048. OLE color: 7540048.

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

Color convert

RGB 80 13 115 -
CMYK 0.30 0.89 0 0.55
HSL 279.41º 0.8% 0.25% -
HSV(B) 279.41º 0.89% 0.45% -
XYZ 6.55 3.23 16.5 -
YUV 44.66 167.7 153.21 -
System Red Green Blue C M Y K H S L
Decimal 80 13 115 0.30 0.89 0 0.55 279.41 0.8 0.25
Hex 50 D 73 1E 59 0 37 117 50 19
Octal 120 15 163 36 131 0 67 427 120 31
Binary 1010000 1101 1110011 11110 1011001 0 110111 100010111 1010000 11001

Color Harmonies of #500D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500D73

Black with #500D73

Text Example


Text Example

White with #500D73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500D73; }

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

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

background-color css

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

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

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

border-color css

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

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

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