#50016C

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

Shades of Indigo #50016C

Tints of Indigo #50016C

Color information

#50016C (or 0x50016C) is unknown color: approx Indigo. HEX triplet: 50, 01 and 6C. RGB value is (80,1,108). Sum of RGB (Red+Green+Blue) = 80+1+108=189 (25% of max value = 765). Red value is 80 (31.64% from 255 or 42.33% from 189); Green value is 1 (0.78% from 255 or 0.53% from 189); Blue value is 108 (42.58% from 255 or 57.14% from 189); Max value from RGB is 108 - color contains mainly: blue. Hex color #50016C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50016C is #AFFE93. Grayscale: #242424. Windows color (decimal): -11533972 or 7078224. OLE color: 7078224.

HSL color Cylindrical-coordinate representation of color #50016C: hue angle of 284.3º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #50016C is Cyan = 0.26, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB801108-
CMYK0.260.9900.58
HSL284.3º98.17%21.37%-
HSV(B)284.3º99.07%42.35%-
XYZ6.032.8114.41-
YUV36.82168.17158.8-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 42.33%
GREEN value IS 1 (0.78% from 255) = 0.53%
BLUE value IS 108 (42.58% from 255) = 57.14%
R=42.33%
G=0.53%
B=57.14%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal8011080.260.9900.58284.398.1721.37
Hex5016C1A6303A11c6215
Octal12011543214307243414225
Binary1010000111011001101011000110111010100011100110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50016C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50016C; }

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

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

<style>
 a { background-color: #50016C; }

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

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

<style>
 span { border-color: #50016C; }

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

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