#500497

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

Shades of Indigo #500497

Tints of Indigo #500497

Color information

#500497 (or 0x500497) is unknown color: approx Indigo. HEX triplet: 50, 04 and 97. RGB value is (80,4,151). Sum of RGB (Red+Green+Blue) = 80+4+151=235 (31% of max value = 765). Red value is 80 (31.64% from 255 or 34.04% from 235); Green value is 4 (1.95% from 255 or 1.70% from 235); Blue value is 151 (59.38% from 255 or 64.26% from 235); Max value from RGB is 151 - color contains mainly: blue. Hex color #500497 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500497 is #AFFB68. Grayscale: #2A2A2A. Windows color (decimal): -11533161 or 9897040. OLE color: 9897040.

HSL color Cylindrical-coordinate representation of color #500497: hue angle of 271.02º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #500497 is Cyan = 0.47, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB804151-
CMYK0.470.9700.41
HSL271.02º94.84%30.39%-
HSV(B)271.02º97.35%59.22%-
XYZ8.944.0329.58-
YUV43.48188.68154.05-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.04%
GREEN value IS 4 (1.95% from 255) = 1.70%
BLUE value IS 151 (59.38% from 255) = 64.26%
R=34.04%
G=1.70%
B=64.26%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal8041510.470.9700.41271.0294.8430.39
Hex504972F6102910f5f1e
Octal12042275714105141713736
Binary10100001001001011110111111000010101001100001111101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500497; }

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

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

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

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

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

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

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

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