#500593

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

Shades of Indigo #500593

Tints of Indigo #500593

Color information

#500593 (or 0x500593) is unknown color: approx Indigo. HEX triplet: 50, 05 and 93. RGB value is (80,5,147). Sum of RGB (Red+Green+Blue) = 80+5+147=232 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.48% from 232); Green value is 5 (2.34% from 255 or 2.16% from 232); Blue value is 147 (57.81% from 255 or 63.36% from 232); Max value from RGB is 147 - color contains mainly: blue. Hex color #500593 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500593 is #AFFA6C. Grayscale: #2B2B2B. Windows color (decimal): -11532909 or 9635152. OLE color: 9635152.

HSL color Cylindrical-coordinate representation of color #500593: hue angle of 271.69º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #500593 is Cyan = 0.46, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB805147-
CMYK0.460.9700.42
HSL271.69º93.42%29.8%-
HSV(B)271.69º96.6%57.65%-
XYZ8.633.9227.91-
YUV43.61186.35153.95-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.48%
GREEN value IS 5 (2.34% from 255) = 2.16%
BLUE value IS 147 (57.81% from 255) = 63.36%
R=34.48%
G=2.16%
B=63.36%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal8051470.460.9700.42271.6993.4229.8
Hex505932E6102A1105d1e
Octal12052235614105242013536
Binary10100001011001001110111011000010101010100010000101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500593; }

 p { color: rgb(80,5,147); }

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

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

 a { background-color: rgb(80,5,147); }

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

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

 span { border-color: rgb(80,5,147); }

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