#500380

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

Shades of Indigo #500380

Tints of Indigo #500380

Color information

#500380 (or 0x500380) is unknown color: approx Indigo. HEX triplet: 50, 03 and 80. RGB value is (80,3,128). Sum of RGB (Red+Green+Blue) = 80+3+128=211 (27% of max value = 765). Red value is 80 (31.64% from 255 or 37.91% from 211); Green value is 3 (1.56% from 255 or 1.42% from 211); Blue value is 128 (50.39% from 255 or 60.66% from 211); Max value from RGB is 128 - color contains mainly: blue. Hex color #500380 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500380 is #AFFC7F. Grayscale: #272727. Windows color (decimal): -11533440 or 8389456. OLE color: 8389456.

HSL color Cylindrical-coordinate representation of color #500380: hue angle of 276.96º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #500380 is Cyan = 0.38, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB803128-
CMYK0.380.9800.50
HSL276.96º95.42%25.69%-
HSV(B)276.96º97.66%50.2%-
XYZ7.243.3320.68-
YUV40.27177.51156.34-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.91%
GREEN value IS 3 (1.56% from 255) = 1.42%
BLUE value IS 128 (50.39% from 255) = 60.66%
R=37.91%
G=1.42%
B=60.66%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal8031280.380.9800.50276.9695.4225.69
Hex5038026620321155f1a
Octal12032004614206242513732
Binary1010000111000000010011011000100110010100010101101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500380; }

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

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

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

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

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

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

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

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