#50019E

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

Shades of Indigo #50019E

Tints of Indigo #50019E

Color information

#50019E (or 0x50019E) is unknown color: approx Indigo. HEX triplet: 50, 01 and 9E. RGB value is (80,1,158). Sum of RGB (Red+Green+Blue) = 80+1+158=239 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.47% from 239); Green value is 1 (0.78% from 255 or 0.42% from 239); Blue value is 158 (62.11% from 255 or 66.11% from 239); Max value from RGB is 158 - color contains mainly: blue. Hex color #50019E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #50019E is #AFFE61. Grayscale: #292929. Windows color (decimal): -11533922 or 10355024. OLE color: 10355024.

HSL color Cylindrical-coordinate representation of color #50019E: hue angle of 270.19º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #50019E is Cyan = 0.49, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB801158-
CMYK0.490.9900.38
HSL270.19º98.74%31.18%-
HSV(B)270.19º99.37%61.96%-
XYZ9.494.232.66-
YUV42.52193.17154.73-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.47%
GREEN value IS 1 (0.78% from 255) = 0.42%
BLUE value IS 158 (62.11% from 255) = 66.11%
R=33.47%
G=0.42%
B=66.11%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal8011580.490.9900.38270.1998.7431.18
Hex5019E316302610e631f
Octal12012366114304641614337
Binary101000011001111011000111000110100110100001110110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50019E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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