#500784

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

Shades of Indigo #500784

Tints of Indigo #500784

Color information

#500784 (or 0x500784) is unknown color: approx Indigo. HEX triplet: 50, 07 and 84. RGB value is (80,7,132). Sum of RGB (Red+Green+Blue) = 80+7+132=219 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.53% from 219); Green value is 7 (3.12% from 255 or 3.20% from 219); Blue value is 132 (51.95% from 255 or 60.27% from 219); Max value from RGB is 132 - color contains mainly: blue. Hex color #500784 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500784 is #AFF87B. Grayscale: #2A2A2A. Windows color (decimal): -11532412 or 8652624. OLE color: 8652624.

HSL color Cylindrical-coordinate representation of color #500784: hue angle of 275.04º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #500784 is Cyan = 0.39, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB807132-
CMYK0.390.9500.48
HSL275.04º89.93%27.25%-
HSV(B)275.04º94.7%51.76%-
XYZ7.553.5222.11-
YUV43.08178.18154.34-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.53%
GREEN value IS 7 (3.12% from 255) = 3.20%
BLUE value IS 132 (51.95% from 255) = 60.27%
R=36.53%
G=3.20%
B=60.27%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal8071320.390.9500.48275.0489.9327.25
Hex50784275F0301135a1b
Octal12072044713706042313233
Binary10100001111000010010011110111110110000100010011101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500784; }

 p { color: rgb(80,7,132); }

 H1.HeaderClassName
 {
   color: #500784;
 }
 .AnyTagClassName
 {
   color: #500784;
 }
</style>
background-color css

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

 a { background-color: rgb(80,7,132); }

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

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

 span { border-color: rgb(80,7,132); }

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