#500E94

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

Shades of Indigo #500E94

Tints of Indigo #500E94

Color information

#500E94 (or 0x500E94) is unknown color: approx Indigo. HEX triplet: 50, 0E and 94. RGB value is (80,14,148). Sum of RGB (Red+Green+Blue) = 80+14+148=242 (32% of max value = 765). Red value is 80 (31.64% from 255 or 33.06% from 242); Green value is 14 (5.86% from 255 or 5.79% from 242); Blue value is 148 (58.20% from 255 or 61.16% from 242); Max value from RGB is 148 - color contains mainly: blue. Hex color #500E94 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500E94 is #AFF16B. Grayscale: #303030. Windows color (decimal): -11530604 or 9702992. OLE color: 9702992.

HSL color Cylindrical-coordinate representation of color #500E94: hue angle of 269.55º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #500E94 is Cyan = 0.46, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8014148-
CMYK0.460.9100.42
HSL269.55º82.72%31.76%-
HSV(B)269.55º90.54%58.04%-
XYZ8.814.1628.36-
YUV49.01183.87150.1-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.06%
GREEN value IS 14 (5.86% from 255) = 5.79%
BLUE value IS 148 (58.20% from 255) = 61.16%
R=33.06%
G=5.79%
B=61.16%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal80141480.460.9100.42269.5582.7231.76
Hex50E942E5B02A10e5320
Octal120162245613305241612340
Binary1010000111010010100101110101101101010101000011101010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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