#500D75

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

Shades of Indigo #500D75

Tints of Indigo #500D75

Color information

#500D75 (or 0x500D75) is unknown color: approx Indigo. HEX triplet: 50, 0D and 75. RGB value is (80,13,117). Sum of RGB (Red+Green+Blue) = 80+13+117=210 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.10% from 210); Green value is 13 (5.47% from 255 or 6.19% from 210); Blue value is 117 (46.09% from 255 or 55.71% from 210); Max value from RGB is 117 - color contains mainly: blue. Hex color #500D75 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500D75 is #AFF28A. Grayscale: #2C2C2C. Windows color (decimal): -11530891 or 7671120. OLE color: 7671120.

HSL color Cylindrical-coordinate representation of color #500D75: hue angle of 278.65º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #500D75 is Cyan = 0.32, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8013117-
CMYK0.320.8900.54
HSL278.65º80%25.49%-
HSV(B)278.65º88.89%45.88%-
XYZ6.663.2817.11-
YUV44.89168.7153.04-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 38.10%
GREEN value IS 13 (5.47% from 255) = 6.19%
BLUE value IS 117 (46.09% from 255) = 55.71%
R=38.10%
G=6.19%
B=55.71%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal80131170.320.8900.54278.658025.49
Hex50D7520590361175019
Octal120151654013106642712031
Binary10100001101111010110000010110010110110100010111101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500D75; }

 p { color: rgb(80,13,117); }

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

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

 a { background-color: rgb(80,13,117); }

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

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

 span { border-color: rgb(80,13,117); }

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