Html Css Color HEX #501178 Indigo

📋 copy color: '#501178'

red 80 ◦ green 17 ◦ blue 120

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

Shades of Indigo #501178

Tints of Indigo #501178

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.83%

 BLUE value IS 120 (47.27% from 255) = 55.3%

R = 36.87%
G = 7.83%
B = 55.3%

CMYK

 C value IS 0.33

 M value IS 0.86

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#501178 (or 0x501178) is known color: Indigo. HEX triplet: 50, 11 and 78. RGB value is (80,17,120). Sum of RGB (Red+Green+Blue) = 80+17+120=217 (28% of max value = 765). Red value is 80 (31.64% from 255 or 36.87% from 217); Green value is 17 (7.03% from 255 or 7.83% from 217); Blue value is 120 (47.27% from 255 or 55.30% from 217); Max value from RGB is 120 - color contains mainly: blue. Hex color #501178 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501178 is #AFEE87. Grayscale: #2F2F2F. Windows color (decimal): -11529864 or 7868752. OLE color: 7868752.

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

Color convert

RGB 80 17 120 -
CMYK 0.33 0.86 0 0.53
HSL 276.7º 0.75% 0.27% -
HSV(B) 276.7º 0.86% 0.47% -
XYZ 6.9 3.46 18.07 -
YUV 47.58 168.87 151.12 -
System Red Green Blue C M Y K H S L
Decimal 80 17 120 0.33 0.86 0 0.53 276.7 0.75 0.27
Hex 50 11 78 21 56 0 35 115 4B 1B
Octal 120 21 170 41 126 0 65 425 113 33
Binary 1010000 10001 1111000 100001 1010110 0 110101 100010101 1001011 11011

Color Harmonies of #501178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501178

Black with #501178

Text Example


Text Example

White with #501178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501178; }

 p { color: rgb(80,17,120); }

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

background-color css

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

 a { background-color: rgb(80,17,120); }

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

border-color css

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

 span { border-color: rgb(80,17,120); }

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