#50088b

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

Shades of Indigo #50088B

Tints of Indigo #50088B

Color information

#50088B (or 0x50088B) is unknown color: approx Indigo. HEX triplet: 50, 08 and 8B. RGB value is (80,8,139). Sum of RGB (Red+Green+Blue) = 80+8+139=227 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.24% from 227); Green value is 8 (3.52% from 255 or 3.52% from 227); Blue value is 139 (54.69% from 255 or 61.23% from 227); Max value from RGB is 139 - color contains mainly: blue. Hex color #50088B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #50088B is #AFF774. Grayscale: #2C2C2C. Windows color (decimal): -11532149 or 9111632. OLE color: 9111632.

HSL color Cylindrical-coordinate representation of color #50088B: hue angle of 272.98º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #50088B is Cyan = 0.42, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB808139-
CMYK0.420.9400.45
HSL272.98º89.12%28.82%-
HSV(B)272.98º94.24%54.51%-
XYZ8.063.7424.72-
YUV44.46181.35153.35-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 35.24%
GREEN value IS 8 (3.52% from 255) = 3.52%
BLUE value IS 139 (54.69% from 255) = 61.23%
R=35.24%
G=3.52%
B=61.23%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal8081390.420.9400.45272.9889.1228.82
Hex5088B2A5E02D111591d
Octal120102135213605542113135
Binary101000010001000101110101010111100101101100010001101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50088b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50088b; }

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

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

<style>
 a { background-color: #50088b; }

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

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

<style>
 span { border-color: #50088b; }

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

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