#500B87

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

Shades of Indigo #500B87

Tints of Indigo #500B87

Color information

#500B87 (or 0x500B87) is unknown color: approx Indigo. HEX triplet: 50, 0B and 87. RGB value is (80,11,135). Sum of RGB (Red+Green+Blue) = 80+11+135=226 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.40% from 226); Green value is 11 (4.69% from 255 or 4.87% from 226); Blue value is 135 (53.12% from 255 or 59.73% from 226); Max value from RGB is 135 - color contains mainly: blue. Hex color #500B87 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500B87 is #AFF478. Grayscale: #2D2D2D. Windows color (decimal): -11531385 or 8850256. OLE color: 8850256.

HSL color Cylindrical-coordinate representation of color #500B87: hue angle of 273.39º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #500B87 is Cyan = 0.41, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8011135-
CMYK0.410.9200.47
HSL273.39º84.93%28.63%-
HSV(B)273.39º91.85%52.94%-
XYZ7.83.6923.22-
YUV45.77178.36152.42-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 35.40%
GREEN value IS 11 (4.69% from 255) = 4.87%
BLUE value IS 135 (53.12% from 255) = 59.73%
R=35.40%
G=4.87%
B=59.73%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal80111350.410.9200.47273.3984.9328.63
Hex50B87295C02F111551d
Octal120132075113405742112535
Binary101000010111000011110100110111000101111100010001101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500B87; }

 p { color: rgb(80,11,135); }

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

<style>
 a { background-color: #500B87; }

 a { background-color: rgb(80,11,135); }

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

<style>
 span { border-color: #500B87; }

 span { border-color: rgb(80,11,135); }

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