#500861

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

Shades of Indigo #500861

Tints of Indigo #500861

Color information

#500861 (or 0x500861) is unknown color: approx Indigo. HEX triplet: 50, 08 and 61. RGB value is (80,8,97). Sum of RGB (Red+Green+Blue) = 80+8+97=185 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.24% from 185); Green value is 8 (3.52% from 255 or 4.32% from 185); Blue value is 97 (38.28% from 255 or 52.43% from 185); Max value from RGB is 97 - color contains mainly: blue. Hex color #500861 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500861 is #AFF79E. Grayscale: #272727. Windows color (decimal): -11532191 or 6359120. OLE color: 6359120.

HSL color Cylindrical-coordinate representation of color #500861: hue angle of 288.54º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #500861 is Cyan = 0.18, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB80897-
CMYK0.180.9200.62
HSL288.54º84.76%20.59%-
HSV(B)288.54º91.75%38.04%-
XYZ5.552.7411.55-
YUV39.67160.35156.76-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 43.24%
GREEN value IS 8 (3.52% from 255) = 4.32%
BLUE value IS 97 (38.28% from 255) = 52.43%
R=43.24%
G=4.32%
B=52.43%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal808970.180.9200.62288.5484.7620.59
Hex50861125C03E1215515
Octal120101412213407644112525
Binary1010000100011000011001010111000111110100100001101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500861; }

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

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

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

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

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

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

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

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