Html Css Color HEX #500976 Indigo

📋 copy color: '#500976'

red 80 ◦ green 9 ◦ blue 118

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

Shades of Indigo #500976

Tints of Indigo #500976

RGB

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

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

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

R = 38.65%
G = 4.35%
B = 57%

CMYK

 C value IS 0.32

 M value IS 0.92

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#500976 (or 0x500976) is known color: Indigo. HEX triplet: 50, 09 and 76. RGB value is (80,9,118). Sum of RGB (Red+Green+Blue) = 80+9+118=207 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.65% from 207); Green value is 9 (3.91% from 255 or 4.35% from 207); Blue value is 118 (46.48% from 255 or 57.00% from 207); Max value from RGB is 118 - color contains mainly: blue. Hex color #500976 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500976 is #AFF689. Grayscale: #2A2A2A. Windows color (decimal): -11531914 or 7735632. OLE color: 7735632.

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

Color convert

RGB 80 9 118 -
CMYK 0.32 0.92 0 0.54
HSL 279.08º 0.86% 0.25% -
HSV(B) 279.08º 0.92% 0.46% -
XYZ 6.68 3.21 17.41 -
YUV 42.66 170.52 154.64 -
System Red Green Blue C M Y K H S L
Decimal 80 9 118 0.32 0.92 0 0.54 279.08 0.86 0.25
Hex 50 9 76 20 5C 0 36 117 56 19
Octal 120 11 166 40 134 0 66 427 126 31
Binary 1010000 1001 1110110 100000 1011100 0 110110 100010111 1010110 11001

Color Harmonies of #500976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500976

Black with #500976

Text Example


Text Example

White with #500976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500976; }

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

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

background-color css

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

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

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

border-color css

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

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

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