#500379

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

Shades of Indigo #500379

Tints of Indigo #500379

Color information

#500379 (or 0x500379) is unknown color: approx Indigo. HEX triplet: 50, 03 and 79. RGB value is (80,3,121). Sum of RGB (Red+Green+Blue) = 80+3+121=204 (27% of max value = 765). Red value is 80 (31.64% from 255 or 39.22% from 204); Green value is 3 (1.56% from 255 or 1.47% from 204); Blue value is 121 (47.66% from 255 or 59.31% from 204); Max value from RGB is 121 - color contains mainly: blue. Hex color #500379 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500379 is #AFFC86. Grayscale: #272727. Windows color (decimal): -11533447 or 7930704. OLE color: 7930704.

HSL color Cylindrical-coordinate representation of color #500379: hue angle of 279.15º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #500379 is Cyan = 0.34, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB803121-
CMYK0.340.9800.53
HSL279.15º95.16%24.31%-
HSV(B)279.15º97.52%47.45%-
XYZ6.793.1518.34-
YUV39.47174.01156.91-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 39.22%
GREEN value IS 3 (1.56% from 255) = 1.47%
BLUE value IS 121 (47.66% from 255) = 59.31%
R=39.22%
G=1.47%
B=59.31%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal8031210.340.9800.53279.1595.1624.31
Hex5037922620351175f18
Octal12031714214206542713730
Binary101000011111100110001011000100110101100010111101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500379; }

 p { color: rgb(80,3,121); }

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

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

 a { background-color: rgb(80,3,121); }

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

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

 span { border-color: rgb(80,3,121); }

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