Html Css Color HEX #500571 Indigo

📋 copy color: '#500571'

red 80 ◦ green 5 ◦ blue 113

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

Shades of Indigo #500571

Tints of Indigo #500571

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.53%

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

R = 40.4%
G = 2.53%
B = 57.07%

CMYK

 C value IS 0.29

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#500571 (or 0x500571) is known color: Indigo. HEX triplet: 50, 05 and 71. RGB value is (80,5,113). Sum of RGB (Red+Green+Blue) = 80+5+113=198 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.40% from 198); Green value is 5 (2.34% from 255 or 2.53% from 198); Blue value is 113 (44.53% from 255 or 57.07% from 198); Max value from RGB is 113 - color contains mainly: blue. Hex color #500571 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500571 is #AFFA8E. Grayscale: #272727. Windows color (decimal): -11532943 or 7406928. OLE color: 7406928.

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

Color convert

RGB 80 5 113 -
CMYK 0.29 0.96 0 0.56
HSL 281.67º 0.92% 0.23% -
HSV(B) 281.67º 0.96% 0.44% -
XYZ 6.34 3.01 15.87 -
YUV 39.74 169.35 156.72 -
System Red Green Blue C M Y K H S L
Decimal 80 5 113 0.29 0.96 0 0.56 281.67 0.92 0.23
Hex 50 5 71 1D 60 0 38 11A 5C 17
Octal 120 5 161 35 140 0 70 432 134 27
Binary 1010000 101 1110001 11101 1100000 0 111000 100011010 1011100 10111

Color Harmonies of #500571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500571

Black with #500571

Text Example


Text Example

White with #500571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500571; }

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

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

background-color css

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

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

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

border-color css

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

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

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