#500989

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

Shades of Indigo #500989

Tints of Indigo #500989

Color information

#500989 (or 0x500989) is unknown color: approx Indigo. HEX triplet: 50, 09 and 89. RGB value is (80,9,137). Sum of RGB (Red+Green+Blue) = 80+9+137=226 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.40% from 226); Green value is 9 (3.91% from 255 or 3.98% from 226); Blue value is 137 (53.91% from 255 or 60.62% from 226); Max value from RGB is 137 - color contains mainly: blue. Hex color #500989 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500989 is #AFF676. Grayscale: #2C2C2C. Windows color (decimal): -11531895 or 8980816. OLE color: 8980816.

HSL color Cylindrical-coordinate representation of color #500989: hue angle of 273.28º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #500989 is Cyan = 0.42, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB809137-
CMYK0.420.9300.46
HSL273.28º87.67%28.63%-
HSV(B)273.28º93.43%53.73%-
XYZ7.923.7123.96-
YUV44.82180.02153.09-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 35.40%
GREEN value IS 9 (3.91% from 255) = 3.98%
BLUE value IS 137 (53.91% from 255) = 60.62%
R=35.40%
G=3.98%
B=60.62%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal8091370.420.9300.46273.2887.6728.63
Hex509892A5D02E111581d
Octal120112115213505642113035
Binary101000010011000100110101010111010101110100010001101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500989; }

 p { color: rgb(80,9,137); }

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

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

 a { background-color: rgb(80,9,137); }

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

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

 span { border-color: rgb(80,9,137); }

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