#500878

Color #500878 Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #500878

Tints of Indigo #500878

Color information

#500878 (or 0x500878) is unknown color: approx 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

RGB808120-
CMYK0.330.9300.53
HSL278.57º87.5%25.1%-
HSV(B)278.57º93.33%47.06%-
XYZ6.793.2418.04-
YUV42.3171.85154.89-

RGB Variations

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

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 (Cyan) values IS 0.33
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal8081200.330.9300.53278.5787.525.1
Hex50878215D0351175819
Octal120101704113506542713031
Binary10100001000111100010000110111010110101100010111101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>