Html Css Color HEX #500177 Indigo

📋 copy color: '#500177'

red 80 ◦ green 1 ◦ blue 119

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

Shades of Indigo #500177

Tints of Indigo #500177

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.5%

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

R = 40%
G = 0.5%
B = 59.5%

CMYK

 C value IS 0.33

 M value IS 0.99

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#500177 (or 0x500177) is known color: Indigo. HEX triplet: 50, 01 and 77. RGB value is (80,1,119). Sum of RGB (Red+Green+Blue) = 80+1+119=200 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40% from 200); Green value is 1 (0.78% from 255 or 0.5% from 200); Blue value is 119 (46.88% from 255 or 59.5% from 200); Max value from RGB is 119 - color contains mainly: blue. Hex color #500177 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500177 is #AFFE88. Grayscale: #252525. Windows color (decimal): -11533961 or 7799120. OLE color: 7799120.

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

Color convert

RGB 80 1 119 -
CMYK 0.33 0.99 0 0.53
HSL 280.17º 0.98% 0.24% -
HSV(B) 280.17º 0.99% 0.47% -
XYZ 6.65 3.06 17.69 -
YUV 38.07 173.67 157.91 -
System Red Green Blue C M Y K H S L
Decimal 80 1 119 0.33 0.99 0 0.53 280.17 0.98 0.24
Hex 50 1 77 21 63 0 35 118 62 18
Octal 120 1 167 41 143 0 65 430 142 30
Binary 1010000 1 1110111 100001 1100011 0 110101 100011000 1100010 11000

Color Harmonies of #500177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500177

Black with #500177

Text Example


Text Example

White with #500177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500177; }

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

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

background-color css

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

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

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

border-color css

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

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

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