#50108B

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

Shades of Indigo #50108B

Tints of Indigo #50108B

Color information

#50108B (or 0x50108B) is unknown color: approx Indigo. HEX triplet: 50, 10 and 8B. RGB value is (80,16,139). Sum of RGB (Red+Green+Blue) = 80+16+139=235 (31% of max value = 765). Red value is 80 (31.64% from 255 or 34.04% from 235); Green value is 16 (6.64% from 255 or 6.81% from 235); Blue value is 139 (54.69% from 255 or 59.15% from 235); Max value from RGB is 139 - color contains mainly: blue. Hex color #50108B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #50108B is #AFEF74. Grayscale: #303030. Windows color (decimal): -11530101 or 9113680. OLE color: 9113680.

HSL color Cylindrical-coordinate representation of color #50108B: hue angle of 271.22º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #50108B is Cyan = 0.42, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8016139-
CMYK0.420.8800.45
HSL271.22º79.35%30.39%-
HSV(B)271.22º88.49%54.51%-
XYZ8.153.9424.76-
YUV49.16178.7150-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.04%
GREEN value IS 16 (6.64% from 255) = 6.81%
BLUE value IS 139 (54.69% from 255) = 59.15%
R=34.04%
G=6.81%
B=59.15%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal80161390.420.8800.45271.2279.3530.39
Hex50108B2A5802D10f4f1e
Octal120202135213005541711736
Binary1010000100001000101110101010110000101101100001111100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50108B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50108B; }

 p { color: rgb(80,16,139); }

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

<style>
 a { background-color: #50108B; }

 a { background-color: rgb(80,16,139); }

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

<style>
 span { border-color: #50108B; }

 span { border-color: rgb(80,16,139); }

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