#50087B

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

Shades of Indigo #50087B

Tints of Indigo #50087B

Color information

#50087B (or 0x50087B) is unknown color: approx Indigo. HEX triplet: 50, 08 and 7B. RGB value is (80,8,123). Sum of RGB (Red+Green+Blue) = 80+8+123=211 (27% of max value = 765). Red value is 80 (31.64% from 255 or 37.91% from 211); Green value is 8 (3.52% from 255 or 3.79% from 211); Blue value is 123 (48.44% from 255 or 58.29% from 211); Max value from RGB is 123 - color contains mainly: blue. Hex color #50087B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50087B is #AFF784. Grayscale: #2A2A2A. Windows color (decimal): -11532165 or 8063056. OLE color: 8063056.

HSL color Cylindrical-coordinate representation of color #50087B: hue angle of 277.57º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #50087B is Cyan = 0.35, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB808123-
CMYK0.350.9300.52
HSL277.57º87.79%25.69%-
HSV(B)277.57º93.5%48.24%-
XYZ6.973.3119.01-
YUV42.64173.35154.65-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.91%
GREEN value IS 8 (3.52% from 255) = 3.79%
BLUE value IS 123 (48.44% from 255) = 58.29%
R=37.91%
G=3.79%
B=58.29%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal8081230.350.9300.52277.5787.7925.69
Hex5087B235D034116581a
Octal120101734313506442613032
Binary10100001000111101110001110111010110100100010110101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50087B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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