#500E67

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

Shades of Indigo #500E67

Tints of Indigo #500E67

Color information

#500E67 (or 0x500E67) is unknown color: approx Indigo. HEX triplet: 50, 0E and 67. RGB value is (80,14,103). Sum of RGB (Red+Green+Blue) = 80+14+103=197 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.61% from 197); Green value is 14 (5.86% from 255 or 7.11% from 197); Blue value is 103 (40.62% from 255 or 52.28% from 197); Max value from RGB is 103 - color contains mainly: blue. Hex color #500E67 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500E67 is #AFF198. Grayscale: #2B2B2B. Windows color (decimal): -11530649 or 6753872. OLE color: 6753872.

HSL color Cylindrical-coordinate representation of color #500E67: hue angle of 284.49º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #500E67 is Cyan = 0.22, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8014103-
CMYK0.220.8600.60
HSL284.49º76.07%22.94%-
HSV(B)284.49º86.41%40.39%-
XYZ5.91313.1-
YUV43.88161.37153.76-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 40.61%
GREEN value IS 14 (5.86% from 255) = 7.11%
BLUE value IS 103 (40.62% from 255) = 52.28%
R=40.61%
G=7.11%
B=52.28%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal80141030.220.8600.60284.4976.0722.94
Hex50E67165603C11c4c17
Octal120161472612607443411427
Binary1010000111011001111011010101100111100100011100100110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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