#50088D

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

Shades of Indigo #50088D

Tints of Indigo #50088D

Color information

#50088D (or 0x50088D) is unknown color: approx Indigo. HEX triplet: 50, 08 and 8D. RGB value is (80,8,141). Sum of RGB (Red+Green+Blue) = 80+8+141=229 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.93% from 229); Green value is 8 (3.52% from 255 or 3.49% from 229); Blue value is 141 (55.47% from 255 or 61.57% from 229); Max value from RGB is 141 - color contains mainly: blue. Hex color #50088D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #50088D is #AFF772. Grayscale: #2C2C2C. Windows color (decimal): -11532147 or 9242704. OLE color: 9242704.

HSL color Cylindrical-coordinate representation of color #50088D: hue angle of 272.48º 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 #50088D is Cyan = 0.43, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB808141-
CMYK0.430.9400.45
HSL272.48º89.26%29.22%-
HSV(B)272.48º94.33%55.29%-
XYZ8.23.825.5-
YUV44.69182.35153.19-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.93%
GREEN value IS 8 (3.52% from 255) = 3.49%
BLUE value IS 141 (55.47% from 255) = 61.57%
R=34.93%
G=3.49%
B=61.57%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal8081410.430.9400.45272.4889.2629.22
Hex5088D2B5E02D110591d
Octal120102155313605542013135
Binary101000010001000110110101110111100101101100010000101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50088D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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