Html Css Color HEX #500677 Indigo

📋 copy color: '#500677'

red 80 ◦ green 6 ◦ blue 119

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

Shades of Indigo #500677

Tints of Indigo #500677

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.93%

 BLUE value IS 119 (46.88% from 255) = 58.05%

R = 39.02%
G = 2.93%
B = 58.05%

CMYK

 C value IS 0.33

 M value IS 0.95

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#500677 (or 0x500677) is known color: Indigo. HEX triplet: 50, 06 and 77. RGB value is (80,6,119). Sum of RGB (Red+Green+Blue) = 80+6+119=205 (27% of max value = 765). Red value is 80 (31.64% from 255 or 39.02% from 205); Green value is 6 (2.73% from 255 or 2.93% from 205); Blue value is 119 (46.88% from 255 or 58.05% from 205); Max value from RGB is 119 - color contains mainly: blue. Hex color #500677 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500677 is #AFF988. Grayscale: #282828. Windows color (decimal): -11532681 or 7800400. OLE color: 7800400.

HSL color Cylindrical-coordinate representation of color #500677: hue angle of 279.29º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #500677 is Cyan = 0.33, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 80 6 119 -
CMYK 0.33 0.95 0 0.53
HSL 279.29º 0.9% 0.25% -
HSV(B) 279.29º 0.95% 0.47% -
XYZ 6.7 3.17 17.71 -
YUV 41.01 172.02 155.81 -
System Red Green Blue C M Y K H S L
Decimal 80 6 119 0.33 0.95 0 0.53 279.29 0.9 0.25
Hex 50 6 77 21 5F 0 35 117 5A 19
Octal 120 6 167 41 137 0 65 427 132 31
Binary 1010000 110 1110111 100001 1011111 0 110101 100010111 1011010 11001

Color Harmonies of #500677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500677

Black with #500677

Text Example


Text Example

White with #500677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500677; }

 p { color: rgb(80,6,119); }

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

background-color css

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

 a { background-color: rgb(80,6,119); }

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

border-color css

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

 span { border-color: rgb(80,6,119); }

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