#50025E

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

Shades of Indigo #50025E

Tints of Indigo #50025E

Color information

#50025E (or 0x50025E) is unknown color: approx Indigo. HEX triplet: 50, 02 and 5E. RGB value is (80,2,94). Sum of RGB (Red+Green+Blue) = 80+2+94=176 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.45% from 176); Green value is 2 (1.17% from 255 or 1.14% from 176); Blue value is 94 (37.11% from 255 or 53.41% from 176); Max value from RGB is 94 - color contains mainly: blue. Hex color #50025E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50025E is #AFFDA1. Grayscale: #232323. Windows color (decimal): -11533730 or 6160976. OLE color: 6160976.

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

Color convert

RGB80294-
CMYK0.150.9800.63
HSL290.87º95.83%18.82%-
HSV(B)290.87º97.87%36.86%-
XYZ5.352.5610.8-
YUV35.81160.84159.52-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 45.45%
GREEN value IS 2 (1.17% from 255) = 1.14%
BLUE value IS 94 (37.11% from 255) = 53.41%
R=45.45%
G=1.14%
B=53.41%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal802940.150.9800.63290.8795.8318.82
Hex5025EF6203F1236013
Octal12021361714207744314023
Binary1010000101011110111111000100111111100100011110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50025E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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