#50106C

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

Shades of Indigo #50106C

Tints of Indigo #50106C

Color information

#50106C (or 0x50106C) is unknown color: approx Indigo. HEX triplet: 50, 10 and 6C. RGB value is (80,16,108). Sum of RGB (Red+Green+Blue) = 80+16+108=204 (27% of max value = 765). Red value is 80 (31.64% from 255 or 39.22% from 204); Green value is 16 (6.64% from 255 or 7.84% from 204); Blue value is 108 (42.58% from 255 or 52.94% from 204); Max value from RGB is 108 - color contains mainly: blue. Hex color #50106C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50106C is #AFEF93. Grayscale: #2D2D2D. Windows color (decimal): -11530132 or 7082064. OLE color: 7082064.

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

Color convert

RGB8016108-
CMYK0.260.8500.58
HSL281.74º74.19%24.31%-
HSV(B)281.74º85.19%42.35%-
XYZ6.23.1614.47-
YUV45.62163.2152.52-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 39.22%
GREEN value IS 16 (6.64% from 255) = 7.84%
BLUE value IS 108 (42.58% from 255) = 52.94%
R=39.22%
G=7.84%
B=52.94%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal80161080.260.8500.58281.7474.1924.31
Hex50106C1A5503A11a4a18
Octal120201543212507243211230
Binary10100001000011011001101010101010111010100011010100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50106C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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