Html Css Color HEX #501778 Indigo

📋 copy color: '#501778'

red 80 ◦ green 23 ◦ blue 120

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

Shades of Indigo #501778

Tints of Indigo #501778

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.31%

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

R = 35.87%
G = 10.31%
B = 53.81%

CMYK

 C value IS 0.33

 M value IS 0.81

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#501778 (or 0x501778) is known color: Indigo. HEX triplet: 50, 17 and 78. RGB value is (80,23,120). Sum of RGB (Red+Green+Blue) = 80+23+120=223 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.87% from 223); Green value is 23 (9.38% from 255 or 10.31% from 223); Blue value is 120 (47.27% from 255 or 53.81% from 223); Max value from RGB is 120 - color contains mainly: blue. Hex color #501778 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501778 is #AFE887. Grayscale: #323232. Windows color (decimal): -11528328 or 7870288. OLE color: 7870288.

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

Color convert

RGB 80 23 120 -
CMYK 0.33 0.81 0 0.53
HSL 275.26º 0.68% 0.28% -
HSV(B) 275.26º 0.81% 0.47% -
XYZ 7 3.67 18.11 -
YUV 51.1 166.88 148.61 -
System Red Green Blue C M Y K H S L
Decimal 80 23 120 0.33 0.81 0 0.53 275.26 0.68 0.28
Hex 50 17 78 21 51 0 35 113 44 1C
Octal 120 27 170 41 121 0 65 423 104 34
Binary 1010000 10111 1111000 100001 1010001 0 110101 100010011 1000100 11100

Color Harmonies of #501778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501778

Black with #501778

Text Example


Text Example

White with #501778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501778; }

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

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

background-color css

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

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

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

border-color css

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

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

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