#500189

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

Shades of Indigo #500189

Tints of Indigo #500189

Color information

#500189 (or 0x500189) is unknown color: approx Indigo. HEX triplet: 50, 01 and 89. RGB value is (80,1,137). Sum of RGB (Red+Green+Blue) = 80+1+137=218 (28% of max value = 765). Red value is 80 (31.64% from 255 or 36.70% from 218); Green value is 1 (0.78% from 255 or 0.46% from 218); Blue value is 137 (53.91% from 255 or 62.84% from 218); Max value from RGB is 137 - color contains mainly: blue. Hex color #500189 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500189 is #AFFE76. Grayscale: #272727. Windows color (decimal): -11533943 or 8978768. OLE color: 8978768.

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

Color convert

RGB801137-
CMYK0.420.9900.46
HSL274.85º98.55%27.06%-
HSV(B)274.85º99.27%53.73%-
XYZ7.833.5323.94-
YUV40.12182.67156.44-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.70%
GREEN value IS 1 (0.78% from 255) = 0.46%
BLUE value IS 137 (53.91% from 255) = 62.84%
R=36.70%
G=0.46%
B=62.84%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal8011370.420.9900.46274.8598.5527.06
Hex501892A6302E113631b
Octal12012115214305642314333
Binary101000011000100110101011000110101110100010011110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500189; }

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

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

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

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

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

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

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

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