Html Css Color HEX #501078 Indigo

📋 copy color: '#501078'

red 80 ◦ green 16 ◦ blue 120

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

Shades of Indigo #501078

Tints of Indigo #501078

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.41%

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

R = 37.04%
G = 7.41%
B = 55.56%

CMYK

 C value IS 0.33

 M value IS 0.87

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#501078 (or 0x501078) is known color: Indigo. HEX triplet: 50, 10 and 78. RGB value is (80,16,120). Sum of RGB (Red+Green+Blue) = 80+16+120=216 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.04% from 216); Green value is 16 (6.64% from 255 or 7.41% from 216); Blue value is 120 (47.27% from 255 or 55.56% from 216); Max value from RGB is 120 - color contains mainly: blue. Hex color #501078 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501078 is #AFEF87. Grayscale: #2E2E2E. Windows color (decimal): -11530120 or 7868496. OLE color: 7868496.

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

Color convert

RGB 80 16 120 -
CMYK 0.33 0.87 0 0.53
HSL 276.92º 0.76% 0.27% -
HSV(B) 276.92º 0.87% 0.47% -
XYZ 6.88 3.43 18.07 -
YUV 46.99 169.2 151.54 -
System Red Green Blue C M Y K H S L
Decimal 80 16 120 0.33 0.87 0 0.53 276.92 0.76 0.27
Hex 50 10 78 21 57 0 35 115 4C 1B
Octal 120 20 170 41 127 0 65 425 114 33
Binary 1010000 10000 1111000 100001 1010111 0 110101 100010101 1001100 11011

Color Harmonies of #501078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501078

Black with #501078

Text Example


Text Example

White with #501078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501078; }

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

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

background-color css

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

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

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

border-color css

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

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

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