Html Css Color HEX #500071 Indigo

📋 copy color: '#500071'

red 80 ◦ green 0 ◦ blue 113

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

Shades of Indigo #500071

Tints of Indigo #500071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 58.55%

R = 41.45%
G = 0%
B = 58.55%

CMYK

 C value IS 0.29

 M value IS 1

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#500071 (or 0x500071) is known color: Indigo. HEX triplet: 50, 00 and 71. RGB value is (80,0,113). Sum of RGB (Red+Green+Blue) = 80+0+113=193 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.45% from 193); Green value is 0 (0.39% from 255 or 0% from 193); Blue value is 113 (44.53% from 255 or 58.55% from 193); Max value from RGB is 113 - color contains mainly: blue. Hex color #500071 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500071 is #AFFF8E. Grayscale: #242424. Windows color (decimal): -11534223 or 7405648. OLE color: 7405648.

HSL color Cylindrical-coordinate representation of color #500071: hue angle of 282.48º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #500071 is Cyan = 0.29, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 80 0 113 -
CMYK 0.29 1 0 0.56
HSL 282.48º 1% 0.22% -
HSV(B) 282.48º 1% 0.44% -
XYZ 6.29 2.9 15.85 -
YUV 36.8 171 158.81 -
System Red Green Blue C M Y K H S L
Decimal 80 0 113 0.29 1 0 0.56 282.48 1 0.22
Hex 50 0 71 1D 64 0 38 11A 64 16
Octal 120 0 161 35 144 0 70 432 144 26
Binary 1010000 0 1110001 11101 1100100 0 111000 100011010 1100100 10110

Color Harmonies of #500071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500071

Black with #500071

Text Example


Text Example

White with #500071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500071; }

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

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

background-color css

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

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

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

border-color css

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

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

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