Html Css Color HEX #500878 Indigo

📋 copy color: '#500878'

red 80 ◦ green 8 ◦ blue 120

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

Shades of Indigo #500878

Tints of Indigo #500878

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.85%

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

R = 38.46%
G = 3.85%
B = 57.69%

CMYK

 C value IS 0.33

 M value IS 0.93

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#500878 (or 0x500878) is known color: Indigo. HEX triplet: 50, 08 and 78. RGB value is (80,8,120). Sum of RGB (Red+Green+Blue) = 80+8+120=208 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.46% from 208); Green value is 8 (3.52% from 255 or 3.85% from 208); Blue value is 120 (47.27% from 255 or 57.69% from 208); Max value from RGB is 120 - color contains mainly: blue. Hex color #500878 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500878 is #AFF787. Grayscale: #292929. Windows color (decimal): -11532168 or 7866448. OLE color: 7866448.

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

Color convert

RGB 80 8 120 -
CMYK 0.33 0.93 0 0.53
HSL 278.57º 0.88% 0.25% -
HSV(B) 278.57º 0.93% 0.47% -
XYZ 6.79 3.24 18.04 -
YUV 42.3 171.85 154.89 -
System Red Green Blue C M Y K H S L
Decimal 80 8 120 0.33 0.93 0 0.53 278.57 0.88 0.25
Hex 50 8 78 21 5D 0 35 117 58 19
Octal 120 10 170 41 135 0 65 427 130 31
Binary 1010000 1000 1111000 100001 1011101 0 110101 100010111 1011000 11001

Color Harmonies of #500878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500878

Black with #500878

Text Example


Text Example

White with #500878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500878; }

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

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

background-color css

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

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

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

border-color css

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

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

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