#50015E

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

Shades of Indigo #50015E

Tints of Indigo #50015E

Color information

#50015E (or 0x50015E) is unknown color: approx Indigo. HEX triplet: 50, 01 and 5E. RGB value is (80,1,94). Sum of RGB (Red+Green+Blue) = 80+1+94=175 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.71% from 175); Green value is 1 (0.78% from 255 or 0.57% from 175); Blue value is 94 (37.11% from 255 or 53.71% from 175); Max value from RGB is 94 - color contains mainly: blue. Hex color #50015E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50015E is #AFFEA1. Grayscale: #222222. Windows color (decimal): -11533986 or 6160720. OLE color: 6160720.

HSL color Cylindrical-coordinate representation of color #50015E: hue angle of 290.97º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #50015E is Cyan = 0.15, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB80194-
CMYK0.150.9900.63
HSL290.97º97.89%18.63%-
HSV(B)290.97º98.94%36.86%-
XYZ5.342.5410.8-
YUV35.22161.17159.94-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 45.71%
GREEN value IS 1 (0.78% from 255) = 0.57%
BLUE value IS 94 (37.11% from 255) = 53.71%
R=45.71%
G=0.57%
B=53.71%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal801940.150.9900.63290.9797.8918.63
Hex5015EF6303F1236213
Octal12011361714307744314223
Binary101000011011110111111000110111111100100011110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50015E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50015E; }

 p { color: rgb(80,1,94); }

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

<style>
 a { background-color: #50015E; }

 a { background-color: rgb(80,1,94); }

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

<style>
 span { border-color: #50015E; }

 span { border-color: rgb(80,1,94); }

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