Html Css Color HEX #500971 Indigo

📋 copy color: '#500971'

red 80 ◦ green 9 ◦ blue 113

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

Shades of Indigo #500971

Tints of Indigo #500971

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.46%

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

R = 39.6%
G = 4.46%
B = 55.94%

CMYK

 C value IS 0.29

 M value IS 0.92

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#500971 (or 0x500971) is known color: Indigo. HEX triplet: 50, 09 and 71. RGB value is (80,9,113). Sum of RGB (Red+Green+Blue) = 80+9+113=202 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.60% from 202); Green value is 9 (3.91% from 255 or 4.46% from 202); Blue value is 113 (44.53% from 255 or 55.94% from 202); Max value from RGB is 113 - color contains mainly: blue. Hex color #500971 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500971 is #AFF68E. Grayscale: #292929. Windows color (decimal): -11531919 or 7407952. OLE color: 7407952.

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

Color convert

RGB 80 9 113 -
CMYK 0.29 0.92 0 0.56
HSL 280.96º 0.85% 0.24% -
HSV(B) 280.96º 0.92% 0.44% -
XYZ 6.39 3.09 15.88 -
YUV 42.09 168.02 155.04 -
System Red Green Blue C M Y K H S L
Decimal 80 9 113 0.29 0.92 0 0.56 280.96 0.85 0.24
Hex 50 9 71 1D 5C 0 38 119 55 18
Octal 120 11 161 35 134 0 70 431 125 30
Binary 1010000 1001 1110001 11101 1011100 0 111000 100011001 1010101 11000

Color Harmonies of #500971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500971

Black with #500971

Text Example


Text Example

White with #500971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500971; }

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

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

background-color css

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

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

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

border-color css

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

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

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