Html Css Color HEX #500373 Indigo

📋 copy color: '#500373'

red 80 ◦ green 3 ◦ blue 115

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

Shades of Indigo #500373

Tints of Indigo #500373

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.52%

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

R = 40.4%
G = 1.52%
B = 58.08%

CMYK

 C value IS 0.30

 M value IS 0.97

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#500373 (or 0x500373) is known color: Indigo. HEX triplet: 50, 03 and 73. RGB value is (80,3,115). Sum of RGB (Red+Green+Blue) = 80+3+115=198 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.40% from 198); Green value is 3 (1.56% from 255 or 1.52% from 198); Blue value is 115 (45.31% from 255 or 58.08% from 198); Max value from RGB is 115 - color contains mainly: blue. Hex color #500373 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500373 is #AFFC8C. Grayscale: #262626. Windows color (decimal): -11533453 or 7537488. OLE color: 7537488.

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

Color convert

RGB 80 3 115 -
CMYK 0.30 0.97 0 0.55
HSL 281.25º 0.95% 0.23% -
HSV(B) 281.25º 0.97% 0.45% -
XYZ 6.44 3.01 16.46 -
YUV 38.79 171.01 157.39 -
System Red Green Blue C M Y K H S L
Decimal 80 3 115 0.30 0.97 0 0.55 281.25 0.95 0.23
Hex 50 3 73 1E 61 0 37 119 5F 17
Octal 120 3 163 36 141 0 67 431 137 27
Binary 1010000 11 1110011 11110 1100001 0 110111 100011001 1011111 10111

Color Harmonies of #500373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500373

Black with #500373

Text Example


Text Example

White with #500373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500373; }

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

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

background-color css

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

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

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

border-color css

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

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

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