#500085

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

Shades of Indigo #500085

Tints of Indigo #500085

Color information

#500085 (or 0x500085) is unknown color: approx Indigo. HEX triplet: 50, 00 and 85. RGB value is (80,0,133). Sum of RGB (Red+Green+Blue) = 80+0+133=213 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.56% from 213); Green value is 0 (0.39% from 255 or 0% from 213); Blue value is 133 (52.34% from 255 or 62.44% from 213); Max value from RGB is 133 - color contains mainly: blue. Hex color #500085 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500085 is #AFFF7A. Grayscale: #262626. Windows color (decimal): -11534203 or 8716368. OLE color: 8716368.

HSL color Cylindrical-coordinate representation of color #500085: hue angle of 276.09º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #500085 is Cyan = 0.40, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB800133-
CMYK0.40100.48
HSL276.09º100%26.08%-
HSV(B)276.09º100%52.16%-
XYZ7.543.422.45-
YUV39.08181157.19-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.56%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 133 (52.34% from 255) = 62.44%
R=37.56%
G=0%
B=62.44%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal8001330.40100.48276.0910026.08
Hex500852864030114641a
Octal12002055014406042414432
Binary101000001000010110100011001000110000100010100110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500085; }

 p { color: rgb(80,0,133); }

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

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

 a { background-color: rgb(80,0,133); }

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

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

 span { border-color: rgb(80,0,133); }

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