#500E72

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

Shades of Indigo #500E72

Tints of Indigo #500E72

Color information

#500E72 (or 0x500E72) is unknown color: approx Indigo. HEX triplet: 50, 0E and 72. RGB value is (80,14,114). Sum of RGB (Red+Green+Blue) = 80+14+114=208 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.46% from 208); Green value is 14 (5.86% from 255 or 6.73% from 208); Blue value is 114 (44.92% from 255 or 54.81% from 208); Max value from RGB is 114 - color contains mainly: blue. Hex color #500E72 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500E72 is #AFF18D. Grayscale: #2C2C2C. Windows color (decimal): -11530638 or 7474768. OLE color: 7474768.

HSL color Cylindrical-coordinate representation of color #500E72: hue angle of 279.6º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #500E72 is Cyan = 0.30, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8014114-
CMYK0.300.8800.55
HSL279.6º78.12%25.1%-
HSV(B)279.6º87.72%44.71%-
XYZ6.53.2316.2-
YUV45.13166.87152.87-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 38.46%
GREEN value IS 14 (5.86% from 255) = 6.73%
BLUE value IS 114 (44.92% from 255) = 54.81%
R=38.46%
G=6.73%
B=54.81%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal80141140.300.8800.55279.678.1225.1
Hex50E721E580371184e19
Octal120161623613006743011631
Binary1010000111011100101111010110000110111100011000100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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