#50086B

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

Shades of Indigo #50086B

Tints of Indigo #50086B

Color information

#50086B (or 0x50086B) is unknown color: approx Indigo. HEX triplet: 50, 08 and 6B. RGB value is (80,8,107). Sum of RGB (Red+Green+Blue) = 80+8+107=195 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.03% from 195); Green value is 8 (3.52% from 255 or 4.10% from 195); Blue value is 107 (42.19% from 255 or 54.87% from 195); Max value from RGB is 107 - color contains mainly: blue. Hex color #50086B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50086B is #AFF794. Grayscale: #282828. Windows color (decimal): -11532181 or 7014480. OLE color: 7014480.

HSL color Cylindrical-coordinate representation of color #50086B: hue angle of 283.64º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #50086B is Cyan = 0.25, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB808107-
CMYK0.250.9300.58
HSL283.64º86.09%22.55%-
HSV(B)283.64º92.52%41.96%-
XYZ6.052.9414.16-
YUV40.81165.35155.95-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 41.03%
GREEN value IS 8 (3.52% from 255) = 4.10%
BLUE value IS 107 (42.19% from 255) = 54.87%
R=41.03%
G=4.10%
B=54.87%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal8081070.250.9300.58283.6486.0922.55
Hex5086B195D03A11c5617
Octal120101533113507243412627
Binary1010000100011010111100110111010111010100011100101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50086B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,8,107); }

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

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

 a { background-color: rgb(80,8,107); }

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

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

 span { border-color: rgb(80,8,107); }

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