#500E6E

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

Shades of Indigo #500E6E

Tints of Indigo #500E6E

Color information

#500E6E (or 0x500E6E) is unknown color: approx Indigo. HEX triplet: 50, 0E and 6E. RGB value is (80,14,110). Sum of RGB (Red+Green+Blue) = 80+14+110=204 (27% of max value = 765). Red value is 80 (31.64% from 255 or 39.22% from 204); Green value is 14 (5.86% from 255 or 6.86% from 204); Blue value is 110 (43.36% from 255 or 53.92% from 204); Max value from RGB is 110 - color contains mainly: blue. Hex color #500E6E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500E6E is #AFF191. Grayscale: #2C2C2C. Windows color (decimal): -11530642 or 7212624. OLE color: 7212624.

HSL color Cylindrical-coordinate representation of color #500E6E: hue angle of 281.25º degrees, saturation: 0.77, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #500E6E is Cyan = 0.27, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8014110-
CMYK0.270.8700.57
HSL281.25º77.42%24.31%-
HSV(B)281.25º87.27%43.14%-
XYZ6.283.1515.03-
YUV44.68164.87153.19-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 39.22%
GREEN value IS 14 (5.86% from 255) = 6.86%
BLUE value IS 110 (43.36% from 255) = 53.92%
R=39.22%
G=6.86%
B=53.92%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal80141100.270.8700.57281.2577.4224.31
Hex50E6E1B570391194d18
Octal120161563312707143111530
Binary1010000111011011101101110101110111001100011001100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,14,110); }

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

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

 a { background-color: rgb(80,14,110); }

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

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

 span { border-color: rgb(80,14,110); }

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