#500460

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

Shades of Indigo #500460

Tints of Indigo #500460

Color information

#500460 (or 0x500460) is unknown color: approx Indigo. HEX triplet: 50, 04 and 60. RGB value is (80,4,96). Sum of RGB (Red+Green+Blue) = 80+4+96=180 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.44% from 180); Green value is 4 (1.95% from 255 or 2.22% from 180); Blue value is 96 (37.89% from 255 or 53.33% from 180); Max value from RGB is 96 - color contains mainly: blue. Hex color #500460 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500460 is #AFFB9F. Grayscale: #242424. Windows color (decimal): -11533216 or 6292560. OLE color: 6292560.

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

Color convert

RGB80496-
CMYK0.170.9600.62
HSL289.57º92%19.61%-
HSV(B)289.57º95.83%37.65%-
XYZ5.462.6411.29-
YUV37.21161.18158.52-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 44.44%
GREEN value IS 4 (1.95% from 255) = 2.22%
BLUE value IS 96 (37.89% from 255) = 53.33%
R=44.44%
G=2.22%
B=53.33%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal804960.170.9600.62289.579219.61
Hex50460116003E1225c14
Octal12041402114007644213424
Binary101000010011000001000111000000111110100100010101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500460; }

 p { color: rgb(80,4,96); }

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

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

 a { background-color: rgb(80,4,96); }

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

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

 span { border-color: rgb(80,4,96); }

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