#50146C

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

Shades of Indigo #50146C

Tints of Indigo #50146C

Color information

#50146C (or 0x50146C) is unknown color: approx Indigo. HEX triplet: 50, 14 and 6C. RGB value is (80,20,108). Sum of RGB (Red+Green+Blue) = 80+20+108=208 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.46% from 208); Green value is 20 (8.20% from 255 or 9.62% from 208); Blue value is 108 (42.58% from 255 or 51.92% from 208); Max value from RGB is 108 - color contains mainly: blue. Hex color #50146C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50146C is #AFEB93. Grayscale: #2F2F2F. Windows color (decimal): -11529108 or 7083088. OLE color: 7083088.

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

Color convert

RGB8020108-
CMYK0.260.8100.58
HSL280.91º68.75%25.1%-
HSV(B)280.91º81.48%42.35%-
XYZ6.273.2914.49-
YUV47.97161.88150.84-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 38.46%
GREEN value IS 20 (8.20% from 255) = 9.62%
BLUE value IS 108 (42.58% from 255) = 51.92%
R=38.46%
G=9.62%
B=51.92%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal80201080.260.8100.58280.9168.7525.1
Hex50146C1A5103A1194519
Octal120241543212107243110531
Binary10100001010011011001101010100010111010100011001100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50146C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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