Html Css Color HEX #500576 Indigo

📋 copy color: '#500576'

red 80 ◦ green 5 ◦ blue 118

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

Shades of Indigo #500576

Tints of Indigo #500576

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 58.13%

R = 39.41%
G = 2.46%
B = 58.13%

CMYK

 C value IS 0.32

 M value IS 0.96

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#500576 (or 0x500576) is known color: Indigo. HEX triplet: 50, 05 and 76. RGB value is (80,5,118). Sum of RGB (Red+Green+Blue) = 80+5+118=203 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.41% from 203); Green value is 5 (2.34% from 255 or 2.46% from 203); Blue value is 118 (46.48% from 255 or 58.13% from 203); Max value from RGB is 118 - color contains mainly: blue. Hex color #500576 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500576 is #AFFA89. Grayscale: #272727. Windows color (decimal): -11532938 or 7734608. OLE color: 7734608.

HSL color Cylindrical-coordinate representation of color #500576: hue angle of 279.82º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #500576 is Cyan = 0.32, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 80 5 118 -
CMYK 0.32 0.96 0 0.54
HSL 279.82º 0.92% 0.24% -
HSV(B) 279.82º 0.96% 0.46% -
XYZ 6.63 3.12 17.39 -
YUV 40.31 171.85 156.31 -
System Red Green Blue C M Y K H S L
Decimal 80 5 118 0.32 0.96 0 0.54 279.82 0.92 0.24
Hex 50 5 76 20 60 0 36 118 5C 18
Octal 120 5 166 40 140 0 66 430 134 30
Binary 1010000 101 1110110 100000 1100000 0 110110 100011000 1011100 11000

Color Harmonies of #500576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500576

Black with #500576

Text Example


Text Example

White with #500576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500576; }

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

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

background-color css

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

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

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

border-color css

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

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

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